Kodi Community Forum
[RELEASE] Add-on Metadata Actors - Skin support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Add-on Metadata Actors - Skin support (/showthread.php?tid=123578)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: [RELEASE] Add-on Metadata Actors - Skin support - Mike72 - 2012-10-03

Great one. Thanks Frostbox.


RE: [RELEASE] Add-on Metadata Actors - Skin support - alexisazen - 2012-10-03

(2012-10-03, 10:19)Cool_bombom Wrote: Hi Frostbox

Great idea and addon.

one request though :-) ... would it be possible to run the addon in silent mode, so skinners would be able to retreive info about an actor/director and display it in the skin, instead of having to start the addon gui to retreive info. OR maby add the abbility to "retreive info for all actors/directors".

I was looking at the code myself, to see if i could add a silent mode, but the code is quite comprehensive so i found myself getting nowhere fast :-) .. I would love to help if you could point me to some of the code that need to be altered!

cheers
c_bb

maybe you could try accessing the db that this add-on creates. See first post for the db path.



RE: [RELEASE] Add-on Metadata Actors - Skin support - Cool_bombom - 2012-10-04

(2012-10-03, 15:22)alexisazen Wrote: maybe you could try accessing the db that this add-on creates. See first post for the db path.

could be an idea ... but there is no reason to access the database, when the info about the actor has not been retreived :-)

the current.actor.xxxxx properties is working like a charm ... what i wanted was to get the information about the actor without loading the addon gui ... so when im in "movies -> actors" i load the script on focus like this <onfocus condition="IsEmpty(Window.Property(current.actor.name))">runscript(script.metadata.actors,$INFO[ListItem.Label])</onfocus> and then the data for actor is loaded and i can use the current.actor.xxxxx properties, but the problem is that the addon gui is loaded every time. would be nice with a silent mode!

Hope it makes sense? And that frostbox will take it into consideration!

cheers
c_bb


RE: [RELEASE] Add-on Metadata Actors - Skin support - thrak76 - 2012-10-06

I'm having difficulty with retrieving the info for any actors lately with this script. After running the script (with Frodo Alpha 6, Aeon Nox), a basically blank screen is returned, with all info fields empty or "N/A". Is this a result of using Frodo vs. Eden?

I've attached a debug log, and the errors are shown a couple times starting at line 1861, and again at line 1988.

http://xbmclogs.com/show.php?id=9969




RE: [RELEASE] Add-on Metadata Actors - Skin support - Cool_bombom - 2012-10-06

i have the same problem, but can retreive data from movies->actors ... in other words the properties current.actor.xxxxx is not empty!! and another problem i have is that i can't exit the script again via go to previousmenu ... so have to go to "browse" or "addon settings" and then exit. I have also noticed, that if the skin u use don't have the script-actors-dialoginfo.xml and it has to use the default xml from the scripts own folder, no data is saved to the database!

update: i also experience that the script get's xbmc windows version to crash ... there is no pattern to when it will do it, windows will suddently just say that xbmc has crashed while running the script!

update: danish translation
http://www.loaditup.de/files/736042_n9ym87st23.xml

cheers
c_bb


RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-09

I need some help. I'm trying to use this great add-on but can't figure out what I'm doing wrong as it's not working.
I'm using Aeon Nox.
I installed from zip but when I go to info in a movie I don't see any buttons next to play, get thumb, refresh, etc...
What am I missing?


RE: [RELEASE] Add-on Metadata Actors - Skin support - BigNoid - 2012-10-10

(2012-10-09, 23:48)ArieS Wrote: I need some help. I'm trying to use this great add-on but can't figure out what I'm doing wrong as it's not working.
I'm using Aeon Nox.
I installed from zip but when I go to info in a movie I don't see any buttons next to play, get thumb, refresh, etc...
What am I missing?
Press up to highlight actor list, then right to highlight focused actor. Press select to run script.



RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-10

And I just realized I get a script error : service.py
BN, if I do that I get the spinning icon and XBMC crashes.


RE: [RELEASE] Add-on Metadata Actors - Skin support - BigNoid - 2012-10-10

(2012-10-10, 00:17)ArieS Wrote: And I just realized I get a script error : service.py
BN, if I do that I get the spinning icon and XBMC crashes.

Would need a debug log to determine if its script or skin error.


RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-10

Ok, I'll do one tonight after work.


RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-10

Here's the log:

http://xbmclogs.com/show.php?id=10332

Thanks for having a look.


RE: [RELEASE] Add-on Metadata Actors - Skin support - BigNoid - 2012-10-11

(2012-10-10, 10:11)ArieS Wrote: Here's the log:

http://xbmclogs.com/show.php?id=10332

Thanks for having a look.

Thats a script error, something about utf-8 encoding. Can't really help with that.


RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-11

Confused

Do you know who could? Should I post that in the Windows section?

Thanks BN.


RE: [RELEASE] Add-on Metadata Actors - Skin support - Martijn - 2012-10-11

(2012-10-11, 19:47)ArieS Wrote: Confused

Do you know who could? Should I post that in the Windows section?

Thanks BN.

the one that made the script so he can fix it for next version


RE: [RELEASE] Add-on Metadata Actors - Skin support - ArieS - 2012-10-11

Oh.
Well, that's his thread so he should be seeing it Smile