Addition of an M3U playlist generator would be great.
This would enable users of the interface to select the
songs they want via checkboxes, and select "submit".
Code would need to be Javascript in order to be used
clientside within the browser to create the M3U list.
The javascript would process the boxes that are
checked, adding each to an array as the list was
parsed. After the list was parsed into the array, the
M3U file is passed to the browser for proper handling
via MIME types.
The M3U file would have the following syntax:
#EXTM3U
#EXTINF:227,Some Song Name
http://username:password@www.domainname.com/music/some.ogg
(As an example of a URL protected by htaccess password
protection)
Where "227" is the number of seconds the song actually is.
This is currently already extracted and placed into the
HTML during the scripts runtime in Minutes:Seconds.
(Easily extracted by ((minutes * 60)+seconds))
More information as thought of.
Logged In: YES
user_id=37691
submitted by myself... forgot to use a my real userid, and
not one I created as testing.