/usr/share/doc/fapg/README is in fapg 0.41-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | FAPG (Fast Audio Playlist Generator)
site: http://royale.zerezo.com/fapg/
mail: royale@zerezo.com
install:
./configure (or ./configure --disable-xspf if you don't have this lib)
make
make install
usage:
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 ...]
- 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).
- genre : choose which genres will be included in the generated playlist (default is all).
- 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...
- exclude : choose which genres will be excluded in the generated playlist (default is none).
- command : external binary or script that produces additional fields for RSS feeds (slow).
- stdin : read filenames and/or directories from standard input instead of command line.
links:
http://geek.scorpiorising.ca/scripts.html
http://id3lib.sourceforge.net/
http://id3.org/
http://www.xiph.org/ogg/vorbis/docs.html
http://xspf.org/specs/
|