Skip to content

Commit

Permalink
Fix Bepress export
Browse files Browse the repository at this point in the history
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
andrew-gardener committed Jan 17, 2024
1 parent 8061e0b commit c6f1a85
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 87 deletions.
Loading

0 comments on commit c6f1a85

Please sign in to comment.