Commit graph

649 commits

Author SHA1 Message Date
SergeantPanda
e77df3d562 Merge branch 'main' of https://github.com/SergeantPanda/Dispatcharr 2025-04-10 14:45:13 -05:00
SergeantPanda
a7f3ebfd83 Refactor output variable assignments in CI and release workflows for consistency 2025-04-10 14:45:07 -05:00
GitHub Actions
a3110b53ae Release v0.3.0 2025-04-10 19:10:06 +00:00
SergeantPanda
415e0f44fe Merge branch 'main' of https://github.com/SergeantPanda/Dispatcharr 2025-04-10 14:09:12 -05:00
SergeantPanda
51ca24a6f7 Use branch that is being ran from. 2025-04-10 14:09:06 -05:00
GitHub Actions
5eb8b28fb2 Release v0.2.0 2025-04-10 19:02:16 +00:00
SergeantPanda
3293d80efa Merge branch 'main' of https://github.com/SergeantPanda/Dispatcharr 2025-04-10 13:55:37 -05:00
SergeantPanda
38e3c437bc Enhance CI and release workflows with multi-architecture support and build optimizations 2025-04-10 13:55:29 -05:00
GitHub Actions
a02c37f844 Release v0.1.2 2025-04-10 18:32:38 +00:00
SergeantPanda
98163e9b97 Merge branch 'main' of https://github.com/SergeantPanda/Dispatcharr 2025-04-10 13:23:29 -05:00
SergeantPanda
10f687acb1 Updated permissions for releases. 2025-04-10 13:23:24 -05:00
GitHub Actions
eecff6a197 Release v0.1.1 2025-04-10 18:09:45 +00:00
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