diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-29 06:53:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-29 06:53:41 +0000 |
commit | a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff (patch) | |
tree | 39eb6f7b5ce6f63ae413a4881d1955d868910611 /templates/show_add_catalog.inc.php | |
parent | 70977abf0dc296fc2b87a43ec8d56014bab4c81c (diff) | |
download | ampache-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.php | 6 |
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 "%a" -A "%A" -t "%t" -g %g -y %y -T %T -c "%c" %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> |