ReVision / Replicant v1.1.8. (16 Viewers)

seven5

Portal Pro
April 23, 2007
72
0
47
and thers no auto scan...
Yes it is, in the configuration.

maybe i'm crazy, but i dont see the option to have movies auto scan anywhere.

Maybe i missunderstod what you ment but, what i ment was that you could autocan selected folders in the configuration by go to movies->Movie database->"scan"-tab->(select the folders) and then press "update database from selected shares".

Nah, i want the folders scanned automatically, so that when i add a movie, it gets picked up. So i dont have to go in and manually do it.
 

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    Is there a setting somewhere that I can adjust to add a fourth series to the list. Don't know if it's my setup, just would like to fill the bottom space. Thanks again.
    If you open up the TVSeries.xml and adjust the width of the album subtype list control (near the bottom of the xml), you will notice that the width and height of each series image changes. Currently it displays corrrectly at 1366x768 res.
     

    mackey

    Retired Team Member
  • Premium Supporter
  • May 1, 2006
    456
    177
    right there
    Home Country
    Denmark Denmark
    Hi Psycho Reptile
    I have made a change in the MyLyrics plugin so the information for the next played song wont be visible in wide or editor mode when using the ReVision skin. However the id for the control anmed "up next label" is set to 20 in ReVision's MyLyrics.xml which is identical to the id for the lyrics text area. I had to change this value to 22, so the label disappears as intended. I shipped the changed MyLyrics.xml of ReVision in my next release. If you likewise change the id for the "up next label" in the next release of your great skin, it would be great.
     

    seven5

    Portal Pro
    April 23, 2007
    72
    0
    47
    Psych Reptile, I've been trying to read up on skinning, and i'm curious if this kind of thing is possible.

    View attachment 6683

    This is currently in XBMC, and the view is really nice. You get to take advantage of all that metadata while browsing, rather than checking it for each movie.

    Anyways, i was curious, if this can be done, or if that kind of view has to be provided by MediaPortal core. Can you acess that info for each movie directly?

    I'd like to work on something like this for ReVision

    thanks!
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    Yes it can be accessed direct, just look at the DialogeVideoInfo variables with '#' in front of it can be accessed.

    For example

    Code:
             <control>
    		<description>Director value</description> 
    		<type>label</type> 
    		<id>1</id> 
    		<posX>360</posX> 
    		<posY>430</posY> 
    		<label>#director</label> 
    		<font>font13</font> 
    		<textcolor>FFFFFFFF</textcolor> 
    	</control>
     

    seven5

    Portal Pro
    April 23, 2007
    72
    0
    47
    hmmm, but can this be edited in the MyVideos.xml view? I'd like to create a new listing view, like the one i posted above..
     

    seven5

    Portal Pro
    April 23, 2007
    72
    0
    47
    ok, heres a really rough version of what i was speaking of... I dont think it needs to have that much metadata, but its something to work with...

    The problem i have is that i'm editing the myvideoTitle.xml, this of course shows these items everywhere.

    Is there a way to kind of create my own view? So it appears in the Layout, like MetaList or something?

    View attachment 6684


    Let me know what you guys think. Its really nice browsing this way, because you get all that great data right there while browsing, instead of having to hit info.
     

    mcbelly

    MP Donator
  • Premium Supporter
  • June 29, 2006
    190
    5
    Home Country
    Germany Germany
    Great ! Far better thing, than the "standard" MyVideo thing. I´d prefer to see it that way...
     

    Users who are viewing this thread

    Top Bottom