[MOD] FusionMP (StreamedMP with Aeon elements) (2 Viewers)

Vergo

Portal Pro
August 30, 2005
162
59
Brugge
Home Country
Belgium Belgium
Thanks all for the feedback!

@ emphatic: I'll fix both asap
uncertainty: The year is already shown between brackets in the title of the movie. I'll look into the title being cut off, I suppose the height of the label is too high
hermy65: Multiplex view could maybe be possible, I'll look into it to replace the small icon view
papas:
b) It doesn't say watched, it says watch and it's a button. The concept is to add more buttons once MovPics supports them (such as RATE MOVIE, TRAILER)
c/d) I definitely want to add that, but I have no clue where to put it. The lower right hand side & left side are reserved for logos in 0.8.0.0
 

RoXoR

MP Donator
  • Premium Supporter
  • August 3, 2008
    347
    23
    B-W
    Home Country
    Germany Germany
    Hi Vergo,
    thanks for your mod :) but the MovingPics logos won't shown. (G.png, PG.png...)
     

    Vergo

    Portal Pro
    August 30, 2005
    162
    59
    Brugge
    Home Country
    Belgium Belgium
    Hi Vergo,
    thanks for your mod :) but the MovingPics logos won't shown. (G.png, PG.png...)

    Start up Moving Pictures Configuration and look at the movie file if the Certification field is filled in.
    IMDB Source will automatically put G, PG, PG-13,... Other sources don't or use other names, in this case, you'll have to rename the files so that they have the exact same name as shown in the configuration
     

    sergiocos

    Portal Pro
    March 31, 2009
    53
    5
    Targoviste
    Home Country
    Romania Romania
    dunno why, but after overwriting the Moving Pictures files i have the Runtime in other lang (dutch, i think). How can i fix this?
    picyrl.jpg
     

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    look for the following in movingpictures.views.xml


    - <control>
    <description>Runtime</description>
    <type>label</type>
    <id>0</id>
    <posX>270</posX>
    <posY>675</posY>
    <width>300</width>
    <font>mediastream11tc</font>
    <label>#MovingPictures.SelectedMovie.extra.runtime.hour Uur, #MovingPictures.SelectedMovie.extra.runtime.minute Minuten</label>
    <visible>facadeview.list+Control.IsVisible(50)</visible>
    </control>


    and change Uur and Minuten to Hour(s) and Minutes then it should be oke

    Vergo

    please be aware that most of the users use english text



    btw here are the certification logos for german users
    when u save them save them as: 0.png 6.png 12.png 16.png 18.png
     

    Attachments

    • 0.png
      0.png
      10 KB
    • 6.png
      6.png
      11.8 KB
    • 12.png
      12.png
      13.3 KB
    • 16.png
      16.png
      14 KB
    • 18.png
      18.png
      12.5 KB

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    Certification Logos for Australia
     

    Attachments

    • mpaa_pg13b.png
      mpaa_pg13b.png
      6.2 KB
    • australia_r.png
      australia_r.png
      6.9 KB
    • australia_pg.png
      australia_pg.png
      5.4 KB
    • australia_ma.png
      australia_ma.png
      7.6 KB
    • australia_m.png
      australia_m.png
      6.2 KB
    • australia_g.png
      australia_g.png
      5.4 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,717
    1,178
    Alingsås
    Home Country
    Sweden Sweden
    look for the following in movingpictures.views.xml


    - <control>
    <description>Runtime</description>
    <type>label</type>
    <id>0</id>
    <posX>270</posX>
    <posY>675</posY>
    <width>300</width>
    <font>mediastream11tc</font>
    <label>#MovingPictures.SelectedMovie.extra.runtime.hour Uur, #MovingPictures.SelectedMovie.extra.runtime.minute Minuten</label>
    <visible>facadeview.list+Control.IsVisible(50)</visible>
    </control>


    and change Uur and Minuten to Hour(s) and Minutes then it should be oke

    @Vergo

    please be aware that most of the users use english text



    btw here are the certification logos for german users
    when u save them save them as: 0.png 6.png 12.png 16.png 18.png

    Or use "#MovingPictures.SelectedMovie.extra.runtime.en.pretty" instead.

    Code:
    <control>
      <description>Runtime</description> 
      <type>label</type> 
      <id>0</id> 
      <posX>270</posX> 
      <posY>675</posY> 
      <width>300</width> 
      <font>mediastream11tc</font> 
      <label>#MovingPictures.SelectedMovie.extra.runtime.en.pretty</label> 
      <visible>facadeview.list+Control.IsVisible(50)</visible> 
      </control>

    Emph
     

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    Certification Logos for UK
     

    Attachments

    • uk_U.png
      uk_U.png
      8.9 KB
    • uk_PG.png
      uk_PG.png
      8.1 KB
    • uk_18.png
      uk_18.png
      10.4 KB
    • uk_15.png
      uk_15.png
      10.5 KB
    • uk_12A.png
      uk_12A.png
      10 KB
    • uk_12.png
      uk_12.png
      10.5 KB
    • uk_UC.png
      uk_UC.png
      9.2 KB

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    Or use "#MovingPictures.SelectedMovie.extra.runtime.en.pretty" instead.

    Code:
    <control>
      <description>Runtime</description> 
      <type>label</type> 
      <id>0</id> 
      <posX>270</posX> 
      <posY>675</posY> 
      <width>300</width> 
      <font>mediastream11tc</font> 
      <label>#MovingPictures.SelectedMovie.extra.runtime.en.pretty</label> 
      <visible>facadeview.list+Control.IsVisible(50)</visible> 
      </control>

    Emph

    also possible offcourse :)
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    The screenshots look very nice, great work!

    best regards
    cul8er
     

    Users who are viewing this thread

    Top Bottom