youtube-to-anchorfm
youtube-to-anchorfm copied to clipboard
custom album artwork
idea: Can we create a new env flag that would allow for a custom album artwork.
use case: If I don't want to use the artwork from youtube but I still wanna upload my own picture This could be even more useful if I use the same picture for every episode...
I'm thinking of a flag custom_artwork
together with users saving the picture as thumbnail.jpg
behind the scenes the script will just skip downloading the artwork from youtube and then use the custom artwork saved as thumbnail.jpg
and obviously will be documented in the readme
Is this something that are you interested in working with?
Nice idea, only thing remains is if we can find a better name for the flag custom_artwork
.
Currently, we have env variable LOAD_THUMBNAIL
.
What if we define a new flag called THUMBNAIL_SOURCE
and it will have as value either VIDEO
or FILE
And then we can have another flag THUMBNAIL_FILE
which can then be configured as thumbnail.jpg
.
What do you think?
I agree with your vision