- Thread starter
- Moderator
- #151
It seems to me the easiest way to simply add this piece in MePoTools.I can design the program and the GUI if you can code it? So you want to integrate into MePo Tools?
It is not difficult:
1. Get music videos for all songs in database
- Read MP database
- Get Artist - Title for each song
- Use last.fm track.getinfo API
- http://www.last.fm/api/show/track.getInfo
- From the response we get: http://www.last.fm/music/Cher/_/Believe
- Parse the html url above for the any youtube url (if exists)
- eg.the_url
- run youtube-dl.exe %the_url% (http://rg3.github.io/youtube-dl/) and tell it the url
Settings
- set directory + filename to save as using %artist% %title% %album%
- set preferred video format(s)
- [x] update youtube-dl.exe everytime Music Video Downloader is run.
By the second part, I do not know. Do think it is not difficult, but should I?