summaryrefslogtreecommitdiffstats
path: root/templates/add_catalog.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-04 09:01:36 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-04 09:01:36 +0000
commitffac7359918b54193dab135d2ab7310271f5902b (patch)
tree5c8343c419b90ca2c06c2773691ecc8863f9983a /templates/add_catalog.inc
parent4e9823cd1064cc876b449752b933c89c367d84c6 (diff)
downloadampache-ffac7359918b54193dab135d2ab7310271f5902b.tar.gz
ampache-ffac7359918b54193dab135d2ab7310271f5902b.tar.bz2
ampache-ffac7359918b54193dab135d2ab7310271f5902b.zip
fixed a few more playlist functions... cleaned up some code...
Diffstat (limited to 'templates/add_catalog.inc')
-rw-r--r--templates/add_catalog.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/add_catalog.inc b/templates/add_catalog.inc
index f0493269..5d156d99 100644
--- a/templates/add_catalog.inc
+++ b/templates/add_catalog.inc
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2005 Ampache.org
+ Copyright (c) 2001 - 2006 Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
$default_id3 = "/usr/bin/id3v2 -a &quot;%a&quot; -A &quot;%A&quot; -t &quot;%t&quot; -g %g -y %y -T %T -c &quot;%c&quot; %filename";
$default_rename = "%a - %T - %t";
$default_sort = "%a/%A";