Page 1 of 1

right format for playlist on thecus n5200 ?

Posted: Thu Oct 21, 2010 9:00 pm
by Wurzelseppi
Hi all,

i run the TwonkeyServer 6.0.23 on the Thecus N5200 NAS System and i´m having difficulties getting the playlists to work. The Client (Sony PlayStation 3) tells me, that the playlist is empty though it has more than 400 titels.
It references the titels in that format:

..\Titels\Alben_Singles\001.mp3
..\Titels\Alben_Singles\002.mp3
..\Titels\Alben_Singles\003.mp3
.....

Can anybody tell me what i´m doing wrong ?


Thanks in advance.

Greetings,

Wurzelseppi

Re: right format for playlist on thecus n5200 ?

Posted: Mon Nov 22, 2010 10:13 am
by Wurzelseppi
No one ? ....

Would need the desperately :-(


Thanks in advance.

Greetings,

Julian

Re: right format for playlist on thecus n5200 ?

Posted: Mon Mar 28, 2011 6:46 pm
by ksavage
I am running Twonky server 5.1.7 on my Thecus n4200Pro. I tried every kind of playlist (.wpl, .m3u, etc.) to no avail. I finally installed the trial versino of Twonky Manager and created a playlist. Twonky has its own internal version of the .wpl format that seems to hardcode directory entries using a local path. This works, and I am now able to create playlists. Here is the format:

<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="TwonkyMedia"/>
<meta name="IsNetworkFeed" content="0"/>
<meta name="IsUserGenerated" content="1"/>
<meta name="Type" content="M"/>
<title>Sound of Music</title>
</head>
<body>
<seq>
<media src="/raid/data/ftproot/MediaServer/Music/The Sound of Music [40th Anniversary Deluxe Editon]/01 Prelude and the Sound of Music.mp3" />
<media src="/raid/data/ftproot/MediaServer/Music/The Sound of Music [40th Anniversary Deluxe Editon]/02 Overture and Preludium (Dixit Dominus).mp3" />
</seq>
</body>
</smil>

Re: right format for playlist on thecus n5200 ?

Posted: Mon Mar 28, 2011 7:44 pm
by phibertron
I wonder if the contentbase= has any effect on that
In windows version, I too have to use the absolute path and not a relative path for links in playlists