X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=fapg.1;fp=fapg.1;h=e909bdbd180097af062edc926d023b3027232d2f;hp=096ddcf1edcfaf3868b7363c8e22fa61797b1d36;hb=eb987a9f4940f5143602e2ef7138550d0263ae40;hpb=d42d5825af7c6b637022eb1bfacf18b2b51bb57c diff --git a/fapg.1 b/fapg.1 index 096ddcf..e909bdb 100644 --- a/fapg.1 +++ b/fapg.1 @@ -7,11 +7,15 @@ fapg \- Fast Audio Playlist Generator .SH SYNOPSIS -.B fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html] [-o|--output= +.B fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html] [-g|--genre +.I #:#:... +.B ] [-o|--output= .I /path/to/file.m3u .B ] [-p|--prefix= .I /the/prefix -.B ] [-r|--recursive] [-w|--windows] +.B ] [-r|--recursive] [-w|--windows] [-x|--exclude +.I #:#:... +.B ] .I /path/to/mp3/dir1 .B [ .I /path/to/mp3/dir2 @@ -19,7 +23,7 @@ fapg \- Fast Audio Playlist Generator .SH DESCRIPTION .B fapg -is a tool to generate list of audio files (Wav, MP3, Ogg, etc) in various +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 of audio files and you want to quickly and frequently build a playlist. .P @@ -36,6 +40,8 @@ Replace the '/' with '\' in Unix path. Display useful messages if the program fails ;) .IP -f|--format=m3u|pls|html 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). .IP -o|--output=/path/to/file.m3u Choose the name of the playlist file to generate (default behavior is to display on standard output). @@ -46,6 +52,8 @@ for example). Recursively read the subdirectories. .IP -w|--windows Replace all Unix characters with Windows characters. +.IP -x|--exclude=#:#:... +Choose which genres (numerical values only) will be excluded in the generated playlist (default is none). .SH EXAMPLES Generate a PLS playlist for an album: @@ -56,13 +64,16 @@ audio files for Windows powered computers using Winamp. The directory on the server containing the files is .I /samba/mp3 and is visible on the Windows network as -.I \\\\\\\server\\\mp3 +.I \\\\\\\\server\\\\mp3 : -.B fapg --backslash --output=/samba/mp3/list.m3u --prefix='\\server\mp3\' --recursive --windows /samba/mp3 +.B fapg --backslash --output=/samba/mp3/list.m3u --prefix='\\\\\\\\server\\\\mp3\\\\' --recursive --windows /samba/mp3 An HTML playlist for an album: .B fapg --output=fapg.html ~/path/to/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 + .SH AUTHOR Antoine Jacquet , http://royale.zerezo.com/fapg/.