Wiki Plugin MFOLDER
MFOLDER shows at the moment this (still more to do!):
attention
this is the first variation from the demos given by the getid3 php class libaray. So it is NOT tested against vulnerability to html injects or browsing hidden areas. A lot must be done ...
Description
This plugin lists Mediafiles (audio & video) in specified folder and shows the id3 tag content
getID3() is a PHP4 script that extracts useful information (such as ID3 tags, bitrate, playtime, etc.) from MP3s & other multimedia file formats (Ogg, WMA, WMV, ASF, WAV, AVI, AAC, VQF, FLAC, MusePack, Real, QuickTime, Monkey's Audio, MIDI and more).
... which sounds good 😊
Usage
- Copy attachment to:
Copy to clipboardlib/wiki-plugins/
- get getid3 php class from
http://sourceforge.net/projects/getid3/ - and copy getid3 folder to
Copy to clipboardlib/
USAGE
Copy to clipboard
{MFOLDER()}PATH to FOLDER{MFOLDER}
PATH starts from document root (debian eg. /var/www/) and must be accessible by httpd
Example
Copy to clipboard
{MFOLDER()}/pub/sound/{MFOLDER}
Download
No such attachment on this page
TODO
- a better display of filesize in byte, Kb, Mb ...
- automatic generating of playlists like in zina
- translations ""
- security stuff !!!
- things I forget now ...
WISHES
- a sortable table where i can select author, titel, filesize bla in any order,
- width, max shown lines etc ... (is sorted by title now)
- a preset by default to keep it simple as it is ... showing folder /x/y/
- I want to add a MRSS feed as discribed here: http://search.yahoo.com/mrss
- extending this then to a iTunes compatible RSS feed http://phobos.apple.com/static/podcast_specifications.pdf
seems that everything is allready there 😊 http://search.yahoo.com/mrss
Copy to clipboard
<media:content url="http://www.foo.com/movie.mov" fileSize="12216320" type="video/quicktime" isDefault="true" expression="full" bitrate="128" framerate="25" duration="185" height="200" width="300" />
links
- http://sourceforge.net/projects/getid3/
- http://getid3.sourceforge.net php4 class to read id3v1 id3v2 tags, ogg comments etc in soundfiles
RSS stuff