Download List

Descripción del Proyecto

flactagger is a script for tagging FLAC files. It
can extract information from file names if they're
named according to etree.org's naming standards.
It can also extract information from info files
like song titles, location, and date. Tags can
also be edited in an editor.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-24 20:26
2.0.0

Todo el código Ruby ha sido completamente reescrita y Rubyfied. El módulo C ha sido mejorado y está utilizando metadatos de FLAC de nivel 2 en lugar de 1 a hacer las cosas más rápido. Algunas opciones se han eliminado (-zPpq), y otras opciones han cambiado de nombre (-I-J y-g a-S). La opción-T se ha solucionado. Las nuevas opciones incluyen-L (- lista),-R (- remove-tags),-I (- interactivos), y-E (- incluyen-existentes-tags).
Tags: Major feature enhancements
All Ruby code has been completely rewritten and Rubyfied. The C module has been improved and is using FLAC's metadata level 2 rather than 1 to make things faster. Some options have been removed (-zPpq), and other options have been renamed (-I to -j and -g to -S). The -T option has been fixed. New options include -l (--list), -R (--remove-tags), -I (--interactive), and -E (--include-existing-tags).

2006-01-12 04:20
1.2

Esta versión presenta una nueva-q / - rápido opción de etiquetas, lo que hace que el etiquetado casi automática en algunos casos. La opción-f / - ftags opción fue retirado porque la sintaxis de su argumento era bastante horrible. Algunos errores posibles con el módulo C cuando un archivo no tiene un bloque de VORBIS_COMMENT existentes eran fijos. La página del manual fue sustituido por uno nuevo que utiliza macros mdoc. La secuencia de comandos setup.rb parche se ha actualizado a 3.4.1.
Tags: Minor feature enhancements
This release features a new -q / --quick-tag option, which makes tagging almost automatic in certain cases. The -f / --ftags option was removed because its argument's syntax was quite horrible. Some possible bugs with the C module when a file did not have an existing VORBIS_COMMENT block were fixed. The man page was replaced with a new one that uses mdoc macros. The patched setup.rb script was updated to 3.4.1.

2005-10-12 11:17
1.1

El Makefile se ha sustituido por el guión setup.rb mucho mejor de http://i.loveruby.net/. Extconf.rb ha sido mejorado.
Tags: Minor feature enhancements
The Makefile has been replaced by the much better
setup.rb script from http://i.loveruby.net/.
extconf.rb has been improved.

2005-08-10 22:45
1.0

El módulo de optparse ha sido sustituido por el módulo de getoptlong. Algunas opciones se han eliminado, y otros han cambiado de nombre. Todas las opciones tienen ahora un plazo corto de la opción correspondiente. El makefile instala en / usr / local por defecto. Un desinstalar objetivo ha sido añadido. La extensión. Rb se ha eliminado. No hay soporte para leer archivos de información con DOS / Mac finales de línea. Nuevas opciones: - generar GTAGS, - ftags, - formato de las etiquetas, - ignore-campos, - los títulos-de-stdin, y - los progresos realizados (para mostrar una barra de progreso). Esta versión es más tranquila por defecto. Hay muchas más mejoras.
Tags: Major feature enhancements
The optparse module has been replaced by the getoptlong module. Some options have been removed, and others have been renamed. All long options now have a corresponding short option. The makefile installs to /usr/local by default. An un-install target has been added. The .rb extension has been removed. There is support for reading info files with DOS/Mac line endings. New options: --gtags, --ftags, --format-tags , --ignore-fields, --titles-from-stdin, and --progress (to display a progress bar). This release is more quiet by default. There are many more improvements.

2005-05-04 19:19
0.8.1

Esta versión corrige algunos caminos incorrectos en el Makefile.
Tags: Minor bugfixes
This release fixes some incorrect paths in the Makefile.

Project Resources