Page 1 of 1

[solved] Playlist m3u - no playback [serviio 1.1]

PostPosted: Thu Jan 24, 2013 8:33 am
by greg4b
Thanks for the dlna server - especially that it features a playlist for images!

Unfortunatly this feature does not work - neither for the DLNA Client SONY KDL 755 nor in the Android MediaHouse.
The serviio 1.1 is running on a DS111 Synology DSM 4.1
Images and Music is being served from Servio without complaints - through folders etc.

Below a excerpt of the Log-File (a greater Log see Attachment)
2013-01-24 00:05:18,212 DEBUG [MediaItemDAOImpl] Getting file of media item 635
2013-01-24 00:05:18,213 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 635) and extractor EMBEDDED
2013-01-24 00:05:18,214 DEBUG [LibraryAdditionsCheckerThread] Found playlist file 'gregor.m3u', checking if it's already in the Library
2013-01-24 00:05:18,215 DEBUG [PlaylistDAOImpl] Checking if DB already contains playlist gregor.m3u
2013-01-24 00:05:18,217 DEBUG [MediaItemDAOImpl] Getting file of media item 636
2013-01-24 00:05:18,218 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 636) and extractor EMBEDDED
2013-01-24 00:05:18,221 DEBUG [MediaItemDAOImpl] Getting file of media item 637
2013-01-24 00:05:18,222 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 637) and extractor EMBEDDED
2013-01-24 00:05:18,225 DEBUG [PlaylistDAOImpl] Playlist gregor.m3u already exists in DB
2013-01-24 00:05:18,225 DEBUG [LibraryAdditionsCheckerThread] Found file 'DSC00048.JPG', checking if it's already in the Library
2013-01-24 00:05:18,225 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item DSC00048.JPG
2013-01-24 00:05:18,225 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /volume1/homes/serviio/../../photo/test/DSC00048.JPG, ignore case: false
2013-01-24 00:05:18,229 DEBUG [MediaItemDAOImpl] Media item DSC00048.JPG already exists in DB
2013-01-24 00:05:18,229 DEBUG [LibraryAdditionsCheckerThread] Found file 'DSC00047.JPG', checking if it's already in the Library
2013-01-24 00:05:18,229 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item DSC00047.JPG
2013-01-24 00:05:18,230 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /volume1/homes/serviio/../../photo/test/DSC00047.JPG, ignore case: false
2013-01-24 00:05:18,232 DEBUG [MediaItemDAOImpl] Media item DSC00047.JPG already exists in DB
2013-01-24 00:05:18,232 DEBUG [LibraryAdditionsCheckerThread] Found file 'DSC00045.JPG', checking if it's already in the Library
2013-01-24 00:05:18,232 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item DSC00045.JPG

The photo-playlist is simple - contains only 2 entries. I made those in an text editor - UTF-8 coded. The plalist is being played without problems in the windows media player
DSC00045.jpg
DSC00048.jpg



Any hints for getting the imageplaylist to work is greatly apreciated.

Thx,

Gregor

Re: Playlist m3u - no playback [serviio 1.1]

PostPosted: Thu Jan 24, 2013 9:31 am
by zip
your image file names are different (.JPG vs .jpg) in the playlist and on the NAS.

Re: Playlist m3u - no playback [serviio 1.1]

PostPosted: Fri Jan 25, 2013 9:06 am
by greg4b
SOLVED!

Thank's for the hint - I'm new to Linux and did'nt recognize this difference.

Let me note, that the "simple" form of m3u (image-)playlist didn't work out (just the Filenames as playlist).

It worked with the m3u-Linux formatting - see http://de.wikipedia.org/wiki/M3U#Unix_.28Mac_OS_X.2FLinux.29