Apologies in advance, but I am very new and would like to know what kind of playlists Twonkymedia Server recognises? For example .m3u or .wpl? I have Twonkymedia Server 5.1 (build date 8th Sept 2009) running on a Western Digital, My Book World Edition, white light network attached storage device. In particular I would like to create video playlists. Will you please recommend a playlist format to use, where in the file system I should place the playlist and what software would you use to create/author the playlist? Can one create a playlist for photos?
Any advice will be most welcome. Thanks for your patience in answering this question of mine. I have searched but as yet have not come across helpful informtion in this regard. Thank you!
Creation/Placement/Format of a Playlist for Twonky Server
Re: Creation/Placement/Format of a Playlist for Twonky Serve
and the answer is??
- 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: Creation/Placement/Format of a Playlist for Twonky Serve
I know that it is usually best, to place playlists in the root of each media folder
Also, I know ther both m3u and wpl types work
As far as what to use to create them, good question, is there one answer, nope
I use windows media player to create playlists for music, or by hand
This one is for Music
But for photo and video, I creae .wpl playlists by hand like this
This one is for Photo
This one is for Video
Also, I know ther both m3u and wpl types work
As far as what to use to create them, good question, is there one answer, nope
I use windows media player to create playlists for music, or by hand
This one is for Music
Code: Select all
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Type" content="M"/>
<title>Music Playlist</title>
</head>
<body>
<seq>
<media src="D:\shares\Music\song1.mp3"/>
<media src="D:\shares\Music\song2.mp3"/>
<media src="D:\shares\Music\song3.mp3"/>
</seq>
</body>
</smil>
This one is for Photo
Code: Select all
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Type" content="P"/>
<title>Photo Playlist</title>
</head>
<body>
<seq>
<media src="D:\shares\Photos\photo1.jpg"/>
<media src="D:\shares\Photos\photo2.jpg"/>
<media src="D:\shares\Photos\photo3.jpg"/>
</seq>
</body>
</smil>
Code: Select all
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Type" content="V"/>
<title>video Playlist</title>
</head>
<body>
<seq>
<media src="D:\shares\Videos\movie1.mp4"/>
<media src="D:\shares\Videos\movie2.mp4"/>
<media src="D:\shares\Videos\movie3.mp4"/>
</seq>
</body>
</smil>
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
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