SergeantPanda
62c4e1625b
Dynamically calculate expiration date 90 days out instead of hardcoded.
2025-08-28 15:12:13 -05:00
SergeantPanda
2026eab7f2
Default VOD categories to disabled.
2025-08-28 13:17:22 -05:00
SergeantPanda
ad774db59e
Fixed episode image failing to load.
2025-08-28 11:45:16 -05:00
SergeantPanda
11f54f3cda
Fix VOD categories not loading on new accounts without webui refresh.
2025-08-28 11:20:37 -05:00
SergeantPanda
d2b852c9a2
Fix cyclic error with logos loading.
2025-08-28 10:42:42 -05:00
SergeantPanda
fd01d1b6af
Fix bulk logo cleanup.
2025-08-26 14:59:05 -05:00
SergeantPanda
0e52117e78
Add channel logo selection and background loading functionality
...
- Introduced `useChannelLogoSelection` hook for managing channel-assignable logos.
- Updated `ChannelForm` and `ChannelsForm` components to use the new logo selection hook.
- Implemented background loading of channel-assignable logos after user login in the auth store.
- Enhanced logos store to handle separate state for channel logos and added fetching logic.
2025-08-26 14:30:41 -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
SergeantPanda
5eedceedc3
Combine migrations.
2025-08-25 17:27:15 -05:00
dekzter
11bc2e57a9
optimized vod parsing, added in vod category filtering, added UI individual tabs for movies vs series VOD category filters
2025-08-25 14:37:20 -04:00
SergeantPanda
3ecd7137ff
Added misssing bulk fetch function for vod categories.
2025-08-22 17:12:50 -05:00
dekzter
c80752a21d
attempting to fix updated reference name
2025-08-22 17:36:57 -04:00
dekzter
efcf4c7920
missed commit
2025-08-22 17:31:22 -04: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
6746588c15
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
2025-08-22 13:24:58 -05:00
SergeantPanda
22e9e56a5b
Add JSONParser to LogoViewSet parser_classes for improved request handling
...
Fixes [Bug]: Updating Logo throws error
2025-08-22 13:24:50 -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
f1a80c3389
Check for null values before saving to database and scrub empty string.
2025-08-21 16:31:41 -05:00
SergeantPanda
3590265836
Show all available options for VODs and their corresponding quality.
2025-08-21 15:04:47 -05:00
SergeantPanda
a4df1f1fb8
Allow specifying which account to play from.
2025-08-21 13:14:16 -05:00
SergeantPanda
a95ed79e93
Handle issue with relations.
2025-08-21 12:24:06 -05:00
SergeantPanda
90eccd6edf
When getting detailed VOD and series info if an imdb or tmdb id were added it could have caused duplicate key violations, we now merge the two VOD's deleting the VOD that isn't being accessed at that time to avoid the user getting invalid links.
2025-08-21 11:41:58 -05:00
SergeantPanda
56af468320
Merge migrations
2025-08-21 09:35:25 -05:00
SergeantPanda
24f876d09f
Add priority for providers so VOD's can be auto selected based on the priority.
2025-08-20 17:38:21 -05:00
SergeantPanda
fa2b3fbe3e
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-19 18:24:27 -05:00
SergeantPanda
e12ce4e596
Swagger endpoint can now be accessed with or without a trailing slash.
2025-08-19 18:16:21 -05:00
SergeantPanda
c87bd79051
Cleanup the rest of the redis keys on connection close.
2025-08-19 17:52:59 -05:00
SergeantPanda
083eb264e6
Properly track m3u profile connections.
2025-08-19 17:45:09 -05:00
SergeantPanda
97b82e5520
Use redis to track provider connections to work with multi-worker uwsgi.
2025-08-19 17:35:51 -05:00
SergeantPanda
d04fdb6f69
Fix categories not linking.
2025-08-19 15:42:30 -05:00
SergeantPanda
9137bd47c9
Switch to pulling ALL vods, series and categories instead of an api call for each category.
2025-08-19 14:53:43 -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
fa19525ab9
Remove url from movie table and save custom_properties for series.
2025-08-19 11:25:56 -05:00
SergeantPanda
54404339c2
Fix batch processing using simpler method for duplicate detection.
2025-08-19 10:01:37 -05:00
SergeantPanda
0f8fe82f17
Skip logos if they are long.
2025-08-18 14:22:40 -05:00
SergeantPanda
1bf947caf2
Fix not detecting duplicates based on imdb and tmdb ids.
2025-08-14 13:40:31 -05:00
SergeantPanda
d92ba0c7e1
Fix VOD page not using pagination properly.
2025-08-14 12:51:56 -05:00
SergeantPanda
0cf2c74b40
Change from individual database calls to batch.
2025-08-14 12:51:39 -05:00
SergeantPanda
eec53d5874
Merge pull request #294 from pantherale0/feat/chunked-extractor
...
Fix: Prevent memory exhaustion when extracting large compressed files
2025-08-14 09:50:52 -05:00
SergeantPanda
dac1490acc
Attempt to match incoming connections to sessions that are running with no clients. This will help with clients that disconnect with every timeshift and connect to the original URL.
2025-08-12 21:34:30 -05:00
SergeantPanda
3e16614eab
Store full content-length if using head request to initalize.
2025-08-12 17:32:07 -05:00
SergeantPanda
5eeb51585d
Support HEAD requests, keep connection alive.
2025-08-12 15:27:39 -05:00
SergeantPanda
be51be7872
Switched to connection tracking by url instead of parameter and 301 redirect instead of 302.
2025-08-12 14:48:35 -05:00
SergeantPanda
a5db9d98e9
Track number of connections to avoid shutting down connection during time shifting. Lower grace period to 10 seconds if client disconnects.
2025-08-12 13:26:32 -05:00
SergeantPanda
2632e71815
Increased grace period to 30 seconds before closing provider connection
2025-08-12 11:11:03 -05:00
SergeantPanda
6addcebaf5
Fix duplicate connection counting in redis.
2025-08-12 10:59:40 -05:00
SergeantPanda
4acdfa99f9
Properly cleanup redis keys on client disconnect.
2025-08-12 10:51:06 -05:00