![]() |
|
Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Third Party Repositories (/forumdisplay.php?fid=157) +---- Thread: Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer (/showthread.php?tid=29911) |
- Nuka1195 - 2009-06-26 23:02 the plugin would need to access skin.xml. any more effort in this is probably wasted, but if BBB wants to add it cool. - Gamester17 - 2009-06-27 14:14 Bram77 Wrote:how can I add version control to skins, to allow automatic update checking?You have to be careful if a feature like that is added as some skins only work this the very latest XBMC SVN builds so should not be updated is the unless the the XBMC version they use is compatible, and other skins might have broken with the latest XBMC SVN builds and instead only work with a specific point release of XBMC. - Bram77 - 2009-06-27 15:08 I understand. I'll add the functionality only to the skins that work with the latest SVN versions and that I have tested. Thanks for the tip! I'm always running the latest builds, so I won't test with the previous stable builds. I'll clarify that on the googlecode page. b.t.w... The same goes for some plugins...does it not? - BigBellyBilly - 2009-06-27 16:06 for addons is checks the __XBMC_Revision__ doc tag for min compatibility, could your skin.xml contain that or something simlair ? - Nuka1195 - 2009-06-27 17:21 pm3d: PHP Code: <skin>something like this. really BBB if you going to put the effort in. maybe plugins/scripts should have a default.xml with the required info. the only reason i suggest. is it may be faster especially when some default.py are large. - Dan Dare - 2009-07-04 23:42 Hi Nuka1195 / BigBellyBilly, The download link in the first post is not working anymore: http://xbmc-addons.googlecode.com/svn/packages/plugins/programs/SVN_Repo_Installer.zip can you please change that or make the zip available again (now there is .rar archive) http://xbmc-addons.googlecode.com/svn/packages/plugins/programs/SVN%20Repo%20Installer.rar - BigBellyBilly - 2009-07-05 14:42 fixed. Its back up as a the usual zip - Dan Dare - 2009-07-05 15:16 Thanks BBB! - w3__ - 2009-07-06 18:19 BBB do you think you could make the installer possibly display updated plugins at the TOP of the list when I go in there to do an update check, instead of the bottom? I'm always curious to know what has been updated when I do an "update all", it would be nice to not have to scroll to the bottom of the list... Thanks!! - BigBellyBilly - 2009-07-06 19:54 The list is sorted using Genre, which contains the label2, which contain COLOR cmds. The hex color determines the sort, rather than the name, but the side effect is to group them (which is what we wanted). Change the Genre sort order (descending to Ascending) and xbmc should remember the view. I'm not aware of a way to force the sort to be asc or desc, but it might be nice to be able to set it. |