bpa wrote: > It's a well known bug and I've tried a few ways to fix it but they > didn't work. IIRC It's some sort of anomaly in LMS. I think to fix it > means rewriting a section of code but I'm not familiar with the > necessary comet stuff so it would take time. Unfortunately, other things > have always taken priority. Any time spent on it recently has been > necessary just to kept plugin going as it is based on now very old tech.
Hi, After searching and testing, I have found what the problem is with the playlists : the plugin does not comply with LMS opml implementation. The <outline> tag for playlists does not contain a URL field as the LMS documentation states is required. I tried creating an external opml file containing only the tracks information and modifying the CDplayerCDTOC.opml file, deleting tracks information and adding a URL field like this : <outline icon="html/images/playlists.png" text="CD_test" type="playlist" URL="test.opml"/> and voilĂ ! It works ! Now, I do not know how to properly code this into the plugin, but I will give it a try (if nobody does it faster than me :D ) ------------------------------------------------------------------------ TristanLateingne's Profile: http://forums.slimdevices.com/member.php?userid=71709 View this thread: http://forums.slimdevices.com/showthread.php?t=47288
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
