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 - Surlias - 2014-07-23

Yeah, TV show filmography would be awesome


RE: [RELEASE] Add-on Metadata Actors - Skin support - Reynald - 2014-08-09

I change langage in parametres ( select fr - (french ) ) but not display in french for text plot ! Can you help me if i have do a error ?
Image


RE: [RELEASE] Add-on Metadata Actors - Skin support - seawolf - 2014-08-09

Person objects do not currently support translations. Until they do, it is assumed that all names and biographies are to be in English, using the English alphabet. For non English names (Cyrillic, Vietnamese, etc..) you should add these as alternative names.
https://www.themoviedb.org/documentation/editing/people


RE: [RELEASE] Add-on Metadata Actors - Skin support - Reynald - 2014-08-09

Thx for answer Smile

Need again your help , Here is the code I created. And when I turn the Actor button on a movie, the title at the top is always the name of the movie! How to get the name of the actor?

Image

PHP Code:
<control type="label"><!-- Title -->
    <
posx>30</posx>
    <
posy>8</posy>
    <
width>1100</width>
    <
height>40</height>
    <
font>light_Window2</font>
    <
label>$INFO[Listitem.Title]</label>
    <
textcolor>FFFFFFFF</textcolor>
    <
scroll>true</scroll>
    <
scrollout>false</scrollout>
    </
control>
    <
control type="label">
    <
posx>30</posx>
    <
posy>55</posy>
    <
width>1100</width>
    <
height>25</height>
    <
font>light_Home</font>
    <
label>$VAR[value_actorinfo_tag]</label>
    <
scroll>true</scroll>
    <
scrollout>false</scrollout>
    </
control



RE: [RELEASE] Add-on Metadata Actors - Skin support - Reynald - 2014-08-10

I have around the problem: I think it is not possible to launch Metadata Actor (plug actor) on a separate xml file.
I created a button in dialogsVideoInfo.xml, with a multiple choice (pop up) (actor-director-writer), which activates window id = "63". but that does not work for details Actor. Therefore obliged to create a button directly in DialogsVideoInfo.xml only for information Actor.
Is there a solution to enable Actor via a pop up?
DialogVideoInfo.xml => Select Button => Pop up window => Actors => ActiveWindows id = 63 "=>Lunch file Script_ActorDialogInfo.xml => display information Actor. Possible?


RE: [RELEASE] Add-on Metadata Actors - Skin support - Angelinas - 2014-08-11

@FrostBox
I improve EPG Data base in PVR for Helix ( create pull for PVR Improvements XBMC)
Now I have in EPG.Info
-Actor
-Director
-Writer
My Questioin is is it "hard work" to integrate your script in to PVR.Vievinfo to se more info about this labels,and remember some stuff in db.
I integrate in PVR,but I needs some help with this script,can you help me Huh

watch gallery



RE: [RELEASE] Add-on Metadata Actors - Skin support - wahoo - 2014-08-18

I'am italian and i want this script because for me is very nice and elegant but there isn't my language. Can you add this language? Thanks

P.S: sorry for my bad english


R: RE: [RELEASE] Add-on Metadata Actors - Skin support - wahoo - 2014-09-14

(2014-08-18, 11:20)wahoo Wrote: I'am italian and i want this script because for me is very nice and elegant but there isn't my language. Can you add this language? Thanks

P.S: sorry for my bad english
UP!


RE: [RELEASE] Add-on Metadata Actors - Skin support - johndoeppu - 2014-10-19

Hi all,

Can somebody help me with the following problem?

Script.metadata.actors works perfectly within my library, but not within addons like Icefilms. When using Icefilms I do not see the pictures of the actors, any workaround for this? (i use xbmc gotham)

Thanks!


RE: [RELEASE] Add-on Metadata Actors - Skin support - cheeseluxuriant - 2014-10-19

(2012-02-22, 09:48)fmronan Wrote: Yes it is,
Image
free instagram followers
Image
just a quick screenshot

That's really awesome, need to try this out!


RE: [RELEASE] Add-on Metadata Actors - Skin support - nickr - 2014-10-20

(2014-10-19, 15:37)johndoeppu Wrote: Hi all,

Can somebody help me with the following problem?

Script.metadata.actors works perfectly within my library, but not within addons like Icefilms. When using Icefilms I do not see the pictures of the actors, any workaround for this? (i use xbmc gotham)

Thanks!

I sugges you read the forum rules, no icefilms support here.


RE: [RELEASE] Add-on Metadata Actors - Skin support - wahoo - 2014-11-06

(2014-08-18, 11:20)wahoo Wrote: I'am italian and i want this script because for me is very nice and elegant but there isn't my language. Can you add this language? Thanks

P.S: sorry for my bad english

Why anybody answer me? Sad


RE: [RELEASE] Add-on Metadata Actors - Skin support - phil65 - 2014-11-06

because only Italians themselves can do an Italian translation Wink


RE: [RELEASE] Add-on Metadata Actors - Skin support - Wanilton - 2014-11-06

@wahoo, because Person objects do not currently support translations. Until they do, it is assumed that all names and biographies are to be in English, using the English alphabet. For more info, see here:

https://www.themoviedb.org/documentation/editing/people


R: RE: [RELEASE] Add-on Metadata Actors - Skin support - wahoo - 2014-11-08

(2014-11-06, 19:36)Wanilton Wrote: @wahoo, because Person objects do not currently support translations. Until they do, it is assumed that all names and biographies are to be in English, using the English alphabet. For more info, see here:

https://www.themoviedb.org/documentation/editing/people
Thanks Wink