version 0.35 (by Andreas Neuper)
[FAPG] / fapg.1
diff --git a/fapg.1 b/fapg.1
index 8b3588f..c7ca1ff 100644 (file)
--- a/fapg.1
+++ b/fapg.1
@@ -62,7 +62,7 @@ on the server containing the files is
 and is visible on the Windows network as 
 .I \\\\\\\\server\\\\mp3
 :
 and is visible on the Windows network as 
 .I \\\\\\\\server\\\\mp3
 :
-.B fapg --backslash --output=/samba/mp3/list.m3u --prefix='\\\\\\\\server\\\\mp3\\\\' --recursive --windows /samba/mp3
+.B cd /samba/mp3 && fapg --backslash --output=/samba/mp3/list.m3u --prefix='\\\\\\\\server\\\\mp3\\\\' --recursive --windows ./
  
 An HTML playlist for an album:
 .B fapg --output=fapg.html ~/path/to/album
  
 An HTML playlist for an album:
 .B fapg --output=fapg.html ~/path/to/album
@@ -70,9 +70,12 @@ 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
 
 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.
+Generate a podcasting XML file using an external program rss.sh to generate a detailed description:
+.B fapg --output=dir.xml -f rss -c /usr/local/bin/rss.sh -r --prefix=http://thisserver/basedir path/to/mp3
+if command starts with
+.I intern
+the build-in description (Author,Title,Link) is generated.
+Please note that in all given directories ( and in ...basedir/xml ) files called podcast.jpg are referenced.
 Many header fields are set to defaults using environment variables like LOGNAME or LANG.
 
 
 Many header fields are set to defaults using environment variables like LOGNAME or LANG.