bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] Playlist support


From: Martin Lambers
Subject: Re: [Bino-list] Playlist support
Date: Sun, 18 Sep 2011 20:35:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

Hi Henrik!

On 18/09/11 19:38, Henrik Reinstädtler wrote:
> I started developing playlist support.... Here is my first draft of the
> Header File. I would developed with sqlite database, or an xml File.

There are several existing playlist file formats, most notably m3u/m3u8,
pls, xspf, and asx. See
<http://en.wikipedia.org/wiki/Comparison_of_video_player_software#Playlist_format_ability>.
We should not invent our own file format; nobody would ever use it.

It seems that m3u/m3u8 is the most widespread format (together with the
MS-centric asx) and is relatively simple, so it may be a good starting
point.

VLC implements most playlist file formats, see for example
modules/demux/playlist/m3u.c and modules/misc/playlist/m3u.c.

Best regards.
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]