RE: [RELEASE] script.extendedinfo - senna99 - 2013-12-08
Everything is ok I found a solution alone,it's amazing how is good ths addon.
Best Regards
RE: [RELEASE] script.extendedinfo - Watkin - 2014-01-01
Hello and a happy new year, folks.
My question:
How can i manage to allocate a specific image to the correct place in my view?
I prefer to fill the extrathumb-boxes. For me it isn't clear at all. How the data should be named for recognition?
Thanks for help.
Some screenies for better understanding:
RE: [RELEASE] script.extendedinfo - hallohome - 2014-01-05
Hi,
I use OpenElec 3.2.4 with Aeon MQ5 i tried to install this script but the ".zip" from Git gets an error when I try to install from zip. How can I install this ??
RE: [RELEASE] script.extendedinfo - senna99 - 2014-01-12
Hello
I have a problem with script.extendedinfo. I use this line for thumb in my custom music xml,but is not possible to get thumbs in xbmc.Who knows how to properly write lines for thumb ?
With movies and tv show is everything ok.
<thumb>$INFO[Window(Home).Property(ArtistEvents.1.Artists)]</thumb>
Thanks in advance for your answers.
RE: [RELEASE] script.extendedinfo - GoogleRocks! - 2014-01-20
EDIT: Just realized I had a "moment". Script I meant to refer to is MetadataActors, obviously and wrong forum too! I'll repost, just because. Lol.
Gotham Nightly, Alpha 14 | Windows 8.1 64 bit | Skin Arctic v0.6.5 (Current Git)
Is anyone else having this issue? Using the script, when doing an Actors search from left menu (View Types in Arctic) the screen freezes and XBMC hangs while still on the Search Text Input screen.
...from the Log File
13:50:19 T:8652 NOTICE: -->Python Interpreter Initialized<--
13:50:19 T:8652 NOTICE: Service: 14064 actors took 0.16500020027160645
13:51:26 T:11100 NOTICE: WakeOnAccess [192.168.0.19] trigged by accessing : MySQL : MyMusic44
13:51:26 T:9240 NOTICE: Thread LanguageInvoker start, auto delete: false
13:51:26 T:11100 NOTICE: WakeOnAccess success exit, server already running
13:51:26 T:9240 NOTICE: -->Python Interpreter Initialized<--
13:51:27 T:11772 ERROR: CPythonInvoker(44, C:\Users\Gordon\AppData\Roaming\XBMC\addons\screensaver.xbmc.slideshow\default.py): failed to run the gc to clean up after running prior to shutting down the Interpreter
13:51:27 T:11772 WARNING: CPythonInvoker(44, C:\Users\Gordon\AppData\Roaming\XBMC\addons\screensaver.xbmc.slideshow\default.py): the python script "C:\Users\Gordon\AppData\Roaming\XBMC\addons\screensaver.xbmc.slideshow\default.py" has left several classes in memory that we couldn't clean up. The classes include: class PythonBindings::XBMCAddon_xbmcgui_WindowXMLDialog_Director,class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Monitor_Director
13:51:41 T:9500 WARNING: Trying to add unsupported control type 1
13:51:41 T:11752 WARNING: Previous line repeats 1 times.
13:51:41 T:11752 NOTICE: Thread BackgroundLoader start, auto delete: false
13:51:41 T:2656 NOTICE: Thread LanguageInvoker start, auto delete: false
13:51:42 T:2656 NOTICE: -->Python Interpreter Initialized<--
13:51:42 T:5224 NOTICE: Thread LanguageInvoker start, auto delete: false
13:51:42 T:5224 NOTICE: -->Python Interpreter Initialized<--
13:52:32 T:668 NOTICE: Thread LanguageInvoker start, auto delete: false
13:52:32 T:668 NOTICE: -->Python Interpreter Initialized<--
13:52:33 T:9500 WARNING: Trying to add unsupported control type 1
13:52:42 T:9500 ERROR: Control 3 in window 12000 has been asked to focus, but it can't
@ EOF - This is where XBMC crashes.
I had edited the script based on Wanilton's post (above) (Thanks!) so the paths for Gotham are good and the script seems to work fine otherwise. You'll notice too that Python also throws an error with XBMC's built-in Sceensaver Slideshow, which I doubt is related. I think it is a Skin related issue related to Control Types, however looking into that script (screensaver.xbmc.slideshow) a little suggests there might be an issue with an external import call to a file that I can't find in the Python directory - "utils", but there is "util.py" script. I'll have to post that possible bug in the main support thread - UNLESS of course someone here knows better! I haven't written much code in years and never using the Python scripting langauage anyway.
Peace.
Note: Cross-posted to WIP Skin Arctic for info.
RE: [RELEASE] script.extendedinfo - senna99 - 2014-01-22
Who knows the answer to my question,or I ask a stupid question.
RE: [RELEASE] script.extendedinfo - Pec0sbill - 2014-01-22
Apologies for the noob question... still looking for the thread but in case anyone can please link me... am looking for "how to" guide for manual script installs for XBMC on an Ouya (android based). Any help, links or points appreciated. Many thanks.
RE: [RELEASE] script.extendedinfo - Samu-rai - 2014-01-23
I've been trying to export/import skin settings via a remote webdav source with no joy.
Does anyone know if this should be possible?
RE: [RELEASE] script.extendedinfo - sveni_lee - 2014-02-05
I've changed the code as written here some posts before.
but know I get the error: "Script Error: script.extendedinfo"
the Debug-log shows:
Code: 11:43:41 T:760 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('events',)
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 899, in <module>
Main()
File "C:\Users\xxx\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 75, in __init__
self._StartInfoActions()
File "C:\Users\xxx\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 333, in _StartInfoActions
passDataToSkin('ArtistEvents', GetEvents(self.Artist_mbid), self.prop_prefix)
File "C:\Users\xxx\AppData\Roaming\XBMC\addons\script.extendedinfo\OnlineMusicInfo.py", line 140, in GetEvents
return HandleLastFMEventResult(results)
File "C:\Users\xxx\AppData\Roaming\XBMC\addons\script.extendedinfo\OnlineMusicInfo.py", line 45, in HandleLastFMEventResult
if results['events'].get("event"):
KeyError: ('events',)
-->End of Python script error report<--
so I looked in to the shown lines but can't find anything...
RE: [RELEASE] script.extendedinfo - James_liv - 2014-02-09
Sorry, I know this is a daft question but where is the actual download link for the extended info script.
I can't find a way to download the zip anywhere.
Thanks in advance.
RE: [RELEASE] script.extendedinfo - matt77303 - 2014-02-09
In the first post....
opens up phils github page, on the right hnd side click 'download ZIP'
Matt
RE: [RELEASE] script.extendedinfo - iorifly - 2014-02-14
I'm having problems in the script to make airplay ... someone else? Using gotham ....
my log
Code: ROR: XFILE::CDirectory::Exists - Error checking for pipe://2/
19:42:50 T:6656 DEBUG: CU LRC Lyrics: searching files for lyrics
19:42:50 T:6656 DEBUG: CU LRC Lyrics: MiniLyrics: searching lyrics for Tinie Tempah - Written In The Stars - feat. Eric Turner
19:42:50 T:5740 DEBUG: script.extendedinfo: version 0.5.0 started
19:42:50 T:7896 NOTICE: Invoking URL: http://api.yousee.tv/rest/tvguide/programs/tvdate/2014-02-14/channel_id/119/format/json
19:42:50 T:5740 DEBUG: script.extendedinfo: script.extendedinfo
19:42:50 T:5740 DEBUG: script.extendedinfo: info=artistevents
19:42:50 T:5740 DEBUG: script.extendedinfo: artistname=
19:42:50 T:5740 DEBUG: script.extendedinfo: ArtistEvents.Count = None
19:42:50 T:5740 DEBUG: script.extendedinfo: trying to load C:\Users\Renato\AppData\Roaming\XBMC\userdata\addon_data\script.extendedinfo/bWV0aG9kPWFydGlzdC5nZXRldmVudHMmbWJpZD1Ob25l.txt
19:42:50 T:5740 DEBUG: Previous line repeats 1 times.
19:42:50 T:5740 DEBUG: script.extendedinfo: loaded textfile C:\Users\Renato\AppData\Roaming\XBMC\userdata\addon_data\script.extendedinfo/bWV0aG9kPWFydGlzdC5nZXRldmVudHMmbWJpZD1Ob25l.txt
19:42:50 T:5740 DEBUG: script.extendedinfo: starting HandleLastFMEventResult
19:42:50 T:5740 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('events',)
Traceback (most recent call last):
File "C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 897, in <module>
Main()
File "C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 75, in __init__
self._StartInfoActions()
File "C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 333, in _StartInfoActions
passDataToSkin('ArtistEvents', GetEvents(self.Artist_mbid), self.prop_prefix)
File "C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\OnlineMusicInfo.py", line 140, in GetEvents
return HandleLastFMEventResult(results)
File "C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\OnlineMusicInfo.py", line 45, in HandleLastFMEventResult
if results['events'].get("event"):
KeyError: ('events',)
-->End of Python script error report<--
19:42:50 T:5740 INFO: Python script stopped
19:42:50 T:5740 DEBUG: Thread LanguageInvoker 5740 terminating
19:42:50 T:6464 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url pipe://cdart.png
19:42:50 T:6656 DEBUG: CU LRC Lyrics: TTPlayer: searching lyrics for Tinie Tempah - Written In The Stars - feat. Eric Turner
19:42:51 T:4676 NOTICE: [script.tvguide] Scheduling notifications
19:42:51 T:7896 NOTICE: Database.eventLoop() >>>>>>>>>> processing command: _getNotifications
19:42:51 T:6824 INFO: CPythonInvoker(8, C:\Program Files (x86)\XBMC\addons\script.tvguide\service.py): waiting on thread 4676
19:42:51 T:7896 NOTICE: Database.eventLoop() >>>>>>>>>> processing command: _close
19:42:51 T:7896 NOTICE: Database.eventLoop() >>>>>>>>>> exiting...
19:42:51 T:6824 INFO: Python script stopped
19:42:51 T:6824 DEBUG: Thread LanguageInvoker 6824 terminating
19:42:51 T:2396 INFO: PAPlayer::ProcessStream - Stream Finished
19:42:51 T:2396 DEBUG: CApplication::OnQueueNextItem : play state was 2, starting 0
19:42:52 T:6212 DEBUG: CActiveAE::DiscardStream - audio stream deleted
19:42:52 T:2396 DEBUG: PAPlayer::ProcessStreams - Stream Freed
19:42:52 T:6212 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
19:42:52 T:2396 DEBUG: CApplication::OnPlayBackEnded : play state was 2, starting 0
19:42:52 T:2396 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
19:42:52 T:2396 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
19:42:52 T:2396 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc
19:42:52 T:2396 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged
19:42:52 T:2396 DEBUG: Thread PAPlayer 2396 terminating
19:42:52 T:8180 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
19:42:52 T:6212 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
19:42:53 T:8180 DEBUG: Previous line repeats 2 times.
19:42:53 T:8180 DEBUG: ------ Window Deinit (MusicVisualisation.xml) ------
19:42:53 T:8180 DEBUG: FreeVisualisation() started
19:42:53 T:8180 INFO: ADDON: Dll Stopped - MilkDrop
19:42:53 T:8180 INFO: ADDON: Dll Destroyed - MilkDrop
19:42:53 T:8180 DEBUG: FreeVisualisation() done
19:42:53 T:8180 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
19:42:53 T:8180 DEBUG: ------ Window Init (Home.xml) ------
19:42:53 T:6464 ERROR: XFILE::CDirectory::GetDirectory - Error getting include
19:42:53 T:8180 ERROR: Previous line repeats 1 times.
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:6688 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:6688 INFO: initializing python engine.
19:42:53 T:6688 DEBUG: CPythonInvoker(50, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.tvtunes\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:7292 DEBUG: Previous line repeats 1 times.
19:42:53 T:7292 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:7292 INFO: initializing python engine.
19:42:53 T:7292 DEBUG: CPythonInvoker(51, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:5752 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:5752 INFO: initializing python engine.
19:42:53 T:5752 DEBUG: CPythonInvoker(52, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:3124 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:3124 INFO: initializing python engine.
19:42:53 T:3124 DEBUG: CPythonInvoker(53, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:4048 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:4048 INFO: initializing python engine.
19:42:53 T:4048 DEBUG: CPythonInvoker(54, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:7720 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:7720 INFO: initializing python engine.
19:42:53 T:7720 DEBUG: CPythonInvoker(55, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:5824 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:5824 INFO: initializing python engine.
19:42:53 T:5824 DEBUG: CPythonInvoker(56, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:5584 NOTICE: Thread LanguageInvoker start, auto delete: false
19:42:53 T:5584 INFO: initializing python engine.
19:42:53 T:5584 DEBUG: CPythonInvoker(57, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py): start processing
19:42:53 T:8180 DEBUG: CApplication::ExecuteXBMCAction : Translating action string
19:42:53 T:8180 DEBUG: started alarm with name: pvrtilemove
19:42:53 T:8180 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc
19:42:53 T:8180 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged
19:42:53 T:8056 DEBUG: JSONRPC: Incoming request: { "jsonrpc": "2.0", "method": "Player.SetRepeat", "params": {"playerid": 0, "repeat": "off" }, "id": 1 }
19:42:53 T:6464 DEBUG: CSaveFileStateJob::DoWork - Saving file state for audio item pipe://2/
19:42:53 T:8056 INFO: CPythonInvoker(48, C:\Users\Renato\AppData\Roaming\XBMC\addons\script.tvtunes\resources\tvtunes_backend.py): script successfully run
19:42:53 T:6656 DEBUG: CU LRC Lyrics: Baidu: searching lyrics for Tinie Tempah - Written In The Stars - feat. Eric Turner
19:42:53 T:8056 INFO: Python script stopped
19:42:53 T:8056 DEBUG: Thread LanguageInvoker 8056 terminating
19:42:53 T:6688 NOTICE: -->Python Interpreter Initialized<--
RE: [RELEASE] script.extendedinfo - G elly N - 2014-02-17
I have installed this script via install from zip and it and am having troubles with it, sometimes it works sometimes not, when i go to my sets it dont show all info, which films are in the set etc, but sometimes if i leave open for 10mins or so it will show up, dose the same for the live dvd cases too
RE: [RELEASE] script.extendedinfo - javcarbe - 2014-02-27
Hi,
Using OpenElec 3.2.4 with Aeon MQ5 i tried to install this script but the ".zip" from Git gets an error when I try to install from zip. How can I install this ??
RE: [RELEASE] script.extendedinfo - woodside - 2014-03-07
Is it possible to get concert info on the "Near Concerts" widget on the home screen of aeon nox 4.19. for at least my own country? I am in North America and all the concert info is coming from Germany or somewhere. It would be nice to get local concert info for at least my state in this widget. thanks.
|