Michael Schmarck wrote: In Verbindung zu meiner Frage aus <news:1404024.1IWFcZdi7z@michael-schmarck.my-fqdn.de> suche ich jetzt nach einem "ID3 Tag Editor" für die Kommandozeile. Hierbei sollte es möglich sein, bei bestehenden Stücken ID3v2 Tags zu erweitern, ohne bestehende Tags zu verändern. Darum fällt leider $ id3v2 -v id3v2 0.1.11 Uses id3lib-3.8.3 aus
Package: amarok Version: 1.4.6-1+b1 Severity: normal For some MP3s the playlist columns leave out the first letter. So instead of: "Ice Crystal|Star Ocean 3|Star Ocean - Till the End of Time" it looks like this: "ce Crystal|tar Ocean 3|tar Ocean - Till the End of Time". I think this may be a unicode issue. Here is the 'hexdump -C' dump of the start of the above MP3 (there is no
Package: sonata Version: 1.2.3-1 Severity: normal My music library uses only id3v2 tags, and uses UTF-8 encoding. For example, this song: $ id3v2 -l enya/a_day_without_rain/04-deora_ar_mo_chroi.mp3 id3v2 tag info for enya/a_day_without_rain/04-deora_ar_mo_chroi.mp3: TALB (Album/Movie/Show title): A Day Without Rain TCON (Content type): New Age (10) TIT2 (Title/songname/content
Gracias Jesús Saludos On 4 mayo, 13:11, "Jesús López" <sqlranger....@mvps.org> wrote: Por cierto, el usario prodría pedir tanto que tenga alguna de las titulaciones especificadas como que tenga todas las titulaciones especificadas. El procedimiento entonces quedaría así: ALTER PROCEDURE BuscarCandidato @Nif varchar(50), @Nombre varchar(50), @Titulaciones xml,
No me parece una buena idea hacer alter views para ejecutar consultas, las vistas en una base de datos no deberían cambiar cada vez que se hace una consulta, esto trae problemas de concurrencia, el usuario tiene que tener más permisos. Una vista debería ser más o menos permanente. Para eso sería mejor construir la instrucción SQL en la aplicación cliente y punto. Una solución es crear un