id3pic (32 & 64bit)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

id3pic (32 & 64bit)

#1 Post by plinej »

http://sourceforge.net/tracker/?func=de ... tid=300979

This is a utility that was written by a user to add to the id3tools package. Not sure if they plan on officially adding it since it was given to them in February and it's still not in the CVS.

Code: Select all

Usage: /usr/bin/id3pic [options] <mp3file> [<mp3file> ...]
Options:
  -o<index>:<file>, --export=<index>:<file>
      Export specified picture to file.
  -d<index>, --delete=<index>
      Delete specified picture.
  -i<type>:<mime>:<file>, --import=<type>:<mime>:<file>
      Import picture from file.
      <type> should be one of the following integers:
         0  Other
         1  32x32 pixels 'file icon' (PNG only)
         2  Other file icon
         3  Cover (front)
         4  Cover (back)
         5  Leaflet page
         6  Media (e.g. lable side of CD)
         7  Lead artist/lead performer/soloist
         8  Artist/performer
         9  Conductor
        10  Band/Orchestra
        11  Composer
        12  Lyricist/text writer
        13  Recording Location
        14  During recording
        15  During performance
        16  Movie/video screen capture
        17  A bright coloured fish
        18  Illustration
        19  Band/artist logotype
        20  Publisher/Studio logotype
      <mime> can be any MIME type, but image/jpeg or image/png is recommended.
If no options are given, lists pictures to stdout.
in Fatdog64-521, I had to compile like this:
g++ -std=c++0x -lstdc++ -lz -O3 -o id3pic id3pic.cpp -lid3
Attachments
id3pic-0.1-x86_64.pet
compiled in Fatdog64-521
(10.69 KiB) Downloaded 409 times
id3pic.cpp.tar.bz2
source code
(2.58 KiB) Downloaded 356 times
id3pic-0.1.pet
32bit version compiled in lucid puppy
(10.65 KiB) Downloaded 499 times
Last edited by plinej on Wed 16 Nov 2011, 03:02, edited 2 times in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2 Post by zigbert »

plinej
Do you know which audio-formats this works for? Is it only mp3?


Sigmund

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#3 Post by plinej »

I've only tried mp3 with this one too.

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#4 Post by plinej »

added a 64bit version

Post Reply