mateoradman / bazarr-bulk

Bazarr Bulk Actions CLI - Bulk sync your subtitles with ease
https://crates.io/crates/bazarr-bulk
MIT License
30 stars 1 forks source link

Add option to run actions on a specific list of items. #28

Closed matt1432 closed 1 month ago

matt1432 commented 1 month ago

It would be nice to be able to specify a list of movies or tv-shows that we want the actions to be performed on instead of the current --offset and --limit flags.

For example, a comma separated list of IDs passed to a flag like so:

bb --config /path/to/config.json movies sync --items 123,78,2001

The IDs I'm talking about are the ones in the url of a specific show or movie in the webUI of bazarr. So this command would sync only the movies with the ID 123, 78 and 2001.