X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=README;h=d48459aa85cf4a8a15f8405a2c08cd15cc740a2b;hp=7904dd21a7831ff178874cc7358b05fd1bf8494d;hb=refs%2Ftags%2Fv0.35;hpb=eb987a9f4940f5143602e2ef7138550d0263ae40 diff --git a/README b/README index 7904dd2..d48459a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FAPG 0.30 (Fast Audio Playlist Generator) +FAPG 0.35 (Fast Audio Playlist Generator) site: http://royale.zerezo.com/fapg/ mail: royale@zerezo.com @@ -7,7 +7,7 @@ make make install usage: -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 ...] +fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html|rss] [-g|--genre=#:#:...] [-o|--output=/path/to/file.m3u] [-p|--prefix=/the/prefix] [-r|--recursive] [-w|--windows] [-x|--exclude=#:#:...] [-c|--command=] /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). @@ -17,6 +17,7 @@ fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html] [-g|--genre=#:#:.. - 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) links : http://geek.scorpiorising.ca/scripts.html