PiRSquared17 / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

ID over tags #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
If I want to play a track like, say, The Alps - Le Voyage, the search query 
returns all the returns from the /album/ Le Voyage, with the track not being 
the top-result. Even if I double click the track so it's got the right ID with 
it, it'll play the top-search result for The Alps - Le Voyage: the wrong track. 
If I double click the track (or fill in the right ID) and then remove the title 
and album tags, it WILL play the right track (for I believe in the end, songs 
are loaded by their ID).

What is the expected output? What do you see instead?
So I'd propose a check before a song plays if it's got any information in the 
'ID' field, and if so, skips the searching step and submits the ID directly. 
This could greatly enhance many instances where a certain track is available in 
the search results as second or later result, but won't be played because it 
queries the Artist/Song-tags again and plays the top-result!

Original issue reported on code.google.com by animag...@gmail.com on 2 Aug 2012 at 1:34