Menu

#110 itunes interoperation on non-mac OS

open
nobody
Playlists (8)
5
2003-02-20
2003-02-20
Anonymous
No

i *LOVE* my slimp3.
thankyouthankyouthankyouthankyou!

i'm an itunes user. my itunes directory is nfs mounted
from a solaris fileserver. slimp3 server v3.1b2 is running
on the solaris box.

i've gotten itunes data working, but only after hacking up
iTunes.pm.

i made two changes:
1) canUseiTunesLibrary{} only returns true when:
(($^O eq 'darwin') || (SliMP3::OSDetect::OS() eq 'mac'))

i guess that means we can only use itunes when slim
server is running on macOS. this is not a reasonable
requirement. if the iTunes Music Library.xml is there, i
should be able to use it regardless of my OS.

2) useiTunesLibrary{} returns (SliMP3::Prefs::get('itunes'))

i don't know what that means, but when i force it to return
1 instead of undef (default behavior) everything is okey
dokey.

thanks so much!

/chris

Discussion


Log in to post a comment.

MongoDB Logo MongoDB