• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 151
Release script.extendedinfo
Hello Warner

This post contains an explanation of a fix - only takes a couple of seconds to do and works

http://forum.xbmc.org/showthread.php?tid...pid1697264
Reply
I have installed the extended script to Gotham RC1 with skin AEON MQ5 but now I can see nothing in the first screen of my Movie Box.
Is there a problem with this setup?
If yes how can I remove it?
Reply
Fairly gutted that this doesn't work in gotham.

Is there any hope of getting this or an alternative working?
I know nothing so please don't post me lines of code. To me it's all like looking at the Matrix!

Thanks in advance.
Reply
Noob to this thread-Hello everyone

Phil65-Thanks for all your hard work on this script.It opens up so many features I never knew i needed

Can u please post a link to an updated extended info zip/add on with all the goodies included.Right now I am using the metroTV skin for gotham and there is an option for "in cinemas" in settings that uses this script and traktTV to make that feature available and we have yet to come to a resolve but in the end it is dependent on the extendedinfo script-I have the 2.0 version installed now,is that the latest version compatible with gotham??I have been told that the 3.0 version has bugs with gotham.

Any help or advice would be appreciated-Great Work!
Reply
(2014-04-28, 12:10)nessus Wrote: 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

Hi nessus,

I installed gotham stable,,,
now even with your modified script I can't see information in Sets..

with frodo when I select a set I saw information about films included in..
with gotham nothing..

bug?

retification: it started working like frodo version..
after a shutdown and restart..
Reply
Hi all,

I have the extendedinfo script error everytime XBMC starts, I've try with extendedinfo 0.0.3 and 0.0.5 but both of them reports the error (althought everything seems to work ok).

I've also try to delete the tiny part of the code in default.py file, as woodside reccomends in this post:

http://forum.xbmc.org/showthread.php?tid...pid1697264

but didn't work.

¿could you advice me any solution?

Many thanks in advance.
Reply
(2014-05-11, 18:43)Tassadar Wrote: Hi all,

I have the extendedinfo script error everytime XBMC starts, I've try with extendedinfo 0.0.3 and 0.0.5 but both of them reports the error (althought everything seems to work ok).

I've also try to delete the tiny part of the code in default.py file, as woodside reccomends in this post:

http://forum.xbmc.org/showthread.php?tid...pid1697264

but didn't work.

¿could you advice me any solution?

Many thanks in advance.

Hmmm... strange it didn't work for you. Did you do it exactly the way the video shows? because indentation matters in py and it has to be exact. I would try it again and if it still gives the error maybe you have a different problem.
Reply
(2014-05-11, 21:03)woodside Wrote:
(2014-05-11, 18:43)Tassadar Wrote: Hi all,

I have the extendedinfo script error everytime XBMC starts, I've try with extendedinfo 0.0.3 and 0.0.5 but both of them reports the error (althought everything seems to work ok).

I've also try to delete the tiny part of the code in default.py file, as woodside reccomends in this post:

http://forum.xbmc.org/showthread.php?tid...pid1697264

but didn't work.

¿could you advice me any solution?

Many thanks in advance.

Hmmm... strange it didn't work for you. Did you do it exactly the way the video shows? because indentation matters in py and it has to be exact. I would try it again and if it still gives the error maybe you have a different problem.

Many Thanks for your answer.

I tried twices, and yes, exactly as shown in the video, cutting the first "if" and convert the next "elif" in "if".

Could it be that the script fails in another point of the code? How could I know exactly the reason of the error? I mean... If I knew the addon, extra or whatever causes the fail perhaps i can locate the related part of the code and erase it.

Many thanks in advance Smile
Reply
(2014-05-12, 13:31)Tassadar Wrote: Many Thanks for your answer.

I tried twices, and yes, exactly as shown in the video, cutting the first "if" and convert the next "elif" in "if".

Could it be that the script fails in another point of the code? How could I know exactly the reason of the error? I mean... If I knew the addon, extra or whatever causes the fail perhaps i can locate the related part of the code and erase it.

Many thanks in advance Smile

Settings/System/Debugging/ Enable Debug Logging.
Turn on "Enable Debug Logging" then shut down XBMC. Then go to your XBMC main directory (if your using windows it's C:\Users\Username\AppData\Roaming\XBMC\) and delete the "xbmc.log" file. Start back up xbmc and wait until you see the error pop up. Shut down again. Go back to where your log file is open it and look for where the error is and post the results starting from where the error starts to where it ends. It will start out with "ERROR: EXCEPTION blah blah blah extendedinfo blah blah blah-->End of Python script error report<-- copy the part between where the error starts "ERROR EXEPTION" and where the error ends "End of Python script error report" and post it and i'll see if I can tell by that what is causing it. Cheers.
Reply
Nevermind
Reply
After comparing files of music artists that are generating errors with ones that aren't generating errors, (files that are coming from the last.fm api), I figured out why some artists are getting script errors while most are not. The file returned from last.fm on the artists that are generating the errors are missing the starting and closing brackets "[" and "]"

Here is a file below in json format that is returned and generates an error along with one that doesn't below it, notice the starting bracket "[" just before the code... {"website":...is missing and the ending bracket just before }} at the very end is missing. If you look at the good file in which I have manually added the brackets, the data for this artist will show without generating a script error because it has those brackets. My question is does anyone know of a remedy I could apply for this?. I believe it is the cause of probably 90 percent of the errors generated when data calls for certain music artists are made using this script. any help would be appreciated. thanks

Bad file here.
PHP Code:
{
    
"events": {
        
"@attr": {
            
"perPage""50",
            
"artist""Barry Gibb",
            
"festivalsonly""0",
            
"totalPages""1",
            
"total""1",
            
"page""1"
        
},
        
"event": {
            
"website""",
            
"startDate""Wed, 04 Jun 2014 04:45:01",
            
"attendance""1",
            
"description""",
            
"title""Barry Gibb",
            
"url""http://www.last.fm/event/3792913+Barry+Gibb+at+Hollywood+Bowl+on+4+June+2014",
            
"tickets""\n  ",
            
"image": [{
                
"#text""http://userserve-ak.last.fm/serve/34/86082501.jpg",
                
"size""small"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/64/86082501.jpg",
                
"size""medium"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/126/86082501.jpg",
                
"size""large"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/252/86082501.jpg",
                
"size""extralarge"
            
}],
            
"tags": {
                
"tag": ["singer-songwriter",
                
"classic rock",
                
"pop",
                
"bee gees"]
            },
            
"venue": {
                
"website""http://hollywoodbowl.com",
                
"name""Hollywood Bowl",
                
"url""http://www.last.fm/venue/8781573+Hollywood+Bowl",
                
"image": [{
                    
"#text""http://userserve-ak.last.fm/serve/34/38680.jpg",
                    
"size""small"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/64/38680.jpg",
                    
"size""medium"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/126/38680.jpg",
                    
"size""large"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/252/38680.jpg",
                    
"size""extralarge"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/_/38680/Hollywood+Bowl.jpg",
                    
"size""mega"
                
}],
                
"phonenumber""323.850.2000",
                
"location": {
                    
"postalcode""90078",
                    
"city""Los Angeles",
                    
"geo:point": {
                        
"geo:long""-118.339373",
                        
"geo:lat""34.113088"
                    
},
                    
"street""2301 N. Highland Ave",
                    
"country""United States"
                
},
                
"id""8781573"
            
},
            
"reviews""0",
            
"tag""lastfm:event=3792913",
            
"artists": {
                
"headliner""Barry Gibb",
                
"artist""Barry Gibb"
            
},
            
"cancelled""0",
            
"id""3792913"
        
}
    }



Good file here...
PHP Code:
{
    
"events": {
        
"@attr": {
            
"perPage""50",
            
"artist""Barry Gibb",
            
"festivalsonly""0",
            
"totalPages""1",
            
"total""1",
            
"page""1"
        
},
        
"event": [{
            
"website""",
            
"startDate""Wed, 04 Jun 2014 04:45:01",
            
"attendance""1",
            
"description""",
            
"title""Barry Gibb",
            
"url""http://www.last.fm/event/3792913+Barry+Gibb+at+Hollywood+Bowl+on+4+June+2014",
            
"tickets""\n  ",
            
"image": [{
                
"#text""http://userserve-ak.last.fm/serve/34/86082501.jpg",
                
"size""small"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/64/86082501.jpg",
                
"size""medium"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/126/86082501.jpg",
                
"size""large"
            
},
            {
                
"#text""http://userserve-ak.last.fm/serve/252/86082501.jpg",
                
"size""extralarge"
            
}],
            
"tags": {
                
"tag": ["singer-songwriter",
                
"classic rock",
                
"pop",
                
"bee gees"]
            },
            
"venue": {
                
"website""http://hollywoodbowl.com",
                
"name""Hollywood Bowl",
                
"url""http://www.last.fm/venue/8781573+Hollywood+Bowl",
                
"image": [{
                    
"#text""http://userserve-ak.last.fm/serve/34/38680.jpg",
                    
"size""small"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/64/38680.jpg",
                    
"size""medium"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/126/38680.jpg",
                    
"size""large"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/252/38680.jpg",
                    
"size""extralarge"
                
},
                {
                    
"#text""http://userserve-ak.last.fm/serve/_/38680/Hollywood+Bowl.jpg",
                    
"size""mega"
                
}],
                
"phonenumber""323.850.2000",
                
"location": {
                    
"postalcode""90078",
                    
"city""Los Angeles",
                    
"geo:point": {
                        
"geo:long""-118.339373",
                        
"geo:lat""34.113088"
                    
},
                    
"street""2301 N. Highland Ave",
                    
"country""United States"
                
},
                
"id""8781573"
            
},
            
"reviews""0",
            
"tag""lastfm:event=3792913",
            
"artists": {
                
"headliner""Barry Gibb",
                
"artist""Barry Gibb"
            
},
            
"cancelled""0",
            
"id""3792913"
        
}]
    }

Reply
Please put information that it doesn't work with Gotham in the OP. I spent a couple of hours trying to troubleshoot this but didn't notice the recent posts. It sucks that it doesn't with with Gotham but it would be nice if others didn't spend a long time on this, so if a mod could edit it, that would be nice.

I hope this is brought to Gotham in the future.
Reply
It works in Gotham. What's the problem? I am using it with Gotham 13.1 and have no issues.
Reply
hi guys, I get the error too every time I open the XBMC
should I try the fix in the video you mentioned "but he said at your own risk", or is there a fix for gotham 13.1 in the coming update?
thanks a lot
Reply
I just tried the fix in the video, but i still get the same error Sad
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29