Just to document things, here is a list of supported PowerPC versions of iTunes which can connect and use iTunes Shared Library and Home Sharing features when connecting with the current version of iTunes (12.7).
Any PowerPC Mac running Panther or later will handle music streaming no problem, but video streaming in iTunes is likely to require something faster than a G3. Video streaming over wifi works great with my AlBooks, but a Mac using an original Airport card will have trouble keeping up unless connected over Ethernet.
My TiBook G4 867Mhz handled playback of h264 DVD rips perfectly when connected to Ethernet, but playback of the same videos in iTunes were too much to ask of my Pismo (G3 400Mhz). I suspect the better option for video streaming on the G3 is File Sharing -> mplayer or running VLC with a server/client connection.
So if you have an iMac or iBook which you can connect up to a speaker system. Don't hesitate to put that old PowerPC to work with iTunes to act as a Music Jukebox or Movie / TV Show player and it will pull down your library from any current Mac.
----
Just on a side note, I stumbled a bit with 8.2.1 on my Pismo, because I had previously installed iTunes 9.2.1 (which doesn't launch on the G3) and had to remove it before version 8.2.1 would install. Even after reinstalling, the Shared Libraries just wouldn't load. Digging a little deeper revealed the CoreFP framework also needed to be removed before installing the older version of iTunes.
For my own future reference and for anyone looking to do the same, to completely remove iTunes 9.2.1 in Tiger, run these commands (one at a time) in Terminal:
And finally (just to clean up):
If the system complains about not having privileges to delete the files then first enter a root shell with sudo -s and try again.
-AphoticD
- iTunes 6.0.5 on Jaguar 10.2.8 - No go. (States "Shared library version is not supported.")
- iTunes 7.7.1 on Panther 10.3.9 - Library sharing: OK, Home Sharing: No go.
- iTunes 8.2.1 on Tiger (G3) 10.4.11 - Library sharing: OK, Home Sharing: No go.
- iTunes 9.2.1 on Tiger 10.4.11 - A OK.
- iTunes 10.6.3 on Leopard 10.5.8 - A OK.
Any PowerPC Mac running Panther or later will handle music streaming no problem, but video streaming in iTunes is likely to require something faster than a G3. Video streaming over wifi works great with my AlBooks, but a Mac using an original Airport card will have trouble keeping up unless connected over Ethernet.
My TiBook G4 867Mhz handled playback of h264 DVD rips perfectly when connected to Ethernet, but playback of the same videos in iTunes were too much to ask of my Pismo (G3 400Mhz). I suspect the better option for video streaming on the G3 is File Sharing -> mplayer or running VLC with a server/client connection.
So if you have an iMac or iBook which you can connect up to a speaker system. Don't hesitate to put that old PowerPC to work with iTunes to act as a Music Jukebox or Movie / TV Show player and it will pull down your library from any current Mac.
----
Just on a side note, I stumbled a bit with 8.2.1 on my Pismo, because I had previously installed iTunes 9.2.1 (which doesn't launch on the G3) and had to remove it before version 8.2.1 would install. Even after reinstalling, the Shared Libraries just wouldn't load. Digging a little deeper revealed the CoreFP framework also needed to be removed before installing the older version of iTunes.
For my own future reference and for anyone looking to do the same, to completely remove iTunes 9.2.1 in Tiger, run these commands (one at a time) in Terminal:
Code:
lsbom -fls /Library/Receipts/AppleMobileDeviceSupport.pkg/Contents/Archive.bom | xargs rm
lsbom -fls /Library/Receipts/iTunesAccess.pkg/Contents/Archive.bom | xargs rm
lsbom -fls /Library/Receipts/iTunesX.pkg/Contents/Archive.bom | xargs rm
lsbom -fls /Library/Receipts/CoreFP.pkg/Contents/Archive.bom | xargs rm
rm -rf /Library/Receipts/AppleMobileDeviceSupport.pkg
rm -rf /Library/Receipts/iTunesAccess.pkg
rm -rf /Library/Receipts/iTunesX.pkg
rm -rf /Library/Receipts/CoreFP.pkg
Code:
rm -rf /Applications/iTunes.app
If the system complains about not having privileges to delete the files then first enter a root shell with sudo -s and try again.
-AphoticD
Last edited: