Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Modify the iTunes 4.5 link arrows' behavior' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Modify the iTunes 4.5 link arrows' behavior
Authored by: lstewart on Apr 30, '04 11:00:07AM

Well, I don't know how to actually change the preferences on iTunes for Windows yet, but I did find where they are stored. They're not in the registry.

It looks like user preferences are stored in a ".pref" file at this location:

C:\Documents and Settings\<user>\Application Data\Apple Computer\iTunes\iTunes.pref

("Machine preferences", whatever those are, are stored in a different file:
C:\Documents and Settings\<user>\Local Settings\Application Data\Apple Computer\iTunes\iTunes.pref)

These .pref files are just plain text files, similar to Windows INI files, but the problem is they contain only one section, with a single "setting":

[User Preferences]
Preferences:129=0200000007900000032000... etc. for 183 KBytes on my machine.

Someone would need to decode the stream of hex digits (should be elementary) and then see what format this chunk of "preferences" are actually in. There certainly are a lot of zeros, so I'm suspecting it's some binary data structure that contains the preferences... so it may not be very easy to modify directly. Oh well.



[ Reply to This | # ]