News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

ID3 tag editor

Started by extremeshannon, October 19, 2009, 10:31:05 PM

Previous topic - Next topic

extremeshannon

Hello all I am looking for an ID3 tag editor I can use to tag files before I put into LMCE. I have more time to organize and tag when I am working then when I am home. I would like to do this at work with out installing LMCE. Any suggestions would be great.

Blue Skies
[url="http://www.extremeshannon.com/"]http://www.extremeshannon.com/[/url]

colinjones

I assume you are just talking about mp3s. I use Mp3Tag which I find quite useful, as it allows for bulk changes using macros. btw, you don't have to tag them before exposing them to LMCE, you can do it at any time afterwards as well - LMCE will see the changes and sync them into the LMCE database.

extremeshannon

I have my Drive at work with me that contains all my Video, pictures, music documents. I would like to tag them before I get home and install this drive into my LMCE system. I could tag them after the drive is install with LMCE but I have lots of free time to organize, Clean up and tag this week at work. I was hoping I could tag them before heading to the house. I am really looking for something that will tag my Video files MP3 files seems to be easy.
Blue Skies
[url="http://www.extremeshannon.com/"]http://www.extremeshannon.com/[/url]

pigdog

Hi,

Are you going to tag them under windows or linux?

extremeshannon

Has to be Linux my drives are all ext3
Blue Skies
[url="http://www.extremeshannon.com/"]http://www.extremeshannon.com/[/url]

pigdog

#5
Hi, I'm only asking because I have used programs that work under both (depending upon the variant you desire).

If you are familiar with one then whether you play with it under one OS or the other it's familiar.

One program I have used in window and linux is ID3 tag.

Marian Ciobanu was very open to helping me try to track down a GEOB problem I have yet to resolve.

In fact they modified the program to allow me to see the GEOB data and included the feature in a later release.

I can't thank someone enough who goes out of their way to try help like that.

Best wishes.

tschak909

just so you know, the GEOB data we encode, comes right out of our object graphs. The data is encoded with SerializeClass (so you can use the structs defined in there to infer the data format).

-Thom

pigdog

Hi,

Thanks Thom for the info.

colinjones

extremeshannon - to answer your question directly (which is why I originally asked if you were talking about mp3s specifically!) ID3 tags are for MP3 files only (and much more rarely AIFF and MP4, but are not really well supported). Bottomline is, you can use any ID3 tagging program you like, but they will only tag MP3 files as that is what ID3s are for. Attempting to add ID3s to video files will probably break the container (although it is likely to be ignored as a corruption) and in any case LMCE will ignore them, as it should.

There are many, many different video container formats, and all the newer types have tagging systems, but none are container-independent/standard and are not supported by LMCE. Realistically, most video media files come from 2 main sources - ripping DVDs or downloads. Ripping a DVD on LMCE should grab the metadata anyway. Downloaded video amost never has tagging even when the container supports it, in which case you need to tag it manually any way, so you might as well do it through the LMCE web admin :)

tschak909

colinjones: For files that are NOT mp3 files, the ID3 tags are stored in separate files, alongside the media file.

extremeshannon

Thanks everyone for the advice. I have been ripping my DVD's myself. I do not let LMCE rip them since I do not want all the menus and everything. I have been compressing them, so I have many that have not been tagged yet. I will just do it thru LMCE as I have time. Thanks
Blue Skies
[url="http://www.extremeshannon.com/"]http://www.extremeshannon.com/[/url]

colinjones

Quote from: tschak909 on October 20, 2009, 02:57:23 PM
colinjones: For files that are NOT mp3 files, the ID3 tags are stored in separate files, alongside the media file.

Thom - you know I know that! We are talking about embedded ID3 tags. There is no editor for the ID3 tag files :)

wishyouwere

Can somebody post the contents of the tag files for a couple types of video? Maybe a movie and a tv show? I'm in the same boat as extremeshannon where I have a lot of time at work I could use to tag media, but not a lot of time at home to do it with LMCE. If someone can post a couple files, I can take a crack at writing a LMCE-independent tagger.

tschak909

Quote from: colinjones on October 20, 2009, 11:00:57 PM
Quote from: tschak909 on October 20, 2009, 02:57:23 PM
colinjones: For files that are NOT mp3 files, the ID3 tags are stored in separate files, alongside the media file.

Thom - you know I know that! We are talking about embedded ID3 tags. There is no editor for the ID3 tag files :)

dude, you can use any id3 tag editor to edit them, rename them to mp3 if you have to, or use the id3 tools.

-Thom