Dispatcharr/apps/vod/migrations
SergeantPanda da628705df Separate VOD and channel logos into distinct tables with dedicated management UI
- Created VODLogo model for movies/series, separate from Logo (channels only)
- Added database migration to create vodlogo table and migrate existing VOD logos
- Implemented VODLogoViewSet with pagination, filtering (used/unused/movies/series), and bulk operations
- Built VODLogosTable component with server-side pagination matching channel logos styling
- Added VOD logos tab with on-demand loading to Logos page
- Fixed orphaned VOD content cleanup to always remove unused entries
- Removed redundant channel_assignable filtering from channel logos
2025-11-07 13:19:18 -06:00
..
0001_initial.py Default VOD categories to disabled. 2025-08-28 13:17:22 -05:00
0002_add_last_seen_with_default.py Auto cleanup orphaned vods and series during scan. 2025-09-04 16:57:32 -05:00
0003_vodlogo_alter_movie_logo_alter_series_logo.py Separate VOD and channel logos into distinct tables with dedicated management UI 2025-11-07 13:19:18 -06:00
__init__.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00