• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 151
Release script.extendedinfo
Hello woodside

I have found that works only "NearEvents" for "Near Concerts" I do not know.
Also i found in default.py the following lines :
elif info == 'topartists':
elif info == 'cyanide':
elif info == 'incinema':
elif info == 'boxoffice':
etc...
But there is no chance that it works for me,only "NearEvents,TrendingMovies,TrendingShows"
I need info for topartists and topalbum,but no one has the will to tell me is possible or not.
Maybe you'll have better luck than me,the answer to your question.

Best Regards
Reply
anyone knows if someone is taking this script for gotham?
i know is been while since Phil65 visit the forum
Reply
(2014-03-11, 08:01)warlion Wrote: anyone knows if someone is taking this script for gotham?
i know is been while since Phil65 visit the forum

This would be nice because with the modded 0.0.3 version for Gotham it doesn't pull the music upcoming concerts for artists and with no script errors at all (at least it does not work for me) with the 4.1.9 Aeon Nox skin for Gotham. It does work for Frodo 0.0.2 version of the script using the modded Aeon Nox 4.1.9 skin for Frodo. (check pictures).

With Gotham:

Image

With Frodo:

Image

Edit: Forget about it, it works now using the last version of Aeon Nox 4.1.9 for Gotham from warlion.
Reply
(2013-04-08, 04:18)phil65 Wrote: in backend mode:

on artist level you have:

Artist.Album.%d.Title
Artist.Album.%d.Plot
Artist.Album.%d.PlotOutline
Artist.Album.%d.Year
Artist.Album.%d.Duration
Artist.Album.%d.Thumb
Artist.Album.%d.ID
Artist.Albums.Newest
Artist.Albums.Oldest
Artist.Albums.Count
Artist.Albums.Playcount

Image


Does anybody have a hint as to how to achieve this? Where does the script need to be called? From within the onfocus tag of the artitst list? How?

Any hint is greatly appreciated
Reply
Hello DjCisco

I have tried, but not working. For now, I have only tv show ,movies,upcoming concerts.
Probably it all works,but I do not know to do it,anyway here is a weak response for questions.
Best Regards
Reply
Using Gotham Beta2, Aeon Nox 4.1.9.6 and modded version of scriptextendedinfo 0.0.3 for Gotham and I get all kind of script errors for the extendedinfo script. Here are parts of logs:

PHP Code:
18:16:23 T:13628   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <class 'simplejson.scanner.JSONDecodeError'>
                                            
Error ContentsExpecting valueline 1 column 1 (char 0)
                                            
Traceback (most recent call last):
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 899in <module>
                                                
Main()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 75in __init__
                                                self
._StartInfoActions()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 333in _StartInfoActions
                                                passDataToSkin
('ArtistEvents'GetEvents(self.Artist_mbid), self.prop_prefix)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 138in GetEvents
                                                results 
GetLastFMData(url)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 154in GetLastFMData
                                                results 
json.loads(response)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\__init__.py"line 488in loads
                                                
return _default_decoder.decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 370in decode
                                                obj
end self.raw_decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 389in raw_decode
                                                
return self.scan_once(sidx=_w(sidx).end())
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 119in scan_once
                                                
return _scan_once(stringidx)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 84in _scan_once
                                                raise JSONDecodeError
(errmsgstringidx)
                                            
JSONDecodeErrorExpecting valueline 1 column 1 (char 0)
                                            -->
End of Python script error report<--

...

18:17:47 T:1300   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <class 'simplejson.scanner.JSONDecodeError'>
                                            
Error ContentsExpecting valueline 1 column 1 (char 0)
                                            
Traceback (most recent call last):
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 899in <module>
                                                
Main()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 75in __init__
                                                self
._StartInfoActions()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 333in _StartInfoActions
                                                passDataToSkin
('ArtistEvents'GetEvents(self.Artist_mbid), self.prop_prefix)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 138in GetEvents
                                                results 
GetLastFMData(url)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 154in GetLastFMData
                                                results 
json.loads(response)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\__init__.py"line 488in loads
                                                
return _default_decoder.decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 370in decode
                                                obj
end self.raw_decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 389in raw_decode
                                                
return self.scan_once(sidx=_w(sidx).end())
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 119in scan_once
                                                
return _scan_once(stringidx)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 84in _scan_once
                                                raise JSONDecodeError
(errmsgstringidx)
                                            
JSONDecodeErrorExpecting valueline 1 column 1 (char 0)
                                            -->
End of Python script error report<--

...

18:31:00 T:6740   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <class 'simplejson.scanner.JSONDecodeError'>
                                            
Error ContentsExpecting valueline 1 column 1 (char 0)
                                            
Traceback (most recent call last):
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 899in <module>
                                                
Main()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 75in __init__
                                                self
._StartInfoActions()
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\default.py"line 333in _StartInfoActions
                                                passDataToSkin
('ArtistEvents'GetEvents(self.Artist_mbid), self.prop_prefix)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 138in GetEvents
                                                results 
GetLastFMData(url)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.extendedinfo-master\OnlineMusicInfo.py"line 154in GetLastFMData
                                                results 
json.loads(response)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\__init__.py"line 488in loads
                                                
return _default_decoder.decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 370in decode
                                                obj
end self.raw_decode(s)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\decoder.py"line 389in raw_decode
                                                
return self.scan_once(sidx=_w(sidx).end())
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 119in scan_once
                                                
return _scan_once(stringidx)
                                              
File "C:\Program Files (x86)\XBMC 13\portable_data\addons\script.module.simplejson\lib\simplejson\scanner.py"line 84in _scan_once
                                                raise JSONDecodeError
(errmsgstringidx)
                                            
JSONDecodeErrorExpecting valueline 1 column 1 (char 0)
                                            -->
End of Python script error report<-- 

It seems to always be the same type of error. I know Phil65 is not around but I just hope somebody could help out fixing this.
Reply
I am a noob to xbmc. How do I install this?
Reply
I am trying to use the extended info (modded) and the movie set automater... The problem I have is that the extended info script appears to put the fanart for each movie in the set in a loop, instead of just showing the fanart for the movieset. No doubt this might be something in my settings but I can't see it.

Basically, I want the movieset info extended info provides but with the fanart for the set not a loop of the fanart for each movie in the set - can anyone point me in the right direct, either a setting or an amended ment to the code ?

thanks guys
Reply
I have made some changes to this script so i can use some of the functions in the way that i want.
Download it from my forked version in my github:

https://github.com/Nessus85100/script.extendedinfo

Notes:
1. Please check the README file first.
2. This is only for skinners or people who know how to integrate these functions to a skin. Please don't ask... "how can i add this to blabla skin ?"
3. All credits for this script goes to phil65. I just fixed or added some stuff.


Cheers
Nessus
Reply
Hello nessus

Thanks for this changed script.
One question for you is it possible to get information for new album or top song etc..
Or script must be rework for this feature ?

Best Regards
Reply
Hi Nessus, just curious if you may be able to help with this extendedinfo error that just started happening recently out of the blue on startup.
I was hoping that using your fork would cure it but it didn't. Thanks.
PHP Code:
06:51:52 T:6736   DEBUGscript.extendedinfofound youtube vidshttp://pipes.yahoo.com/pipes/pipe.run?_id=2547d7359c1c48b74498130dec548ed3&_render=json
06:51:52 T:6736   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.KeyError'>
                                            
Error Contents: ('feed',)
                                            
Traceback (most recent call last):
                                              
File "C:\Users\Woodside\AppData\Roaming\XBMC\addons\script.extendedinfo-master\default.py"line 923in <module>
                                                
Main()
                                              
File "C:\Users\Woodside\AppData\Roaming\XBMC\addons\script.extendedinfo-master\default.py"line 75in __init__
                                                self
._StartInfoActions()
                                              
File "C:\Users\Woodside\AppData\Roaming\XBMC\addons\script.extendedinfo-master\default.py"line 116in _StartInfoActions
                                                videos 
GetYoutubeVideos(self.feed,self.prop_prefix)
                                              
File "C:\Users\Woodside\AppData\Roaming\XBMC\addons\script.extendedinfo-master\MiscScraper.py"line 465in GetYoutubeVideos
                                                
for item in results["feed"]["entry"]:
                                            
KeyError: ('feed',)
                                            -->
End of Python script error report<-- 
Reply
@senna99, woodside
If it's not something that referred in the README file i can't help you.

Cheers
Nessus
Reply
Hello Nessus

Thanks for the reply,maybe I asked the question in the wrong way. In any case it is not possible probably.

Best Regards
Reply
I treid to get the Tracklist in a Textbox in InfoPanel-View in Aeon Nox Gotham
but with no success... I cant get a the Tracklist. In InfoWall.View it works fine...

Code:
<control type="textbox">        
                <left>380</left>
                <top>122</top>
                <width>555</width>
                <height>195</height>
                <aligny>top</aligny>
                <label>$INFO[Window(home).Property(Album.Songs.Tracklist)]</label>
                <font>Font_Reg30_2</font>
                <textcolor>white6</textcolor>
                <autoscroll delay="8000" time="AutoScrollTime" repeat="8000">Skin.HasSetting(AutoScroll)</autoscroll>
                <visible>Skin.HasSetting(Tracklist) + Container.Content(Albums)</visible>                    
</control>

Has anybody a idea, what is wrong...?
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
Hi,

Can someone here help with a problem with this script while running Aeon Nox Gotham 4.1.9.9. Upon start-up, the skin outputs this error message every time:

Image

The skin's creator, warlion has gone awal and has stopped submitting changes to the code. The skin's thread can be found here:

http://forum.xbmc.org/showthread.php?tid=185290
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29