Dispatcharr/apps/vod
2025-08-21 11:41:58 -05:00
..
migrations Merge migrations 2025-08-21 09:35:25 -05:00
__init__.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
admin.py Fixed some vod apis, converted duration to duration_secs, add custom_poperties to vod_episode 2025-08-09 16:31:33 -05:00
api_urls.py Convert to relation tables to support multiple providers for each vod. 2025-08-07 12:31:05 -05:00
api_views.py Add priority for providers so VOD's can be auto selected based on the priority. 2025-08-20 17:38:21 -05:00
apps.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
models.py Remove url from movie table and save custom_properties for series. 2025-08-19 11:25:56 -05:00
serializers.py Convert to relation tables to support multiple providers for each vod. 2025-08-07 12:31:05 -05:00
tasks.py 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
urls.py Separate Movies, Series and Episodes into their own tables 2025-08-02 13:32:44 -05:00