Roland0 wrote: 
> I get the the same message, you can ignore it.
> (Technical background: LMS writes 3 wierd characters ( (hex
> %EF%BB%BF)) at the start of a playlist file, which I already had to work
> around when reading it from other applications. The plugin, however,
> only uses the LMS API, so this is the first time I've seen LMS having
> problems reading it's own playlists. Not sure how to handle this, maybe
> I'll file an issue with Logitech))

It's a BOM (https://en.wikipedia.org/wiki/Byte_order_mark), which for
some reason LMS always puts at the start of a playlist file. (See
https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Formats/Playlists/Base.pm#L75).

And it seems that -playlistEntryIsValid- will issue a warning when it
sees it !
(https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Formats/Playlists/Base.pm#L108).


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

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

Reply via email to