Bugzilla – Bug 1279
is Use iTunes off by default?
Last modified: 2008-08-18 10:53:41 UTC
whenever i remove my prefs on osx using trunk r2838 and restart the server, neither Use iTunes or Do Not Use iTunes radio buttons are ticked.
Does it find your itunes music?
no, doesn't find anything, retested with r2868. this is using the trunk, not using an actual nightly, though. will nightlies from dmg or exe write in a different pref file than running manually from the trunk?
IU think the checkDefaults() in Plugins/iTunes is missing the 'itunes' pref default. that will at lesat make sure that one or the other is checked. I'm not sure how to decide to turn it on if no audiofolder, but that is probably best done in teh itunes plugin init() as well.
What happened to the logic that looked for your itunes music library xml file? We need to get this back on so that iTunes users don't need to muck around in their settings to make things work.
It's still there. It doesn't look like the pref is set to anything (on or off) when the server starts up with no pref file. What should the correct behavior be?
I know I've seen this mentioned before, and I was sure that I wrote in the relevant part for checkDefaults(). however, I don't recall specifically committing it. sorry :( the old behaviour was that 'itunes' would be set to zero, unless no mp3 dir was set and itunes was detected. I guess the idea here would be that osx or windows would have the audiodir set during install, but might find itunes if its not. Linux support needs other input so the setting there will always be off.
This issue should be fixed in 6.0.1 since the server now uses iTunes by default if its available.
Yes - this is fixed as of 6.0.1
Created attachment 480 [details] gzipped xml from ryan j
Created attachment 481 [details] gzipped db from ryan j
crap nevermind those attachments, bug list thing screwed me up. sorry.