X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=README;h=f180f762cea3809812b882fdf26d0245d96d9860;hp=64966e0e1d106786de6b4d70a54e6b4b2bd46e12;hb=refs%2Ftags%2Fv0.37;hpb=f1ebe91895265253a92612eda89900a29e8a4a01;ds=inline diff --git a/README b/README index 64966e0..f180f76 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FAPG 0.21 (Fast Audio Playlist Generator) +FAPG 0.37 (Fast Audio Playlist Generator) site: http://royale.zerezo.com/fapg/ mail: royale@zerezo.com @@ -7,14 +7,18 @@ make make install usage: -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 ...] +fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html|rss|pla] [-g|--genre=#:#:...] [-o|--output=/path/to/file.m3u] [-p|--prefix=/the/prefix] [-r|--recursive] [-w|--windows] [-x|--exclude=#:#:...] [-c|--command=] [-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