kjam's use of xml

Need help? Ask your questions here! I'll try to answer every one, but anyone can answer!
Post Reply
pietro79
Posts: 19
Joined: Mon Jan 19, 2009 11:33 pm

kjam's use of xml

Post by pietro79 »

Hello

When I import MPG's, XML's are created

I was wondering, in practical terms, how Kjams uses XML's?

Or what happens if I delete them

Thanks!

pietro

dave
Site Admin
Posts: 6715
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: kjam's use of xml

Post by dave »

they contain meta data for your song. date added, label color, publisher, encoding format, duet, language, key, vocal channel, volume, rating, etc etc, you can add whatever meta data you want. if you delete it, you'll reset whatever meta data that was in the file back to zero or NULL or nothing or whatever makes sense.

pietro79
Posts: 19
Joined: Mon Jan 19, 2009 11:33 pm

Re: kjam's use of xml

Post by pietro79 »

alright
thank you for enlightening

pietro

dave
Site Admin
Posts: 6715
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: kjam's use of xml

Post by dave »

8)

User avatar
SWLinPHX
Posts: 31
Joined: Fri Nov 09, 2007 3:00 pm
Location: Phoenix, AZ & Woodland Hills, CA
Contact:

Re: kjam's use of xml

Post by SWLinPHX »

Question: Why are .xml files created for zipped files and also cdg/mp3 pairs also? Is meta data stored here for all formats or within the file like standard mp3's? I can understand with the mpg's and mp4 movies but a little confused in this case. Is it if I change the meta data from what it was originally, thus saving my changes outside the file in an accompanying .xml?
MacBook Pro-15.4" [unibody] 2.53GHz-4GB: Mac OS X 10.5.7
also:
iMac G5-20"/2 GHz-2 GB: Mac OS X 10.4.11
iBook G4-12"/1.33 GHz-1.5 GB: Mac OS X 10.4.11
PowerMac G4 w/21" CRT Studio Display/500 MHz-1 GB: Mac OS X 10.3.9

dave
Site Admin
Posts: 6715
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: kjam's use of xml

Post by dave »

mp3 has it's own internal meta store: "ID3". Vorbis has "Vorbis Comments". QuickTime .mov has "QuickTime MetaData", these are all stored WITHIN the media of the file itself. However, even the best of these formats don't store things like label color, start/end trimming, volume, key changes, whether it's a duet, etc etc. So I use the .xml as a sidecar file to store all that info. i store it OUTSIDE the zip file so it doesn't have to be unzipped in order to read the meta data.

User avatar
SWLinPHX
Posts: 31
Joined: Fri Nov 09, 2007 3:00 pm
Location: Phoenix, AZ & Woodland Hills, CA
Contact:

Re: kjam's use of xml

Post by SWLinPHX »

Gotcha, exactly what I wanted to know. What confused me is that iTunes also has all that extra meta info too that cannot be stored in the file's tag, but instead of being in an .xml sidecar file it stores it in the iTunes Library file I suppose, right? I was never sure which data was not in each song file and only in the iTunes Library file.
MacBook Pro-15.4" [unibody] 2.53GHz-4GB: Mac OS X 10.5.7
also:
iMac G5-20"/2 GHz-2 GB: Mac OS X 10.4.11
iBook G4-12"/1.33 GHz-1.5 GB: Mac OS X 10.4.11
PowerMac G4 w/21" CRT Studio Display/500 MHz-1 GB: Mac OS X 10.3.9

dave
Site Admin
Posts: 6715
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: kjam's use of xml

Post by dave »

Right! But if you reinstall your system, or lose your iTunes database file, accidentally delete it, or need to rebuild it from scratch due to corruption or just cuz you want to start over, you will LOSE all the extra meta data. with sidecar files, the data lives WITH the music, so you never lose it (unless you've lost the music, in which case it doesn't matter).

User avatar
SWLinPHX
Posts: 31
Joined: Fri Nov 09, 2007 3:00 pm
Location: Phoenix, AZ & Woodland Hills, CA
Contact:

Re: kjam's use of xml

Post by SWLinPHX »

Makes sense... I like it! :D
MacBook Pro-15.4" [unibody] 2.53GHz-4GB: Mac OS X 10.5.7
also:
iMac G5-20"/2 GHz-2 GB: Mac OS X 10.4.11
iBook G4-12"/1.33 GHz-1.5 GB: Mac OS X 10.4.11
PowerMac G4 w/21" CRT Studio Display/500 MHz-1 GB: Mac OS X 10.3.9

dave
Site Admin
Posts: 6715
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: kjam's use of xml

Post by dave »

8)

Post Reply