@
IPhantom , part of the issue might be that there is simply no data available for the track/artist combination that you want.
I wrote a small python script to connect to tadb's musicvid api and ran all your tracks through it. Result....
Code:
Weak by AJR
no data available at all
Darkside by Alan Walker
No data for that track available
Destination Calabria by Alex Gaudino
Data returned from tadb for track Destination Calabria (UK Radio Edit) is as follows
The music video is directed by Eran "Rani" Creevy and produced by Ben Pugh for Ministry of Sound. It features female dancers in highly sexualized green marching band costumes, pretending to play various instruments in a seductive manner, with choreography by David Leighton. In some scenes, seemingly hundreds of the dancers are seen at once, but these are simply the original eight replicated many times using digital imagery. Waters herself does not appear in the video, with some of the marching band members miming her lyrics.
I Love Rock n Roll by Alex Gaudino
No data for that track available
Watch Out by Alex Gaudino
No data for that track available
Truth by Alexander
no data available at all
U Dont Know by Alison Wonderland
No data for that track available
Moi Lolita by Alizée
No data for that track available
Breezeblocks by alt.J
no data available at all
Im a Mess by Bebe Rexha
No data for that track available
Boys by Charli XCX
No data for that track available
You by Charli XCX
No data for that track available
<snip>
I only got the one hit as you can see. As tadb is community driven, you could always add the missing info to it and then it would be available to everyone.
@
docwra, maybe not the place to ask here, but would it be possible to extend the musicvid api to artist &/or track names ? Currently the only two methods appear to be either mbid look-up (which is the way I did it above) or tadb artist id. I did think about using the latter and for a small test it wouldn't matter, but getting the artistid first would entail twice the look-ups. I just re-used a routine I already had to lookup mbids from musicbrainz and then did the search with that. Based purely on the fact that streaming radio helper uses the same code it's pretty accurate, but tadb artistid might be even more so.