Schroedinger-Hat / youtube-to-anchorfm

An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
MIT License
127 stars 70 forks source link

custom album artwork #76

Closed abe-101 closed 1 week ago

abe-101 commented 1 year ago

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...

abe-101 commented 1 year ago

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

TheJoin95 commented 5 months ago

Is this something that are you interested in working with?

matevskial commented 5 months ago

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?

TheJoin95 commented 5 months ago

I agree with your vision

matevskial commented 1 week ago

Since we implemented this some time ago, I'll close this issue.