Page 1 of 1

No playlist visible on client

PostPosted: Wed Sep 12, 2012 3:56 pm
by jansky
Hi
I just upgraded to 1.0.1 eagerly awaiting being able to play my playlist on our Samsung HT-D5550. Well, pictures are there, music is there, but no playlist content - only the selection for Upper Folder as it used to be on 0.6. On the console in Shared Folders I tried to check and uncheck Share Audio Files - no difference. Can you please help me?
Thanks,
Richard

Re: No playlist visible on client

PostPosted: Wed Sep 12, 2012 7:54 pm
by zip
do you have some playilists in the shared folders?

Re: No playlist visible on client

PostPosted: Sat Sep 15, 2012 7:47 am
by jansky
Yep. The lists also seem to be recognized by serviio - see log.

Re: No playlist visible on client

PostPosted: Sun Sep 16, 2012 7:21 pm
by zip
It looks like your playlists include paths like :

  Code:
\Users\Admin\.......


You will have to change them to


  Code:
c:\Users\Admin\.......

Re: No playlist visible on client

PostPosted: Tue Sep 18, 2012 4:32 pm
by jansky
Well, it seems that's it. But seems less than optimal, since I have to manually modify each playlist whenever it changes. Also worth noting is that Winamp as well as Mediamonkey provide by default a relative path during export of their playlists to m3u - not configurable.

Is there any simpler way? But, anyhow thanks a lot Petr.

Re: No playlist visible on client

PostPosted: Tue Sep 18, 2012 10:56 pm
by zip
relative paths are fine, but these are absolute paths - but not properly, as the letter is missing (kind of absolute Linux path on Windows).

Path relative to the playlist file would work, e.g.

  Code:
../../a.mp3

or

  Code:
b/a.mp3