Can you try these queries instead ?

1.

Code:
--------------------
    
  select * from track_statistics where url like 
'%Sisters%Floodland%Dominion%mother%'
  
--------------------


2.

Code:
--------------------
    
  select * from tracks_persistent where url like 
'%Sisters%Floodland%Dominion%mother%'
  
--------------------


3.

Code:
--------------------
    
  select * from tracks where url like '%Sisters%Floodland%Dominion%mother%'
  
--------------------


There seems to be some strange / character between "Dominion" and
"mother" in the screenshot, I suspect this might be causing the issues
as it doesn't exist in the TrackStat backup file. The above queries
should ignore the / characters so we can see how the url looks in the
database. I think it could be some character encoding issue which causes
strange / character to be removed before the TrackStat backup file is
written. Do you see this or other strange characters also in the other
files which you have problem with ?


------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=94909

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to