sorcyress: Drawing of me as a pirate, standing in front of the Boston Citgo sign (Default)
Katarina Whimsy ([personal profile] sorcyress) wrote2005-07-24 08:03 pm

(no subject)

Hmmm...just a quick question about itunes...It says that when you edit the information for a song in the library, it changes for all the playlists that song appears in. Fine, I can deal with that.

However, what if you want a song to appear with a different name (or somesuch) in a different playlist? As far as I can tell, if you edit the information anywhere, it changes in the library as well.

It's not desperate that I figure out how to do this. Just nice.

~Sor

MOOP!

(Connecticut report, Wyo report, Boston report, and driving-for-entierly-too-long report to follow)

[identity profile] drama-angel3189.livejournal.com 2005-07-25 12:38 am (UTC)(link)
Kat's back!!!

let the party began.

~V~

[identity profile] highonlife180.livejournal.com 2005-07-25 01:00 am (UTC)(link)
ok, so this might be an incredibly stupid question, but are you and blue canary going out?

just wondering. she's pretty cool.

camp was fun, glad you were hanging out with us at the unit!

[identity profile] macaroniandtuna.livejournal.com 2005-07-25 01:11 am (UTC)(link)
Ha...."driving for entierly [sic] too long..."

Amateur. Your mommy and I were driving for a good half-dozen or so hours (myself waking up at 5AM, no less) before you came on board. I repeat: Amateur. Ha.

::Grin::

[identity profile] jarne.livejournal.com 2005-07-25 03:23 am (UTC)(link)
California to NY, straight, no resting in hotels or anything. Stopping in parking lots to sleep a bit, though. 2 days straight, stuck in a damn car!

[identity profile] thorog.livejournal.com 2005-07-25 10:14 am (UTC)(link)
You can't edit the information for a specific playlist - it seems your whole idea of playlists is wrong. A playlist is simply a filter, which selects only certain songs from your library. Whatever you do to a song in your playlist is done to the song itself, not some magical playlist version of the song. (There is an exception - deleting a song from a playlist will not delete itself from the library, and AFAIK there is no way to delete from the library while viewing a playlist or the party shuffle.) All this information is stored in ~/Music/iTunes/ - mainly in "iTunes Library" and "iTunes Music Library.xml" - however I think most of the information (not equaliser settings, volume adjustment levels, start and stop times or ratings) is stored also in the music file's ID3 tag. Whether or not this is part of the music file or a separate hidden file I don't know. One way to circumvent the problem (assuming you don't want to do it too many times) is to use one of the fields that aren't often used (e.g. composer, grouping, comment) to give your songs their custom names, and then in your playlist view hit cmd+j ctrl+j if you're a traitorous pc-using capitalist pig who doesn't contribute to the world of Apple, uncheck name, and check whatever box you put your definition in. Then move it around so it's in the right place and sort by that. Of course, if you have a notification program like GrowlTunes or Quicksilver do music notifications, you're a bit out of luck since they're hardcoded to get the name. Of course, GrowlTunes is Open Source, so if you're feeling adventurous (and your Cocoa programming skillz are up to scratch) you could always delve into the source code and change it to grab your custom field. Of course, then you've got the problem of those tracks which don't have a custom field, and will just give you error messages or return null. Possibly checks if there's a comment - if there is, it displays that, otherwise it displays the name. Probably best to port some of it out to AppleScript (which is a good deal nicer to fiddle around with) so it's nice and customisable.