Commit graph

262 commits

Author SHA1 Message Date
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
dekzter
6ebd7bb666 use channel number so the client ordering is correct 2025-04-05 15:38:42 -04:00
dekzter
827e824651 bulk update of enabling channels by profile, more UI tweaks and updates 2025-04-05 09:50:47 -04:00
dekzter
64afc72c97 missing redis client 2025-04-05 07:18:35 -04:00
dekzter
82d6646137 fixed channel numbering from stream 2025-04-04 17:35:17 -04:00
dekzter
7351264e8a centralized and lazy-loaded redis client singleton, check for manage.py commands so we don't init proxyservers (redis connection), put manage commmands before starting uwsgi 2025-04-04 16:18:12 -04:00
SergeantPanda
5abaddebf8 Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-04 14:21:34 -05:00
SergeantPanda
cf059045c1 Decoupled from global redis client. 2025-04-04 14:21:27 -05:00
dekzter
ac12abf222 fixed streams not added on bulk operations 2025-04-04 13:53:24 -04:00
dekzter
e7c4324b64 updated logo url field 2025-04-04 11:24:31 -04:00
dekzter
3ad1a1b4dc fixed exact epg matching on bulk channel creation 2025-04-04 10:49:12 -04:00
dekzter
64d68bf11d tvg search name and tvg-id, fixed bulk create epg matching, attempting to fix favicon 2025-04-04 10:37:14 -04:00
dekzter
b69aa6ad80 logo caching 2025-04-04 09:21:53 -04:00
dekzter
d60bada47d fixed m3u group filtering 2025-04-03 23:18:55 -04:00
dekzter
c01cb98d31 optimized channel bulk from streams, fixed frontend infinite loading 2025-04-03 22:47:56 -04:00
SergeantPanda
0a0b2f49f6 Added Github page as the generator-info-url. 2025-04-03 15:33:14 -05:00
SergeantPanda
35311aa391 Cleaned up unused code. 2025-04-03 15:30:42 -05:00
SergeantPanda
b5b21019b9 Merge branch 'epg-enhancements' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-04-03 15:16:30 -05:00
dekzter
3aef6b4ea0 logo with bulk too 2025-04-03 16:12:55 -04:00
dekzter
7eae1e4ca5 support channel number for bulk from streams 2025-04-03 16:11:56 -04:00
dekzter
2108a9570f support custom logos 2025-04-03 15:41:19 -04:00
SergeantPanda
fc92a1034f Added icon for channel. 2025-04-03 14:38:26 -05:00
SergeantPanda
990a9ec7b7 Added custom properties to programme 2025-04-03 14:31:04 -05:00
dekzter
319481f7d1 fixed m3u accounts not saving 2025-04-03 13:00:14 -04:00