plex-poster-set-helper icon indicating copy to clipboard operation
plex-poster-set-helper copied to clipboard

Dynamically choose filters by passing options

Open NakedRoboticCore opened this issue 1 year ago • 1 comments

It would be great if instead of having to edit the config.json file every time (I don't always want to fetch the same assets for each show) it would be possible to pass options indicating which assets to fetch each time the script is run. Like --title_cards or --season_cover or similar. That way I can choose, each time I run the script, to fetch one or more type of assets without having to edit the config file every time. Likewise, if you could specify in the bulk import file which assets to fetch for each individual item that would be great. Thank you!

NakedRoboticCore avatar Jul 05 '24 11:07 NakedRoboticCore

This is a good feature, I added it in my fork but it's so far removed from the original that a pull request would not be possible. I implemented it using an option --filters title_card background so it was consistent with the MediUX filters in the GUI

mscodemonkey avatar Feb 21 '25 02:02 mscodemonkey