![]() |
|
Transparency! SVN for XBMC nightly builds - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Transparency! (/forumdisplay.php?fid=115) +---- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643) |
- vogelap - 2012-03-04 19:15 I have T! installed (non-SVN) and configured the way I want it. Now I'd like to switch to the SVN version. Is there some way to migrate my non-SVN T! settings to the SVN version? I cannot figure out how to do that. Any input is appreciated! - ronie - 2012-03-04 22:20 vogelap Wrote:I have T! installed (non-SVN) and configured the way I want it. Now I'd like to switch to the SVN version. you don't have to, it'll use the same settings. just checkout the svn repo as instructed on the first page. - parslej - 2012-03-06 01:57 Is it possible to add File view mode in Movies' submenu? (I'd like to hide VIDEOS main menu) - ronie - 2012-03-06 13:03 parslej Wrote:Is it possible to add File view mode in Movies' submenu? i think you hould be able to add it to favourites and map this favourite to one of the Movies submenu buttons. RE: T! development svn for xbmc nightly builds - PatK - 2012-03-23 20:28 Just to confirm that I have the latest version is T! SVN V4.0.6 downloaded from the trunk RE: T! development svn for xbmc nightly builds - ronie - 2012-03-23 20:35 (2012-03-23 20:28)PatK Wrote: Just to confirm that I have the latest version is T! SVN V4.0.6 downloaded from the trunk yup, things don't get fresher than that. ;-) RE: T! development svn for xbmc nightly builds - kooolkat357 - 2012-03-26 23:27 Hi, is there any chance for you to make support for SuperTv in your skin? http://forum.xbmc.org/showthread.php?tid=125291 As is it only work correctly in default skin. In Transparency it runs but the black back panel is gone making it difficult to browse. RE: T! development svn for xbmc nightly builds - ronie - 2012-03-26 23:41 (2012-03-26 23:27)kooolkat357 Wrote: Hi, is there any chance for you to make support for SuperTv in your skin? http://forum.xbmc.org/showthread.php?tid=125291 As is it only work correctly in default skin. In Transparency it runs but the black back panel is gone making it difficult to browse. the script should provide all the textures it needs. currently supertv doesn't work in any skin, except confluence. best ask for help in the supertv thread. RE: T! development svn for xbmc nightly builds - PatK - 2012-03-27 19:34 Not sure if this is a bug... trying to add folders and playlists to favourites, and then link to a home sub menu <favourite name="Akira Kurasawa" thumb="J:\Movies\Martial Arts\Akira Kurosawa\folder.jpg">ActivateWindow(10025,"J:\\Movies\Martial Arts\\Akira Kurosawa" </favourite>Manually added by 'text editor" to favourites.xml and it opens the folder, and links fine...'opens the folder' <favourite name="Akira Kurosawa2" thumb="special://masterprofile/Thumbnails/Video/3/3b93817d.tbn">ActivateWindow(10025,"J:\\Movies\\Martial Arts\\Akira Kurosawa\\" </favourite>Used menu item 'add to favourtes' for this one and it opens the folder, works well; but doesn't link well from the sub menu 'it opens blank default background no content'. <favourite name="Akira Kurosawa3" thumb="special://masterprofile/Thumbnails/Video/3/3b93817d.tbn">ActivateWindow(10025,"J:\\Movies\Martial Arts\\Akira Kurosawa" </favourite>when edited without extra slashes...Kurosawa\\" in the path... issue is solved.^^ RE: T! development svn for xbmc nightly builds - ronie - 2012-03-27 19:45 it's a bug: http://trac.xbmc.org/ticket/12835 |