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.
Cant get concrete filename after download #12456
Comments
|
Sorry, when you say "embedded system" you mean the Python API, and so you're talking about the |
I am trying to download songs from youtube, via the embedded system, and then after it is converted to MP3, have it added to my MPD server's queue. however i cannot seem to find the filename after the file has been converted. i hoped i could use a hook upon finishing, however "finish" is when the download is finished - not when the conversion is finished. I hoped that i could get the finished filename from the "extract_info" method, however it only returns the title name - the outtmpl removes certain characters from the filename ("(",")" as an example) which makes it quite hard to figure out what the finished songname will be. Is it possible to get this filename upon conversion?
Thank you!