RandomNinjaAtk / docker-lidarr-extended

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

[Feat]: Music Video Quality #71

Closed senses3 closed 2 years ago

senses3 commented 2 years ago

Is your feature request related to a problem? Please describe. AFAICT there is no option/env to specify minimum quality for downloaded music videos

Describe the solution you'd like A config option to specify minimum music video quality

Describe alternatives you've considered Looked through config, checked existing github issues.

Additional context Would also be cool to see music video listed in lidarr under artist, but this is probably a separate issue.

RandomNinjaAtk commented 2 years ago

I think this is a neat idea to be considered, what would be the limiting factor?

Resolution?

I would want to keep it as simple as possible to make it easier to implement and to understand.

senses3 commented 2 years ago

Maybe make yt-dlp options available as envs so you could just set whatever download options you want to specify, whether it's video quality, file type, etc.

RandomNinjaAtk commented 2 years ago

Try setting the "videoFormat" parameter with your desired setting...