64966e0e1d106786de6b4d70a54e6b4b2bd46e12
[FAPG] / README
1 FAPG 0.21 (Fast Audio Playlist Generator)
2 site: http://royale.zerezo.com/fapg/
3 mail: royale@zerezo.com
4
5 install:
6 make
7 make install
8
9 usage:
10 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 ...]
11 - backslash : replace the '/' with '\' in Unix path. 
12 - debug : display useful messages if the program fails ;) 
13 - format : choose which format of playlist you want to generate (default is m3u). 
14 - output : choose the name of the playlist file to generate (default behavior is to display on standart output). 
15 - prefix : replace the Unix path with another string (useful to give a Samba path for example). 
16 - recursive : recursively read the subdirectories. 
17 - windows : replace all Unix characters with Windows characters... 
18
19 links :
20 http://geek.scorpiorising.ca/scripts.html
21 http://id3lib.sourceforge.net/
22 http://id3.org/
23 http://www.xiph.org/ogg/vorbis/docs.html