Code Monkey home page Code Monkey logo

Comments (4)

squell avatar squell commented on June 9, 2024
  1. Fixed.

  2. Not sure that is incorrect behaviour -- it's not needed to use UTF16 in that case. There is however an another bug in that part.

  3. I am undecided about what to do about multiple tags in the interface. Right now %{TXXX} returns the first TXXX frame encountered, and %{TXXX:descriptor} can be used to be more precise. But it would also be nice to have the ability to remove, say, all TXXX frames or a specific set of TXXX frames.

from id3.

J-P- avatar J-P- commented on June 9, 2024

An early end-of-year gift. Thanks.

  1. It would be good if all the TXXX values could be retrieved, somehow. Often the "descriptor" is unknown.

  2. I think the problem here was that the "descriptor" was not delimiter correctly, if my memory serves me correctly. Or, it could have been that encoding was not specified.

Side note: Usually users can recover media from vendor sources or from CD after a catastrophe, however, the metadata—which may be curated for years—is lost. Ideally, it would be good to have a tool that extract all metadata from a library of audio files as a backup, using the MD5 of the audio segment as reference.

from id3.

squell avatar squell commented on June 9, 2024

I think I fixed issues with these frames (TXXX/WXXX/COMM/USER), so I'm closing this now.

Adding a "detailed view" was on the TODO list for a long time, so I added that now. I'm considering writing something that reads that some format back in, which would allow some form of what you propose, as well as a crude interactive mass-tagger using an external text-editor.

Of course, the complete tags themselves can already be copied by using -D/--duplicate:

for f in FILES; do
  touch "${f}.tag"  
  id3 -123 --duplicate "$f" "${f}.tag"
done

from id3.

J-P- avatar J-P- commented on June 9, 2024

Thanks much. I will test and respond.

Happy Holy days, if you celebrate any, and all the best for 2016.

from id3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.