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

Add videoDownloadTag to limit artist downloads #142

Closed bmatheny closed 1 year ago

bmatheny commented 1 year ago

Per discussion on #141, this PR adds the ability to specify a videoDownloadTag. If a value is specified for videoDownloadTag, only artists tagged in Lidarr with the specified tag will have videos downloaded for them. If videoDownloadTag is left empty (the default), things work exactly as they did prior to introducing this feature.