Right now I have collection and movies assets in the config/assets folder
/config/assests/Movie (1988)/poter.jpg for movies
and
/config/assets/MovieCollectionName/poster.jg
If I set up:
settings:
asset_directory:
- config/assets/movies
- config/assets/collections
will that populate collections automatically inthe collections folder.
What I mean is, if I add a new collection, and dont create a folder for it, PMM creates a folder and puts the poster in it (I think)