SpinSafe Revolve (2 Viewers)

Do you use SpinSafe Revolve as you default skin?

  • Yes, its the best skin out there

    Votes: 145 39.6%
  • Yes, but planing to change to another

    Votes: 6 1.6%
  • Yes, i use it sometimes.

    Votes: 49 13.4%
  • No, i have never seen this skin before.

    Votes: 42 11.5%
  • No, i have tryed it but it looks all uggly.

    Votes: 8 2.2%
  • No, because its 16:9 skin and i use a 4:3 monitor.

    Votes: 88 24.0%
  • No. I have tyed it but did not like it when the buttons are on the upper part of the screens.

    Votes: 5 1.4%
  • No. I have tryed it but it did not have support of the plugins a use

    Votes: 11 3.0%
  • No. I have not download it because of the preview picture(s) it looks uggly

    Votes: 10 2.7%
  • No, its has to much bugs.

    Votes: 11 3.0%

  • Total voters
    366

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,758
    1,250
    Alingsås
    Home Country
    Sweden Sweden
    So, in order to change the properites of the highlighted item in filmstrip view, which line in references.xml needs modyfing? is it:

    <InfoImage>-</InfoImage>
    <InfoImagex>920</InfoImagex>
    <InfoImagey>135</InfoImagey>
    <InfoImagewidth>155</InfoImagewidth>
    <InfoImageheight>225</InfoImageheight>
    <InfoImagediffuse>ffffffff</InfoImagediffuse>

    ?

    Thanks
    Emph
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    So, in order to change the properites of the highlighted item in filmstrip view, which line in references.xml needs modyfing? is it:

    <InfoImage>-</InfoImage>
    <InfoImagex>920</InfoImagex>
    <InfoImagey>135</InfoImagey>
    <InfoImagewidth>155</InfoImagewidth>
    <InfoImageheight>225</InfoImageheight>
    <InfoImagediffuse>ffffffff</InfoImagediffuse>

    ?

    Thanks
    Emph

    If you want to move the highlighted item preview image its the values of InfoImagex ( horisontal) and InfoImagey ( vertical ) that you have to change.
    When i look at the code of SpinSafe Revolve, i see that i have added override code for the filmstrip in some of the screens.
    So you dont need to change something in references.xml. Insted you change the values in myVideoTitle.xml ( title view ), myVideos.xml ( shares view ), mymusicsongs.xml (music shares screen ) and so on...
    Im sorry if i have confused you before.
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,758
    1,250
    Alingsås
    Home Country
    Sweden Sweden
    Thanks mirk for getting rid of all my confusion. :D
    I'll have a look at those .xml-files and see if I can "make it work" for me.

    Just so I don't spend unnessersary time on evey .xml file here, is the data for Filmstrip view exactly the same in each of these views (music, video etc) so if I figure one out, I can copy&paste into the others?

    Emph
     

    papas

    MP Donator
  • Premium Supporter
  • August 21, 2006
    232
    6
    45
    Nicosia
    Home Country
    Cyprus Cyprus
    sorry for getting a bit off topic but i noticed in your bugtracker page you have a link now

    spinsafe revolve 4:3

    so tell us the good news you porting the revolve skin to 4:3?

    cheers and grats for the best looking skin out there imo.
     

    deebo

    Portal Pro
    April 19, 2006
    233
    3
    my videos -> title view is broken, please fix asap :) (svn 14195)

    21:25:25 @ chefkoch : yup, i changed some id's and changed the browsing/loading behaviour for saved playlists
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,635
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    Hi

    here are the ids for music-screens, these are now the same for musicgenre and for musicfiles:
    Code:
            <description>Search</description>
            <type>button</type>
            <id>8</id>
            <label>137</label>
    
            <description>Play CD</description>
            <type>button</type>
            <id>12</id>
            <label>890</label>
    
            <description>Eject Disc</description>
            <type>button</type>
            <id>13</id>
            <label>654</label>
            <action>100</action>
    
            <description>Now playing</description>
            <type>button</type>
            <id>11</id>
            <label>4540</label>
            <hyperlink>510</hyperlink>
    
            <description>Current Playlist</description>
            <type>button</type>
            <id>9</id>
            <label>4555</label>
            <action>33</action>


    you also can add the My Playlist button in music now to all screens (musicfiles, musicgenre and musicplaylist:
    Code:
            <description>My Playlists</description>
            <type>button</type>
            <id>10</id>
            <label>983</label>

    same for playlists in video
    Code:
            <description>My Playlists</description>
            <type>button</type>
            <id>9</id>
            <label>983</label>

    you also can have a look at the b2-skins.

    regards
    chefkoch
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    UPDATE

    I just uploaded a new version that should fix the complete lock of the GUI, when trying to change view in mymusic and myvideo.
    Other then that there are no biger changes, have been taking a short brake from the skining.


    Version 0.8

    Changes:

    - Centerd volume bar in fullscreen tv and video
    - Fixed togglebutton texture not show in mytvhome (TVE2).
    - Fixed playlist goes utside of screen in mymusicplaylist
    - Fixed bottombar lapping over preview screen information in mymusicplaylist and mymusicsongs.
    - Fixed dubble selected label in mymusicsongs.
    - Adjusted tumbs in TVSeries plugin.
    - Fixed alot of controls in mymusic och videos files to fix the lookgui bug after SVN MediaPortal-svn--04-19-2007--18-34-Rev14195. Warning! I dont know how this skin workes with stabel 2.2.0.0

    The new version will be avalible on MP main page soon as it has been validated.
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    sorry for getting a bit off topic but i noticed in your bugtracker page you have a link now

    spinsafe revolve 4:3

    so tell us the good news you porting the revolve skin to 4:3?
    ;) Yes i have been looking on the possibility to make a 4:3 skin of this skin, but it is VERY much work to do this. Dont hold you thumbs to hard that it will come before the end of the summer.
    Its all about time.

    cheers and grats for the best looking skin out there imo.
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    OK maybe the new version did not fix the lock GUI bug. When i test it before i worked like a charm so i thougth i solved it. But now it gets loked again. Sorry about this.
    Is this becouse if the chages of the playlists or is it a bug in the core? Same thing happends in every other skin exept BlueTwo and BlueTwo Wide.
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    ;) Yes i have been looking on the possibility to make a 4:3 skin of this skin, but it is VERY much work to do this. Dont hold you thumbs to hard that it will come before the end of the summer.
    Its all about time.
    thumbup.gif
     

    Users who are viewing this thread

    Top Bottom