Commit graph

637 commits

Author SHA1 Message Date
SergeantPanda
8d79087fba Adds support for branches and forks. 2025-04-10 12:19:50 -05:00
SergeantPanda
0e5e6f21eb One more attempt at fixes lowercase conversion. 2025-04-10 11:41:22 -05:00
SergeantPanda
f3fd1602ee Forces lowercase for github username. 2025-04-10 11:36:02 -05:00
SergeantPanda
6d0e51ed34 Initialize CI and release workflows; add version bumping scripts 2025-04-10 11:25:24 -05:00
SergeantPanda
07485f87a3 Add stream health recovery and reconnection logic 2025-04-10 10:14:22 -05:00
SergeantPanda
6ccc2b9a6d Enhance stream retrieval process with error handling and retry logic
- Updated `get_stream` method to return error reasons for better debugging.
- Improved `generate_stream_url` to handle errors and log specific issues.
- Implemented retry mechanism in `stream_ts` view for obtaining streams with exponential backoff.
- Added new configuration options for connection timeout and retry intervals.
2025-04-10 08:38:53 -05:00
SergeantPanda
5c74aec790 Fixes channel switching issue (release lock faster) 2025-04-10 07:38:29 -05:00
Dispatcharr
19d9b5be8f Changed model location 2025-04-09 16:32:21 -05:00
SergeantPanda
929b4ddedd
Update README.md 2025-04-09 08:42:59 -05:00
SergeantPanda
df862273d0
Update README.md
Fix links to compose.
2025-04-09 08:34:47 -05:00
SergeantPanda
d8ebace353 Adjust program width calculation to include gaps for better visual spacing 2025-04-09 07:38:05 -05:00
SergeantPanda
6f36b095a9 Enhance hour timeline with day labels and improved visual cues for day transitions 2025-04-08 21:02:10 -05:00
SergeantPanda
6a66c449cc Add handlers for group and profile selection changes, allowing 'all' as default 2025-04-08 20:25:14 -05:00
SergeantPanda
47f89efbbb Filter group options in dropdown to include only those used by guide channels 2025-04-08 20:23:08 -05:00
SergeantPanda
54e2ffc99e Removed bottom scroll bar that snuck in. 2025-04-08 20:10:32 -05:00
SergeantPanda
ffce247cbc Instead of a popup when clicking on a program, expand the row and show the information. 2025-04-08 20:05:40 -05:00
SergeantPanda
a81813d21f Add timeline click handling with 15-minute snapping for improved user interaction 2025-04-08 18:54:01 -05:00
SergeantPanda
a05ca283db Add wheel events for timeline (scrolls left right) hold shift to scroll faster. 2025-04-08 18:45:43 -05:00
SergeantPanda
168b067398 Moved timeline scrollbar to top. 2025-04-08 18:39:17 -05:00
SergeantPanda
8f419292b3 Update "now" state update interval from 60 seconds to 1 second for real-time accuracy 2025-04-08 18:33:41 -05:00
SergeantPanda
1a5b464e3c Add filtering functionality to TV Channel Guide with search and dropdowns. Also added a button to scroll to live. 2025-04-08 18:25:56 -05:00
SergeantPanda
f367fbd217 Return the hour before current time too. 2025-04-08 18:14:10 -05:00
SergeantPanda
553c552751 Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-08 16:26:32 -05:00
SergeantPanda
af7931d8e6 Update EPGGridAPIView to return programs airing in the next 24 hours, including currently running shows 2025-04-08 16:26:24 -05:00
dekzter
a6dcbd6124 better handle form resets 2025-04-08 17:24:38 -04:00
dekzter
35f14fc57a empty channel number allows for auto assign 2025-04-08 17:24:38 -04:00
dekzter
e31036079e allow null for channel_number so we auto assign 2025-04-08 17:24:38 -04:00
dekzter
179e82e00c fetch channels when m3us are deleted 2025-04-08 17:24:38 -04:00
dekzter
d3992d8ac9 properly display url 2025-04-08 17:24:38 -04:00
dekzter
103ce065e4 attempting to fix issue with periodic tasks already existing 2025-04-08 17:24:38 -04:00
SergeantPanda
a7574f7b2c Enhance initial scroll behavior in TVChannelGuide component 2025-04-08 15:05:53 -05:00
SergeantPanda
2b39597e60 Increase program width and update channel background styling 2025-04-08 14:58:00 -05:00
SergeantPanda
50c5010e85 Keep timeline visible. 2025-04-08 14:52:24 -05:00
SergeantPanda
afc598b106 Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-08 13:32:16 -05:00
SergeantPanda
6b00cfe970 Add description to program. 2025-04-08 11:11:46 -05:00
dekzter
4d770af0f5 more testing 2025-04-08 11:49:51 -04:00
dekzter
d2c48c1ebc still playing with favicon 2025-04-08 11:49:51 -04:00
dekzter
f54b581e36 Attempting to fix favicons 2025-04-08 11:49:51 -04:00
SergeantPanda
4df6728a16 Add channel number to guide. 2025-04-08 10:16:17 -05:00
SergeantPanda
d72a08c9de Sort guide by channel number. 2025-04-08 10:12:27 -05:00
SergeantPanda
0ff84457de Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-08 09:11:30 -05:00
SergeantPanda
17b180412c Fixes HDHR not adding port number to stream link. 2025-04-08 09:11:23 -05:00
dekzter
d212220cce fixed settings form 2025-04-08 09:16:59 -04:00
dekzter
63fea4bed6 fixed epg form 2025-04-08 08:47:48 -04:00
dekzter
b2e3bea360 fixed m3u form submission 2025-04-08 08:35:31 -04:00
dekzter
839abd281c m3u file upload fixed, hdhr support profiles now, i don't remember what I did to the UI anymore 2025-04-07 20:49:42 -04:00
dekzter
5f3ff480af fixed incorrect var reference 2025-04-07 20:24:51 -04:00
SergeantPanda
476b7d825e Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-07 18:11:52 -05:00
SergeantPanda
1610fc3497 fix: escape XML special characters in EPG generation 2025-04-07 18:11:47 -05:00
dekzter
516f21cbe7 fixed m3u creation endpoint when using a file 2025-04-07 18:30:05 -04:00