Commit graph

285 commits

Author SHA1 Message Date
SergeantPanda
c5748346eb Fixes stream ordering. 2025-04-16 09:40:29 -05:00
SergeantPanda
b09a4baae4 Add dummy epg channels to tv guide. 2025-04-15 20:03:55 -05:00
SergeantPanda
b4ddf08e4a Fixes, notifications that don't give good error messges, epg's not refreshing when linking epg to channel. 2025-04-15 12:22:00 -05:00
SergeantPanda
14621598f6 Added url validation for redirect profile. 2025-04-15 08:28:47 -05:00
SergeantPanda
5bb6539586 Fixes multiple streams in a row being dead. 2025-04-15 07:44:08 -05:00
SergeantPanda
02b5fb6fc0 Changed logging level of channel state checks for client. 2025-04-14 21:04:33 -05:00
SergeantPanda
60fd5afd94 More robust stream switches. Has client wait if in switching state. 2025-04-14 21:03:33 -05:00
SergeantPanda
2921588b23 Add custom stream count to calculation. 2025-04-13 20:58:46 -05:00
SergeantPanda
cb891461bf Dynamically create TunerCount for HDHR based on profile max connections. Minimum of 2, unlimited is 10. 2025-04-13 20:31:10 -05:00
SergeantPanda
a463d06140 Fixes stream preview. 2025-04-13 10:02:30 -05:00
dekzter
06028334ca fixing reference to null user_agents 2025-04-13 07:44:35 -04:00
dekzter
d721b48aa0 don't sent update if progress doesn't increase 2025-04-12 10:39:44 -04:00
dekzter
222899e140 fixed potential division by 0 2025-04-12 10:37:51 -04:00
dekzter
36b281697c fetch default user-agent if none is set on m3u 2025-04-12 07:13:28 -04:00
SergeantPanda
1e5c9c0982 Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-11 22:21:52 -05:00
SergeantPanda
f4b244a338 Removed quotes 2025-04-11 22:20:58 -05:00
dekzter
cc5b8f475a m3u honors default UA 2025-04-11 17:57:44 -04:00
SergeantPanda
45573b9ca1 Added tuners to api_views 2025-04-11 16:38:56 -05:00
SergeantPanda
cab4fa4986 Forgot quotes. 2025-04-11 16:29:12 -05:00
SergeantPanda
e253903f34 Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-11 16:19:59 -05:00
SergeantPanda
1209b0c238 Add TunerCount to device discovery response. Hard coded to 10 for now. 2025-04-11 16:19:52 -05:00
dekzter
8bf75293fb disabled refresh button on inactive items, don't process them in inactive 2025-04-11 17:18:38 -04:00
dekzter
663ea2c5b9 soooo many changes.... 2025-04-11 13:22:08 -04:00
Dispatcharr
b903a226b0 Updated Tasks.py
Fix EPG matching bulk update by converting dict results to Channel model instances
2025-04-10 13:55:00 -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
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
e31036079e allow null for channel_number so we auto assign 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
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
1610fc3497 fix: escape XML special characters in EPG generation 2025-04-07 18:11:47 -05:00
SergeantPanda
f8e5ca2a1c fix: update tvg_name assignment in generate_m3u function to use channel.name directly 2025-04-07 17:18:12 -05:00
dekzter
ee4e227e02 fixing m3u file upload 2025-04-07 18:12:45 -04:00
dekzter
2fcadfcc57 forgot to commit migration 2025-04-07 15:02:01 -04:00
dekzter
e2850441ae basic DVR UI, custom properties for recordings 2025-04-07 15:01:44 -04:00
dekzter
e507c6f23c updated timestamp and extension checks for m3 uand epg 2025-04-07 12:46:45 -04:00
dekzter
5570562960 epg match run externally to keep memory usage low 2025-04-07 11:57:00 -04:00
dekzter
b3551fe32f fixed potential timezone issue 2025-04-06 19:14:32 -04:00
dekzter
354cd84c88 filesystem watch and process of m3u and epg 2025-04-06 15:58:55 -04:00
dekzter
e185fbcda6 process groups to allow filtering before any stream ingestion, do this in background for better experience 2025-04-06 13:11:28 -04:00
dekzter
702c85e01b more garbage collection, better use of m3u cache file usage 2025-04-06 12:35:43 -04:00
dekzter
ecc96f8b69 memory optimization, m3u processing, re-added group filtering before m3u ingestion 2025-04-06 11:36:16 -04:00
dekzter
cdf9df03bd lazy-load sentencetransformer instance 2025-04-05 20:05:45 -04:00
dekzter
00f6e7c1cd first run at recordings, among other things 2025-04-05 18:59:15 -04:00
SergeantPanda
3d8ced4296 Changed programme channel to channel number. 2025-04-05 14:59:37 -05:00
dekzter
3f85b0c113 wrong variable 2025-04-05 15:47:20 -04:00