Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
When I try to download a video from youtube and give the option --embed-thumbnail to add the thumbnail to the extracted audio as cover art, the filename of the thumbnail used in the call to AtomicParsley is different from the file the thumbnail was safed in, resulting in an error:
In this example the thumbnail is downloaded here:
using the filename "Simpsons_ALS_Ice_Bucket_Challenge_THE_SIMPSONS_ANIMATION_on_FOX-kYNPtDbykp0.jpg" but later on the call to AtomicParsley uses a different name:
Now it's called "Simpsons_ALS_Ice_Bucket_Challenge_THE_SIMPSONS_ANIMATION_on_FOX-kYNPtDbykp0.thumb.m4a" which does not exist. So the error:
Thank you for your consideration of this little problem.
Have a nice day!