![]() |
|
[RELEASE] Add-on Metadata Actors - Skin support - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +--- Thread: [RELEASE] Add-on Metadata Actors - Skin support (/showthread.php?tid=123578) |
[RELEASE] Add-on Metadata Actors - Skin support - FrostBox - 2012-02-21 21:36 Hello All, I wrote an add-on for actors / directors / writers informations and filmography and little more! All infos provided from themoviedb.org and saved in "special://database/Actors1.db" it's a real db Statut: PRE-1.0.0 -> http://forum.xbmc.org/showthread.php?tid=123578&pid=1089207#pid1089207 Prerequis: - XBMC Eden - Python 2.5+ - sqlite3 for python - json or simplejson for python Download: http://passion-xbmc.org/addons/?Page=View&ID=script.metadata.actors Sources: http://code.google.com/p/passion-xbmc/source/browse/trunk/addons/eden-pre/script.metadata.actors NOW! Parameters: Simply add $INFO [ListItem.foo] For example: Code: XBMC.RunScript(script.metadata.actors,$INFOAdd button in DialogContextMenu.xml in main grouplist. PHP Code: <control type="grouplist" id="996">PHP Code: <control type="button" id="????">PHP Code: <onclick condition="System.HasAddon(script.metadata.actors)">RunScript(script.metadata.actors,$INFOPHP Code: <control type="button" id="15">Window.Property(script.metadata.actors.isactive): return 1 or empty For example: PHP Code: <animation effect="slide" start="1100,0" end="0,0" time="400" condition="!StringCompare(Window.Property(script.metadata.actors.isactive),1)">Conditional</animation>List of Built In Controls Available In script-Actors-DialogInfo.xml: Code: 5 ----> button -----> Toggle between Biography and Known MoviesCode: Labels of the currently selected actor / director / writer / artist** BACKEND METHOD ** For example from MyVideoNav.xml: PHP Code: <onload condition="System.HasAddon(script.metadata.actors)">RunScript(script.metadata.actors,backend)</onload> Code: Window.Property(current.actor.name) ----------> NameCheers Frost Some screnshots from my custom skin ![]() ![]() ![]() ![]()
- FrostBox - 2012-02-21 21:37 Other screnshots ![]() ![]() From DialogAlbumInfo.xml ![]() ![]() ![]()
- mad-max - 2012-02-21 23:05 This is pretty cool... Will play a bit with it and report back... BTW: passion xbmc seems to be on fire...a bunch of cool addons released recently... Respect for that...keep up the good work! - fmronan - 2012-02-21 23:30 Glass support metadata.actors ![]() with movie ![]() ![]() with music ![]() with Movie Set ![]() ![]() you can try this nice script in it - ZombieRobot - 2012-02-22 06:04 cool will take a look - Eisi2005 - 2012-02-22 08:01 @FrostBox many many THANKS for this nice addon. I could not test it yet, but is there an option in Filmography that the movies from an actor that i have in my movielibrary become an other color ? So that i could see what movies i have with actor ? @fmronan Do you have no Filmography ? In the screenshot with Daniel Radcliff the Filmography button is grey ? Greets Eisi - mikebzh44 - 2012-02-22 09:42 I have only one word to say : TERRIFIC
- fmronan - 2012-02-22 09:48 Yes it is, ![]() ![]() just a quick screenshot - Eisi2005 - 2012-02-22 10:14 @fmronan THX for the fast answer. Greets Eisi - french_chris - 2012-02-22 15:24 Great ! I hope this will be implemented in the other skins very soon ! |