2013-03-16, 18:00
I just wanted to add some troubleshooting datapoints. I began this exercise trying to Airplay music from my IPOD. I set up the Airplay in XBMC, I can choose my HTPC as a target on my IPOD, no problem. But what happens is the screen moves away from the main menu to the music screen. The song actually starts playing for a couple of seconds, then the window comes up for lyrics. And the music stops. The IPOD is still connected. The temp fix is to disable the CU LRC Lyric addon. This is occurring in MQ4.
I poked around a bit, going back to Confluence. No problem. Nox, no problem. With those two, I was able to identify the option under 'Skin Appearance/Settings' to enable CU LRC. But if I try and get the lyric, same issue; it stops playing.
But the other problem is that if I try to enable the CU LRC Lyric addon through MQ4, the Appearance Settings is greyed out. So I can't even configure it for the OSD.
I will post a snippet from my debug here in hopes that offers some insight into what's going on. (Starts at the end of the windowing stuff)
23:49:23 T:3716 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'UnknownFormat' is not defined
Traceback (most recent call last):
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 20, in onInit
self.setup_all()
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 30, in setup_all
self.getMyPlayer()
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 344, in getMyPlayer
self.myPlayerChanged( 2 )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 356, in myPlayerChanged
lyrics = self.get_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 128, in get_lyrics
lyrics = self.find_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 148, in find_lyrics
lyrics = scraper[1].get_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\culrcscrapers\alsong\lyricsScraper.py", line 72, in get_lyrics
key = alsongClient.GetKeyFromFile( song.filepath )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\culrcscrapers\alsong\lyricsScraper.py", line 47, in GetKeyFromFile
musf.Open(file)
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\audiofile.py", line 32, in Open
raise UnknownFormat
NameError: global name 'UnknownFormat' is not defined
-->End of Python script error report<--
Thanks
P.S. There is another issue; the problem with the configuration item that's blank, still seems to exist for me. And it indeed exists no matter which skin I choose. Am I grabbing the wrong version? I tried to reinstall.
I poked around a bit, going back to Confluence. No problem. Nox, no problem. With those two, I was able to identify the option under 'Skin Appearance/Settings' to enable CU LRC. But if I try and get the lyric, same issue; it stops playing.
But the other problem is that if I try to enable the CU LRC Lyric addon through MQ4, the Appearance Settings is greyed out. So I can't even configure it for the OSD.
I will post a snippet from my debug here in hopes that offers some insight into what's going on. (Starts at the end of the windowing stuff)
23:49:23 T:3716 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'UnknownFormat' is not defined
Traceback (most recent call last):
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 20, in onInit
self.setup_all()
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 30, in setup_all
self.getMyPlayer()
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 344, in getMyPlayer
self.myPlayerChanged( 2 )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 356, in myPlayerChanged
lyrics = self.get_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 128, in get_lyrics
lyrics = self.find_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\gui.py", line 148, in find_lyrics
lyrics = scraper[1].get_lyrics( song )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\culrcscrapers\alsong\lyricsScraper.py", line 72, in get_lyrics
key = alsongClient.GetKeyFromFile( song.filepath )
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\culrcscrapers\alsong\lyricsScraper.py", line 47, in GetKeyFromFile
musf.Open(file)
File "C:\Users\Bip\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\resources\lib\audiofile.py", line 32, in Open
raise UnknownFormat
NameError: global name 'UnknownFormat' is not defined
-->End of Python script error report<--
Thanks
P.S. There is another issue; the problem with the configuration item that's blank, still seems to exist for me. And it indeed exists no matter which skin I choose. Am I grabbing the wrong version? I tried to reinstall.