Giter VIP home page Giter VIP logo

Comments (11)

robvdl avatar robvdl commented on August 19, 2024

Sorry! I added this ticket to wrong repo, closing immediatly to stop any confusion

from go-taglib.

wtolson avatar wtolson commented on August 19, 2024

Sounds good, let me know if I can answer any questions.

from go-taglib.

jcnoir avatar jcnoir commented on August 19, 2024

The albumartist tag would be nice but it is not available in the taglib C API (only in the C++ one).

from go-taglib.

robvdl avatar robvdl commented on August 19, 2024

That is really disappointing then, because I was kind of depending on this tag in particular, I wonder what can be done then about this then in taglib.

from go-taglib.

robvdl avatar robvdl commented on August 19, 2024

I found the issue on taglib that describes this:

taglib/taglib#649

from go-taglib.

robvdl avatar robvdl commented on August 19, 2024

@jcnoir I have been reading the source code a bit of taglib, and from what I can gather, support for the album artist tag is not just missing from the C interface, it's also missing from the C++ code.

The author of taglib has marked this issue as a wishlist item, and I am quite keen to try to add support for the album artist tag to taglib first, so that it can be added to go-taglib, even if this is going to take me a while to figure the C++ code base out. I was pretty decent at C++, and the code seems easy enough to read, but I haven't done any C++ for a while either.

So far I have managed to compile taglib from source, add the new function to the C interface (but just getting it to return the artist for the time being), then I compiled taglib, and got go-taglib to use the custom compiled version... this worked, so I should be able to add support for album artist to taglib, given enough time.

from go-taglib.

jcnoir avatar jcnoir commented on August 19, 2024

Having the albumartist in taglib would be a great addition ! Thanks for your work 👍

from go-taglib.

wtolson avatar wtolson commented on August 19, 2024

Agreed, that would be very useful.

from go-taglib.

Sacules avatar Sacules commented on August 19, 2024

Seems that in recent versions of taglib you can use something like file->properties()["ALBUMARTIST"]. I think this tag can finally be implemented here :)

from go-taglib.

sentriz avatar sentriz commented on August 19, 2024

https://github.com/nicksellen/audiotags

this guy supports album artist 💪

from go-taglib.

robvdl avatar robvdl commented on August 19, 2024

Oh wow thanks for that, it too uses taglib. I remember asking taglib themselves to add album artist support, I was even trying to do it myself but didn't finish or submit anything. I think in the mean time taglib got the feature from another developer.

from go-taglib.

Related Issues (7)

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.