esa;580474 Wrote: 
> 
> I don't know the Database structure, so, it is very difficult for me to
> understand the link between tables. Is it a document for this ?
> 
There is a wiki page that's fairly updated:
http://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure

esa;580474 Wrote: 
> 
> Can you analyze this modification and validate it ?
> 
It looks correct, the issue is that earlier you were supposed to join
with:
tracks.id=playlist_track.track 

But this has changed in 7.4 or 7.5 so now you need to use:
tracks.url=playlist_track.track


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=82259

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to