X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=README;h=4913345696a1c4e0373df3837a755cd00cdac27f;hp=ca5ce574f260aaeef2132721ad47ace5bd11078c;hb=b22241ce33d982f4f45b415f60a341939a26e694;hpb=5fcf230b83f0541f31b9ccc18ac34391504246b6 diff --git a/README b/README index ca5ce57..4913345 100755 --- a/README +++ b/README @@ -1,13 +1,23 @@ -FAPG 0.0 (Fast Audio Playlist Generator) +FAPG 0.1 (Fast Audio Playlist Generator) site: http://royale.zerezo.com/fapg/ mail: royale@zerezo.com -This is a pre-released version for testing purpose only ! +install: +make +make install -TODO : - - fapg.css - - define best "size" for MAX constant... - - XML export ? format (DTD) ? - - SQL export ? INSERT INTO playlist VALUES (counter,artist,title,time) ? - - TXT export ? format ? - - support MP3 specials headers (extended & unsynchronisation)... \ No newline at end of file +usage: +fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html] [-o|--output=/path/to/file.m3u] [-p|--prefix=/the/prefix] [-r|--recursive] [-w|--windows] /path/to/mp3/dir1 [/path/to/mp3/dir2 ...] +- backslash : replace the '/' with '\' in Unix path. +- debug : display useful messages if the program fails ;) +- format : choose which format of playlist you want to generate (default is m3u). +- output : choose the name of the playlist file to generate (default behavior is to display on standart output). +- prefix : replace the Unix path with another string (useful to give a Samba path for example). +- recursive : recursively read the subdirectories. +- windows : replace all Unix characters with Windows characters... + +links : +http://geek.scorpiorising.ca/scripts.html +http://id3lib.sourceforge.net/ +http://id3.org/ +http://www.xiph.org/ogg/vorbis/docs.html \ No newline at end of file