summaryrefslogtreecommitdiffstats
path: root/templates/show_add_catalog.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-29 06:53:41 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-29 06:53:41 +0000
commita8b94b78da50c9dc4fd272a88de0bb11ecaa15ff (patch)
tree39eb6f7b5ce6f63ae413a4881d1955d868910611 /templates/show_add_catalog.inc.php
parent70977abf0dc296fc2b87a43ec8d56014bab4c81c (diff)
downloadampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.tar.gz
ampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.tar.bz2
ampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.zip
continued to work on xml-rpc in conjuction with new acls xml-rpc is broken in this svn release.. sorry will fix asap
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r--templates/show_add_catalog.inc.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php
index bdd7c97a..2bf02283 100644
--- a/templates/show_add_catalog.inc.php
+++ b/templates/show_add_catalog.inc.php
@@ -20,7 +20,6 @@
*/
-$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";
@@ -61,7 +60,10 @@ $default_sort = "%a/%A";
</select>
</td>
</tr>
-
+<tr>
+ <td><?php echo _('XML-RPC Key'); ?>: </td>
+ <td><input size="30" type="text" name="key" value="" /><span class="error">*<?php echo _('Required for Remote Catalogs'); ?></span></td>
+</tr>
<tr>
<td><?php echo _("Filename Pattern"); ?>: </td>
<td><input size="60" type="text" name="rename_pattern" value="<?php echo $default_rename; ?>" /></td>