You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found in the Wiki that it "should" be possible to set a special asset_directory for a yml-File. But the Logs always say that it could not find the Asset folders, PMM seems to ignore the setting until I do it for the whole Library in which case I don't have the option to link a folder to a yml.
So what I did:
libraries: # Library mappings must have a colon (:) placed after them
Filme:
metadata_path:
- file: config/Filme.yml
asset_directory: config/assets/Filme
- file: config/Filme_Collections.yml
asset_directory: config/assets/Collections
settings:
missing_path:
- config/missing_movies.yml
\# asset_directory:
\# - config/assets/Filme
\# - config/assets/Collections
operations:
mass_trakt_rating_update: true
mass_critic_rating_update: tmdb
mass_audience_rating_update: tmdb
mass_genre_update: tmdb
split_duplicates: true
assets_for_all: true
|====================================================================================================|
[2022-06-01 10:04:39,469] [plex_meta_manager.py:470] [INFO] | Running Filme Metadata File |
[2022-06-01 10:04:39,469] [plex_meta_manager.py:470] [INFO] | config/Filme.yml |
[2022-06-01 10:04:39,470] [plex_meta_manager.py:470] [INFO] |====================================================================================================|
[2022-06-01 10:04:39,470] [meta.py:701] [INFO] | |
[2022-06-01 10:04:39,470] [meta.py:702] [INFO] |====================================================================================================|
[2022-06-01 10:04:39,471] [meta.py:702] [INFO] | Running Metadata |
[2022-06-01 10:04:39,471] [meta.py:702] [INFO] |====================================================================================================|
[2022-06-01 10:04:39,471] [meta.py:703] [INFO] | |
[2022-06-01 10:04:39,472] [meta.py:708] [INFO] | |
[2022-06-01 10:04:39,472] [meta.py:736] [INFO] |============================ James Bond 007 - Sag niemals nie Metadata =============================|
[2022-06-01 10:04:39,473] [meta.py:737] [INFO] | |
[2022-06-01 10:04:40,385] [meta.py:916] [INFO] | Movie: James Bond 007 - Sag niemals nie Details Update Not Needed |
[2022-06-01 10:04:40,386] [plex.py:904] [WARNING] | Asset Warning: Unable to find asset folder: 'James Bond 007 - Sag niemals nie (1983)' |
[2022-06-01 10:04:40,387] [meta.py:708] [INFO] | |
As soon as I uncomment the asset_directory under "settings" it works (ignoring the upper settings).
What I was trying to do is let PMM create the asset folders in the correct subdirectories but since it ignores the setting I'll have to do it manually I fear? Or am I doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I found in the Wiki that it "should" be possible to set a special asset_directory for a yml-File. But the Logs always say that it could not find the Asset folders, PMM seems to ignore the setting until I do it for the whole Library in which case I don't have the option to link a folder to a yml.
So what I did:
And I only get in the logs:
and then:
As soon as I uncomment the asset_directory under "settings" it works (ignoring the upper settings).
What I was trying to do is let PMM create the asset folders in the correct subdirectories but since it ignores the setting I'll have to do it manually I fear? Or am I doing something wrong?
In the Wiki there is an example:
I can't see a difference... am I missing something? Any hint would be highly appreciated.
Kind regards
Daniel
Beta Was this translation helpful? Give feedback.
All reactions