right format for playlist on thecus n5200 ?

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
Wurzelseppi
Posts:2
Joined:Thu Oct 21, 2010 8:49 pm
AV Hardware:Sony PlayStation 3, Teac WAP 5000, Thecus n5200 NAS Server (Twonky Server Host)
right format for playlist on thecus n5200 ?

Post by Wurzelseppi » Thu Oct 21, 2010 9:00 pm

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

Wurzelseppi
Posts:2
Joined:Thu Oct 21, 2010 8:49 pm
AV Hardware:Sony PlayStation 3, Teac WAP 5000, Thecus n5200 NAS Server (Twonky Server Host)

Re: right format for playlist on thecus n5200 ?

Post by Wurzelseppi » Mon Nov 22, 2010 10:13 am

No one ? ....

Would need the desperately :-(


Thanks in advance.

Greetings,

Julian

ksavage
Posts:5
Joined:Mon Mar 28, 2011 6:39 pm
AV Hardware:Thecus NAS n4200Pro running Twonky server
Windows 7 Home Premium

Re: right format for playlist on thecus n5200 ?

Post by ksavage » Mon Mar 28, 2011 6:46 pm

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>

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: right format for playlist on thecus n5200 ?

Post by phibertron » Mon Mar 28, 2011 7:44 pm

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
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

Locked