OkinawaBoss
8db9689999
Merge branch 'DVR-Update' into dev
2025-10-06 06:25:40 -07:00
SergeantPanda
d1ac5b11e5
Add EPG TVG-ID setting functionality
...
- Implemented API endpoint to set channel TVG-IDs from EPG data.
- Created Celery task to handle TVG-ID updates for multiple channels.
- Added frontend methods to initiate TVG-ID setting from EPG for both single and batch channel forms.
- Enhanced notifications for task status updates.
2025-10-04 15:20:35 -05:00
Dispatcharr
eee4ab0725
Update for recurring rules
2025-09-19 16:21:28 -05:00
Dispatcharr
424a450654
DVR Features and bug fixes
...
Added ability to use custom comskip.ini
Added series recording without reliance on EPG
Fixed comskip bug
Fixed timezone mismatch when scheduling DVR recordings
No migrations completed yet
2025-09-18 10:23:16 -05:00
SergeantPanda
d2d1984797
Switch bulk epg name and logo to backend celery tasks for efficiency and scrape epg channel logo during epg scanning.
2025-09-16 17:17:07 -05:00
SergeantPanda
a846b09ad3
Minor formatting adjustment.
2025-09-16 14:39:04 -05:00
SergeantPanda
60e378b1ce
Add support for matching selected channels with EPG data
...
- Updated API to accept optional channel IDs for EPG matching.
- Enhanced match_epg method to process only specified channels if provided.
- Implemented new task for matching selected channels in the backend.
- Updated frontend to trigger EPG matching for selected channels with notifications.
2025-09-16 14:38:16 -05:00
SergeantPanda
f1739f2394
Add EPG auto-match functionality for specific channels and update UI
2025-09-16 08:55:10 -05:00
SergeantPanda
5e661ea208
Fix VOD page not displaying correct order while changing pages.
2025-09-14 19:27:11 -05:00
SergeantPanda
0411fe003a
Add ability to specify starting channel numbers to the api.
2025-09-14 12:30:24 -05:00
SergeantPanda
4f49636899
Remove old bulk create view.
2025-09-14 12:19:23 -05:00
SergeantPanda
8ab9a508d4
Remove deprecated createChannelsFromStreams method
2025-09-13 20:32:25 -05:00
SergeantPanda
cf7ea09341
Implement asynchronous bulk channel creation from stream IDs with WebSocket progress updates
2025-09-13 19:59:43 -05:00
SergeantPanda
5875c31750
Add POST endpoint to retrieve streams by IDs and enhance channel creation process
2025-09-13 19:10:47 -05:00
SergeantPanda
40cbb745cd
Fix bug where not setting a channel number would cause an error when creating a channel.
2025-09-13 17:15:59 -05:00
SergeantPanda
84c752761a
Ability to refresh account info from account info modal and provide notification on results.
2025-09-09 18:15:33 -05:00
OkinawaBoss
3fb8e0ebd1
Merge pull request #363 from Dispatcharr/Plugins
...
Plugins
2025-09-08 09:11:19 -05:00
Dispatcharr
5b31440018
Updated Plugins
...
Added Import + Delete
Added Modal confirmations
Safer Defaults
2025-09-07 11:54:22 -05:00
SergeantPanda
1080b1fb94
Refactor stats and vod proxy
2025-09-05 19:30:13 -05:00
Dispatcharr
e9a11588c4
Init Plugins
2025-09-05 17:10:11 -05:00
SergeantPanda
98f485bac9
Fixed issue with recurring api calls.
2025-09-05 11:37:49 -05:00
SergeantPanda
d709d92936
Refactor channel stats fetching and enhance settings UI for better user experience
2025-09-05 09:42:52 -05:00
Dispatcharr
8c364d3eb8
Fix DVR
...
Fixed bug where connection wouldn't release
2025-09-04 16:00:01 -05:00
Dispatcharr
f652d2b233
Comskip Update
2025-09-04 13:45:25 -05:00
Dispatcharr
41e32bc08a
DVR Updates
...
Added fallback settings.
Added subtitles to cards.
Add data volume mount to Docker container.
2025-09-04 08:22:13 -05:00
Dispatcharr
00cc83882a
DVR update
2025-09-03 21:35:45 -05:00
Dispatcharr
c4f9a998e5
Added batch channel name updates
2025-09-02 17:23:18 -05:00
SergeantPanda
246b00e2bf
Convert backend to use jsonb fields.
2025-09-02 09:48:54 -05:00
SergeantPanda
b92d7c2c21
Major rework of how logos are handle. We will no longer load logos on login and they will only be loaded into the store when needed.
2025-08-26 13:19:29 -05:00
dekzter
a19bd14a84
added vod category filtering
2025-08-22 16:59:00 -04:00
SergeantPanda
e45082f5d6
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-22 14:53:17 -05:00
SergeantPanda
0a5e7a3231
Enhance logo upload functionality: allow custom logo names and update handling in LogoForm component.
...
Fixes [Bug]: Logo Manager not allowing a change to name field
Fixes #320
2025-08-22 13:34:17 -05:00
SergeantPanda
48c4cd8ca9
Merge branch 'logosstore' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-22 12:09:45 -05:00
SergeantPanda
39598b4ff4
Refactor logo handling: Introduce useLogosStore, implement lazy loading for logos, and update components to use new store methods.
2025-08-22 09:56:20 -05:00
SergeantPanda
a4df1f1fb8
Allow specifying which account to play from.
2025-08-21 13:14:16 -05:00
SergeantPanda
2903773c86
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-19 12:39:21 -05:00
SergeantPanda
b11270ce4a
Fix not populating episodes.
2025-08-05 13:53:43 -05:00
SergeantPanda
3c2534d8aa
Combine a couple api calls.
2025-08-05 13:28:58 -05:00
SergeantPanda
8584aae675
Better naming for different functions.
2025-08-05 12:53:22 -05:00
SergeantPanda
4accd2be85
Pull advanced info from provider when opening a movie.
2025-08-03 22:02:34 -05:00
SergeantPanda
88a9f8b14e
Fix vods not displaying in the webui.
2025-08-03 10:40:17 -05:00
dekzter
f300da6eff
case sensitive flag and other possible custom properties for filters
2025-08-03 08:40:00 -04:00
SergeantPanda
0585fc1dfe
Separate Movies, Series and Episodes into their own tables
2025-08-02 13:32:44 -05:00
SergeantPanda
bcebcadfaa
Add ability to scan for vods during m3u refresh.
2025-08-02 12:01:26 -05:00
SergeantPanda
386a03381c
Initial frontend commit for vods.
2025-08-02 10:48:48 -05:00
dekzter
ead76fe661
first run at m3u filtering
2025-08-01 15:02:43 -04:00
SergeantPanda
cb49172e98
Fix bug where creating a channel from a stream that isn't displayed in the table has invalid stream name.
2025-07-29 15:02:13 -05:00
SergeantPanda
8f529bf495
Only add to selected profile if profile is selected during channel creation.
2025-07-27 17:33:23 -05:00
SergeantPanda
1475ca70ab
Fixes being unable to add a new logo via URL.
2025-07-27 14:18:48 -05:00
SergeantPanda
26881f41d6
Adds ability to delete local files during cleanup.
2025-07-18 15:36:13 -05:00