Skip to content

Movie and TV ymls? #114

Answered by meisnate12
vitadome asked this question in Q&A
Mar 15, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

yes you have to have separate ones. By default it will look for a yml file named the same as your library. so say you have a Movies library and a TV Shows library and your config looked like this:

libraries:
  Movies:
    library_type: movie
  TV Shows:
    library_type: show

the script would look for a Movies.yml file and a TV Shows.yml file in the same directory as your config.yml

Alternatively, You can specify exactly what you want the metadata file by using metadata_path under the specific library.

libraries:
  Movies:
    library_type: movie
    metadata_path: /path/to/file/MyMovieConfig.yml
  TV Shows:
    library_type: show

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vitadome
Comment options

Answer selected by vitadome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants