RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Feat]: Download videos for tagged artists only #141

Closed bmatheny closed 1 year ago

bmatheny commented 1 year ago

Is your feature request related to a problem? Please describe.

If you have a “large” lidarr library, the video download functionality is essentially unusable as is unless you have massive amounts of storage. There’s no way to restrict what videos are downloaded, so you just disable video downloads.

Describe the solution you'd like

Ideally I could do something like specify a lidarr tag, and only artists with that tag get video downloads. The tag API for lidarr makes this possible. For example:

Describe alternatives you've considered

There are likely methods besides using tags, eg profiles. But tags feels like the right way to do this.

other

I looked at the video script. I’d be happy to put up a PR if this is something you think makes sense, and you don’t have time.

RandomNinjaAtk commented 1 year ago

PR welcome

bmatheny commented 1 year ago

PR up at #142

bmatheny commented 1 year ago

Merged