Giter Site home page Giter Site logo

Suggestion - Extract images about id3 HOT 9 CLOSED

squell avatar squell commented on May 20, 2024
Suggestion - Extract images

from id3.

Comments (9)

squell avatar squell commented on May 20, 2024 1

https://github.com/squell/id3/releases/download/0.81/id3-081w.zip should contain a workable id3-images (compiled using a Windows 11 development image, so I'm hoping it also works on older Windows platforms, if not I'll recompile later when I get my hands on a Windows machine again).

There's no check whether the file has an image; you can just run id3-images on a file and it should extract them.

from id3.

squell avatar squell commented on May 20, 2024

The simplistic id3-images program (https://github.com/squell/id3/blob/master/id3-images.c) should do exactly that. make all or make id3-images should build it without problems.

For some reason it was not provided as a binary in the binary distributions in 2015, that should probably change.

from id3.

stephen147 avatar stephen147 commented on May 20, 2024

Thanks. What version of Visual Studio does that require. I'm only starting out with it.

Does that only support MP3s'? I was hoping for FLAC also.

from id3.

squell avatar squell commented on May 20, 2024

I think the last binary for Windows could compile with both VisualStudio 2010 and 2012. But any version should be fine.

(If you find a reasonable compiler+system combo that doesn't compile id3-images.c, that is something you can open an issue for---it's intended to be reasonably portable.)

Edit
I should add that if you compile with with MSVC, you may need to find a dirent.h file (unless newer versions of MSVC include it). I'd think this one works fine: https://github.com/tronkko/dirent/blob/master/include/dirent.h

and you should be able to use nmake /f makefile.nmk to compile (or you can create your own project file in the IDE). And do read the INSTALL file under the section 'building manually', which has this info too :-)

from id3.

squell avatar squell commented on May 20, 2024

And no, while technically id3 will happily tag FLAC files with ID3 tags and I can imagine some software will read them, that should be discouraged since FLAC has its own metadata format that surely is better.

It's not a bad suggestion to add support for that though.

from id3.

stephen147 avatar stephen147 commented on May 20, 2024

I'll leave building it as I was hoping for FLAC and MP3 support. Hopefully, someday you can find the time to add this to the program and compile it for use as I'm sure a lot of people would take advantage of it.

Thanks.

from id3.

stephen147 avatar stephen147 commented on May 20, 2024

Thanks, when will this be available in the release downloads?

from id3.

squell avatar squell commented on May 20, 2024

When 0.81 comes out, which will be soon (building it on Windows might take some more time); I finally have some time again to do maintenance on this. :)

from id3.

stephen147 avatar stephen147 commented on May 20, 2024

Thanks. Will there be a method to retrieve whether or not it has an image so it can be exported? I guess that'll be wrapped in the new export fn?

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.