diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 06:52:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 06:52:26 +0000 |
commit | c6cf91dc02eb142b145fe71846b1415c5a37afef (patch) | |
tree | 64c7c8631c6061bb1472e9114b0b18402d34b584 /config | |
parent | 4a84f0bc2ad23687d996a116a6a1c1d1cae0a553 (diff) | |
download | ampache-c6cf91dc02eb142b145fe71846b1415c5a37afef.tar.gz ampache-c6cf91dc02eb142b145fe71846b1415c5a37afef.tar.bz2 ampache-c6cf91dc02eb142b145fe71846b1415c5a37afef.zip |
rss fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index f106e628..85ea7db0 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -454,6 +454,11 @@ stream_cmd_m4a = faad -f 2 -w "%FILE%" | lame -r -b %SAMPLE% -S - - # song is the information in the feed. can be multiple # items. # +# use_rss = false (values true | false) +# +#DEFAULT: use_rss = false +#use_rss = false +# # # rss_main_title = the title for your feed. # DEFAULT: Ampache for the love of Music @@ -478,7 +483,8 @@ rss_main_language = nl # $artist # $album # DEFAULT: <![CDATA[$song->f_title @ $album played by $user->fullname]]> -rss_song_description = <![CDATA[$song->f_title @ $album played by $user->fullname]]> +# FIXME it's hardcoded in lib/rss.lib.php now +#rss_song_description = <![CDATA[$song->f_title @ $album played by $user->fullname]]> ###################################################### ####################### |