X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=fapg.1;fp=fapg.1;h=8b3588f4f79816821e7fd6c846ba67ad7887af80;hp=a9af76fa0b9697d0b256bf5fc15527dcb75466b1;hb=421f874ec03fa08a659b5b4314411f24f1d6460b;hpb=bbf33cb4cdfaef9afd70b1355c78121773461f49 diff --git a/fapg.1 b/fapg.1 index a9af76f..8b3588f 100644 --- a/fapg.1 +++ b/fapg.1 @@ -18,7 +18,7 @@ fapg \- Fast Audio Playlist Generator .SH DESCRIPTION .B fapg is a tool to generate list of audio files (Wav, MP2, MP3, Ogg, etc) in various -formats (M3U, PLS, HTML, etc). It is very useful if you have a large amount +formats (M3U, PLS, HTML, RSS, etc). It is very useful if you have a large amount of audio files and you want to quickly and frequently build a playlist. .P It is coded in C to be as fast as possible, and does not use any specific @@ -32,7 +32,7 @@ formats. Replace the '/' with '\' in Unix path. .IP -d|--debug Display useful messages if the program fails ;) -.IP -f|--format=m3u|pls|html +.IP -f|--format=m3u|pls|html|rss Choose which format of playlist you want to generate (default is m3u). .IP -g|--genre=#:#:... Choose which genres (numerical values only) will be included in the generated playlist (default is all). @@ -70,6 +70,11 @@ An HTML playlist for an album: A playlist that contains all your classical tracks may receive the genres to include (or exclude) in one or multiple portions .B fapg --genre=32:105 --genre=106:104:103 /path/to/all/music +Generate a podcasting XML file: +.B fapg --output=dir.xml -f rss -r --prefix=http://thisserver/basedir path/to/mp3 +Please note that in all given directories ( and in /rss ) files called podcast.jpg are referenced. +Many header fields are set to defaults using environment variables like LOGNAME or LANG. + .SH AUTHOR Antoine Jacquet , http://royale.zerezo.com/fapg/.