From: Leandro Lucarella Date: Fri, 15 Aug 2003 20:57:57 +0000 (+0000) Subject: Corregidos bugs, agregado README, Vol 78 y template para glabels. X-Git-Tag: svn_import~93 X-Git-Url: https://git.llucax.com/personal/documentos.git/commitdiff_plain/1a51aa05adb10c430d46b751a3b60ce102649719 Corregidos bugs, agregado README, Vol 78 y template para glabels. --- diff --git a/mp3_labels/MP3_78.glabels b/mp3_labels/MP3_78.glabels new file mode 100644 index 0000000..c96862f --- /dev/null +++ b/mp3_labels/MP3_78.glabels @@ -0,0 +1,56 @@ + + + Aa. Luca CD label: Imprime al reves, primero la de abajo + + + MP3 + Volumen 78 + + + + Alberto Iglesias + - Lucia Y El Sexo (banda De Sonido) [2000] + + + + Alfredo Casero + - Alma De Camión [2000] + - Gestando La Halibour [1994] + - Pirata Vol. 1 [1995] + + + + Fito Paez + - Naturaleza Sangre [2003] + + + + Illya Kuryaki And The Valderramas + - Fabrico Cuero [1991] + - Horno Para Calentar Los Mares [1993] + - Kuryakistan [2001] + - Ninja Mental (unplugged) [1996] + - Versus [1999] + + + + La Mancha De Rolando + - Animal Humano [2000] + - Juegos Locos [2003] + + + + Mike And The Mechanics + - Hits [1996] + + + + Os Paralamas Do Sucesso + - Longo Caminho [2002] + + + + Vieja Estación + - Vieja Estación [2002] + + diff --git a/mp3_labels/README b/mp3_labels/README new file mode 100644 index 0000000..95dbfa7 --- /dev/null +++ b/mp3_labels/README @@ -0,0 +1,9 @@ +Prerequisitos: +- PHP4 cgi. +- PEAR HTML_Template_Sigma. + +Modo de uso: + ./procesar.php [] [] + +Por defecto se usa el directorio actual y se guarda el resultado en +MP3_.glabels diff --git a/mp3_labels/cd.template b/mp3_labels/cd.template new file mode 100644 index 0000000..81ede2b --- /dev/null +++ b/mp3_labels/cd.template @@ -0,0 +1,8 @@ + + + + + + diff --git a/mp3_labels/procesar.php b/mp3_labels/procesar.php index bf46fc2..a9e4ebf 100755 --- a/mp3_labels/procesar.php +++ b/mp3_labels/procesar.php @@ -2,6 +2,7 @@ get(); - $fo = fopen($filename, 'w'); fputs($fo, $results); fclose($fo);