Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now includes - 1 Podcast single row csv metadata file - 1 Podcast image files csv and files zip - 1 Seasons csv metadata file (one row per season) - N season image files csv and files zip (one per season that has any images) - N season episodes metadata files (one row per episode in the season, one file per season) - M episode image/audio/pdf files csv and files zip (one per episode that has any images/audios/pdfs) The idea is to: - Import the podcast metadata. These should be treated as a series - Import the images as subitems of the podcast - Import the seasons metadata as subitems of the podcast (this is tricky and might not work as I expect?). Each of these should be treated as a series - In each season import the files metadata - Then import the episodes metadata as subitems for the season (this is tricky and might not work as I expect?). Each of these should be treated as a series - Finally, for each episode import the files as subitems of the episode This should in theory make a Podcast (series) -> files (images) + Seasons (series) -> files (images) + Episodes (series) -> files (images, audio, pdf) structure
- Loading branch information