Don't skip printing EXTINF for unknown durations
[FAPG] / README
1 FAPG (Fast Audio Playlist Generator)
2 site: http://royale.zerezo.com/fapg/
3 mail: royale@zerezo.com
4
5 install:
6 ./configure (or ./configure --disable-xspf if you don't have this lib)
7 make
8 make install
9
10 usage:
11 fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|xspf|html|rss|pla|txx] [-g|--genre=#:#:...] [-o|--output=/path/to/file.m3u] [-p|--prefix=/the/prefix] [-r|--recursive] [-w|--windows] [-x|--exclude=#:#:...] [-c|--command=<intern|...>] [-s|--stdin] /path/to/mp3/dir1 [/path/to/mp3/dir2 ...]
12 - backslash : replace the '/' with '\' in Unix path. 
13 - debug : display useful messages if the program fails ;) 
14 - format : choose which format of playlist you want to generate (default is m3u). 
15 - genre : choose which genres will be included in the generated playlist (default is all). 
16 - output : choose the name of the playlist file to generate (default behavior is to display on standart output). 
17 - prefix : replace the Unix path with another string (useful to give a Samba path for example). 
18 - recursive : recursively read the subdirectories. 
19 - windows : replace all Unix characters with Windows characters... 
20 - exclude : choose which genres will be excluded in the generated playlist (default is none). 
21 - command : external binary or script that produces additional fields for RSS feeds (slow).
22 - stdin : read filenames and/or directories from standard input instead of command line.
23
24 links:
25 http://geek.scorpiorising.ca/scripts.html
26 http://id3lib.sourceforge.net/
27 http://id3.org/
28 http://www.xiph.org/ogg/vorbis/docs.html
29 http://xspf.org/specs/