I apologize, it seems that the nano was not really mounted when I did this testing. After mounting it, the nano shows up in Rhythmbox and GTKpod, but doesn not in XBMC. Now I get a GUI error:
Script failed: ipod.py
In addition there are now numerous lines in the xbmc.log file pertaining to this plugin.
Code:
18:35:43 T:140459550742560 M:3244597248 ERROR: GetDirectory - Error getting plugin://plugin.audio.ipod/
18:35:43 T:140459550742560 M:3244597248 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.ipod/) failed
18:36:14 T:140459550742560 M:3245195264 WARNING: Trying to add unsupported control type 3
18:36:24 T:140459550742560 M:3244683264 ERROR: Texture manager unable to load file: /home/xbmc/Downloads/plugin.audio.ipod.v0.0.3.zip/icon.png
18:36:38 T:140459550742560 M:3244838912 ERROR: Unable to load: /home/xbmc/.xbmc/addons/plugin.audio.ipod/resources/settings.xml, Line 0
Error document empty.
18:36:55 T:140458810509056 M:3239985152 WARNING: CreateFile, successfuly opened </home/xbmc/.xbmc/addons/skin.aeon.nox/backgrounds/addons.jpg> instead of </home/xbmc/.xbmc/addons/skin.aeon.nox/backgrounds/Addons.jpg>
18:37:05 T:140458857617152 M:3234365440 NOTICE: -->Python Interpreter Initialized<--
18:37:05 T:140458857617152 M:3234553856 ERROR: Error Type: exceptions.ImportError
18:37:05 T:140458857617152 M:3234553856 ERROR: Error Contents: No module named gpod
18:37:05 T:140458857617152 M:3234553856 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/plugin.audio.ipod/iPod.py", line 154, in ?
main(sys.argv[0],sys.argv[1])
File "/home/xbmc/.xbmc/addons/plugin.audio.ipod/iPod.py", line 151, in main
call_Url(a1)
File "/home/xbmc/.xbmc/addons/plugin.audio.ipod/iPod.py", line 80, in call_Url
f(*args)
File "/home/xbmc/.xbmc/addons/plugin.audio.ipod/iPod.py", line 97, in firstLevel
copyInfo(m)
File "/home/xbmc/.xbmc/addons/plugin.audio.ipod/iPod.py", line 28, in copyInfo
import gpod
ImportError: No module named gpod
18:37:05 T:140459550742560 M:3234504704 ERROR: GetDirectory - Error getting plugin://plugin.audio.ipod/
18:37:05 T:140459550742560 M:3234504704 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.ipod/) failed
I do have the package python-gpod installed (as well as libgpod). Is there some other package that I need?
Thank you.