version 0.30
[FAPG] / README
1 FAPG 0.30 (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] [-g|--genre=#:#:...] [-o|--output=/path/to/file.m3u] [-p|--prefix=/the/prefix] [-r|--recursive] [-w|--windows] [-x|--exclude=#:#:...] /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 - genre : choose which genres will be included in the generated playlist (default is all). 
15 - output : choose the name of the playlist file to generate (default behavior is to display on standart output). 
16 - prefix : replace the Unix path with another string (useful to give a Samba path for example). 
17 - recursive : recursively read the subdirectories. 
18 - windows : replace all Unix characters with Windows characters... 
19 - exclude : choose which genres will be excluded in the generated playlist (default is none). 
20
21 links :
22 http://geek.scorpiorising.ca/scripts.html
23 http://id3lib.sourceforge.net/
24 http://id3.org/
25 http://www.xiph.org/ogg/vorbis/docs.html