Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Fri 18 Jan 2008, 21:51 Post subject:
|
|
My brother just sold it for a dollar (with two chairs). Nice bargain for someone...
Description |
|

Download |
Filename |
test.jpg |
Filesize |
45.09 KB |
Downloaded |
695 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Fri 18 Jan 2008, 22:22 Post subject:
|
|
If anyone's interested I just posted exifcom in the jhead thread, which can edit the exif UserComment if it already exists. I don't have any photos with that field though, and the length of the field apparently varies between different manufacturers as well.
Hmmm. exiftags shows a lot more information than jhead. Are you dealing with jhead information the same way as information from the other taggers (searching for fields in the output)? Because it would be much easier with read-only information like that just to show the whole output...
You are right, at the moment these jpeg tools don't fit that well with pmetatagger:)
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Fri 18 Jan 2008, 23:17 Post subject:
|
|
I'm just compiling exiv2 - it has exif write support as a library, although I'm unsure about it's binary.
I have what appears to be another bug. Using id3lib, if I open an mp3 with pmetatagger, it just shows empty tags, even though there are tags and they show up in xmms. If I put in tags, pmetatagger writes them ok (I see the new tags in xmms, and any that I didn't fill in are now missing). Does pmetatagger read mp3 tags correctly at the moment for you?
---EDIT---
BTW m4a works fine, so I only have a problem with id3lib
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 19 Jan 2008, 00:16 Post subject:
|
|
I had a make error compiling exiv2, so I tried a slackware package, which works, although I can't quite figure out how to use it. I think it can add a new exif usercomment, but I'm not certain. I think that's really the only part of the exif tag we should be changing anyway Changing anything else would essentially have to be for deceitful purposes...
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Sat 19 Jan 2008, 00:52 Post subject:
|
|
I'll look into the bugs you're posting.
I already fixed the relative path issue while I was working on putting in jhead support.
I will change it to allow typing in the directory/file selector.
The command file for opening all of a specified file type does work for me. It will open the gui with the first file found of that type and when you click ok/next the next file of that type will load into the gui.
The mp3 tagging issue you mentioned, I can't really say for sure since it seems to work okay for me. What was used as the tagger for the original files?
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Sat 19 Jan 2008, 02:28 Post subject:
|
|
Okay, 1.3 is up. If jhead is installed in your $PATH you can use pmetatagger for viewing/editing their tags with jhead.
I changed the gui a bit from what I previously mentioned. The jhead gui will have 2 tabs. The first is just a listing of jhead's output, the second is the editable portion.
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 19 Jan 2008, 04:10 Post subject:
|
|
Quote: | what was used as the tagger for the original files? |
It says iTunes
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 19 Jan 2008, 04:13 Post subject:
|
|
Ah - files made by EAC with LAME it does read them... but it overwrites the tags in the itunes files, so it's obviously using the same sort of fields or something...
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 19 Jan 2008, 04:47 Post subject:
|
|
The other feature it needs is a "skip file" button, so instead of clicking next you can move on to the next file without writing the tag.
----------
Yes, the command to open all the files in the directory does seem to be working now - I don't know why it wasn't before.
Is it only reading id3v2 tags with id3lib? I think that could be causing my other problem. I think the files that it doesn't read might only have v1 tags.
I also have what appears to be another bug
Tagging multiple mp3s it will copy the information from the previous file even if you tell it not to. This is very bad. It works as expected for m4a.
BTW, have you used easytag? It has a file selection gui on the left hand side and the tagging gui on the right hand side, with buttons beside each field to apply that field to all the selected files in the folder. It is very efficient. One day I have the time (not likely any time soon) I might sit down and see if I can produce a gui like that with gtkdialog. I think it would be possible.
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Sat 19 Jan 2008, 09:50 Post subject:
|
|
itunes uses a different tagging system than id3v1 or id3v2. I'm not sure if AtomicParsley works on mp3s like it does with m4a. Their website doesn't mention mp3 support.
I'm pretty sure for mp3 pmetatagger will see if there's a version 1 tag and if not it will default to version 2. I'll have to look over my code again though.
Adding a skip button is a good idea and I'll work on that next.
I'll also look at the tagging multiple mp3s bug you mention.
I've never used easytag but I might take a look at it soon.
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Sat 19 Jan 2008, 17:29 Post subject:
|
|
I found and fixed the multiple tagging of files bug (besides m4a type). I'll get a new 1.4 version up soon. Now when you select mp3-v2 and your mp3 currently has v1 tags than the v1 tag will be displayed and used to create your v2 tag. I'll work on the skip button and then upload 1.4.
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Sat 19 Jan 2008, 18:35 Post subject:
|
|
1.4 is now posted
Okay, skip button has been added to the gui. All of the bugs mentioned should be fixed.
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Fri 25 Jan 2008, 16:29 Post subject:
|
|
1.4 is great! Thanks.
Just FYI, as well as iTunes tags not being read, it is thrown by some characters that do appear to be valid in an id3 tag - e.g. anything after a : in a particular field disappears.
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1554
|
Posted: Fri 25 Jan 2008, 16:56 Post subject:
|
|
Yeah, I've thought about that since right now it's using `cut -f 2 -d ':'` to get the field info. I'll probably look into it again soon. Thanks for the feedback. Just to be clear though, the itunes tags not being read are on mp3's right? The itunes tags should be read on m4a's as long as you have AtomicParsley installed.
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Fri 25 Jan 2008, 17:09 Post subject:
|
|
Yes, mp3s
|
Back to top
|
|
 |
|