Gambas-it
Archivi (sola lettura) => Programmazione (Gambas 2) => Topic aperto da: - 01 Marzo 2008, 17:35:22
-
Ho spulciato i vari topic, ho provato con cerca ma la funzione vuole minimo 5 caratteri quindi non ho trovato nulla ....
Ho bisogno di ricavarmi i tags MP3 dai vari files, come posso fare ??
Suppongo d'aver bisogno di una class specifica ma l'unica che ho trovato in internet è uno zip corrotto =P
Grazie Ciao
-
Ti serve un editor di tag che poi piloterai tramite SHELL o EXEC.
Prova con http://easytag.sourceforge.net/
-
Downloadato easytags ma ....
Io devo andare a riempire una gridwiew con il nome del file e i vari tags ....
Mi sfugge come fare tramite easytags ....
# easytag -h
Usage: easytag [option]
or: easytag [directory]
Option:
-------
-h, --help Display this text and exit.
-v, --version Print basic informations and exit.
Directory:
----------
/path_to/files Use an absolute path to load,
path_to/files Use a relative path.
#
-
Mi hai indirizzato verso la strada giusta
# ./mp3info -p %f "/root/( Avril Lavigne ) I'm with you.mp3"
( Avril Lavigne ) I'm with you.mp3#
# ./mp3info -p %a "/root/( Avril Lavigne ) I'm with you.mp3"
Avril Lavigne#
scaricato da Debian Packages
Grazie ciao
-
Segnalerei anche questa risposta, dove riporto un modulo, scritto da fsurfing, appunto per ottenere i Tag dei file MP3:
http://www.gambas-it.org/smf/index.php?topic=2450.msg26533#msg26533
ed anche quest'altre discussioni:
http://www.gambas-it.org/smf/index.php?topic=866.0
http://www.gambas-it.org/smf/index.php?topic=2450.0
http://www.gambas-it.org/smf/index.php?topic=2481.0
http://www.gambas-it.org/smf/index.php?topic=3279.0