![]() |
[RELEASE] MovieSets (Video) Addon - Show Movie Sets Info Sets for Skins / Skinners - 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] MovieSets (Video) Addon - Show Movie Sets Info Sets for Skins / Skinners (/showthread.php?tid=89163) |
[RELEASE] MovieSets (Video) Addon - Show Movie Sets Info Sets for Skins / Skinners - FrostBox - 2010-12-31 Hi, Add-on Library for showing details of Movie Sets. You've dreamed of this! And me, I had nightmares for this! All infos is retrieved from your database. Not scraping website. Remember: This addon run in background if window "VideoNav" is Active. On window close, the add-on will close by itself. I recommend closing the window before leaving XBMC. Because is possible XBMC crash. Developed and tested only with (XBMC SVN r35717; Windows XP) Download : http://passion-xbmc.org/addons/?Page=View&ID=script.moviesets Sources : http://passion-xbmc.googlecode.com/svn/trunk/addons/script.moviesets Minimum required, "button" for launch and "container". Parameter button XBMC.RunScript(script.moviesets[,containerId,windowId,busy]) Code: - containerId : [opt] - id 7000 is default MyVideoNav.xml: PHP Code: <defaultcontrol always="true">7777</defaultcontrol> PHP Code: <!-- REQUIRED FOR SETUP INFOS OF MOVIE SETS --> Legend: (*) if not exists return empty WINDOW PROPERTIES AVAILABLE: Code: - Window([id]).Property(MovieSets.IsAlive) -> [ return true or empty, if addon is running ] Code: - Container(id).ListItem([offset]) ----> [ first item is empty/dummy item ]( eg: Container(7000).ListItem.Label ) For More ;-) look file: "/script.moviesets/resources/skins/skin.confluence/720p/ViewsMovieSets.xml" PHP Code: <label>$INFO[Container(7000).ListItem.Title]</label> PHP Code: <visible>!IsEmpty(Window(10025).Property(Content.MovieSets))</visible> If you want my mod for Confluence, but not all view as info for saga only list ( Saga Info and Fanart ) copy folder in addon from "script.moviesets/resources/skins/skin.confluence" to "XBMC/addons/skin.confluence" Cheers And Happy New Year! Frost Previews: List View: "Video - Library -> Movies -> Title" ![]() List View: "Video - Library -> Movies -> Sets" ![]() ![]() ![]() ![]() ![]() - ubuntuf4n - 2010-12-31 Does this currently only work with Confluence ? - blacklist - 2010-12-31 I think this is a great idea, and I would like to be able to incorporate it in to Paper Street since there is little support for editing sets from within XBMC. Without knowing a lot about he interaction between scripts and XBMC - my basic use for this would be: a) create a new movie set b) add movies to an existing set c) remove movies from an existing set d) change the set poster and fanart I'll see how we can encorporate this into our existing schema. Thanks! - igotdvds - 2010-12-31 Can you describe in more detail exactly what it does? - stoli - 2010-12-31 Looks pretty slick at first glace - may have to spend some time this weekend integrating it... @igotdvds - from a quick glance, it provides the ability to get details on all movies in a set at the set/top level. Currently if you hit "I"nfo on the top of a set, nothing happens...you have to open the set and then get info on each item. Good work FrostBox! - robweber - 2010-12-31 i've often wished xbmc would have more set details when selecting a set in the list. seems to me that this type of functionality may be better off added to the core rather than an addon. just my two cents though. - igotdvds - 2010-12-31 I got it wokring in Simplicity but it crashes quite a bit. This would be useful as an add-on. Something that the user can execute to view all movie sets, see whats in them and see the info. The loading everytime you enter Movies or Tv Shows is a bummer as well. Maybe I can find a way to make this an add-on as opposed to another view. - castortray - 2011-01-23 Hi, I have installed latest version 1.0.4 and successfully create collection but there is no total time/sum of votes/numer watched&unwatched of all movies in selected movieset ![]() I use [MOD] Customizable Confluence but also test it on default Confluence and skin.confluence.moviesets ![]() ![]() Many thanks for any tips. - ashe - 2011-01-24 I'm encountering the same problem, no details and no saga view. All I did was load the add-on, I'm not skilled enough in XML to figure all of it out - yiarkyiark - 2011-02-09 ![]() http://forum.xbmc.org/showthread.php?tid=84990 - Japaja - 2011-02-10 deleted Not sure how to get this working? - iDVB - 2011-02-16 XBMC 10.0 r35648 Confluence Can someone lead a hand in how to set this up? 1) I have installed the addon using xbmc. 2) I updated the $home/.xbmc/userdata/keymaps/keyboard.xml Code: <MyVideoLibrary> When I go to Movies and over top of a set I hit the "I" or "O" buttons on the keyboard, nothing happens. What am I missing? - mcborzu - 2011-02-16 iDVB Wrote:XBMC 10.0 r35648 I believe it need skin support... - FrostBox - 2011-02-16 iDVB Wrote:When I go to Movies and over top of a set I hit the "I" or "O" buttons on the keyboard, nothing happens.Hi, not "I" or "O", but "I+O" Quote:What am I missing?This VV mcborzu Wrote:I believe it need skin support... Actually, only this skin as support of MovieSets - http://passion-xbmc.org/addons/?Page=View&ID=skin.confluence.moviesets - and Influence here http://forum.xbmc.org/showthread.php?tid=84990 On skin Influence the "I+O" is not required, it has a button on the left panel for show dialog info ![]() ![]() - tboooe - 2011-02-17 This is way too cool! I am going to have to try out the Influence skin just for this addon! |