mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Initial implementation of local media libraries. Includes local scanners for movie and TV library types. Saves extracted metadata locally. Some things are missing, including: * Saving all metadata locally, including genres, actors, etc. * blurhash extraction - this is computationally expensive at scale and should be done async * Hooking up subtitle extraction to new subtitle DB tables
3 lines
230 B
SQL
3 lines
230 B
SQL
ALTER TABLE `local_media_folder` ADD `canonical_id` text NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `media_source` ADD `media_type` text;--> statement-breakpoint
|
|
ALTER TABLE `local_media_source_path` DROP COLUMN `canonical_id`; |