ReVision / Replicant v1.1.8. (3 Viewers)

xemumanic

Portal Pro
March 19, 2006
100
0
East Strondsburg PA
Home Country
United States of America United States of America
This looks like a great update, and using inno setup helps with update automation.
My only issue is that the time on the TV OSD doesn't fit in 1920x1080 resolution. Other than that, I can't find much of an issue with this skin.
 

tipstir

Portal Pro
May 5, 2007
148
2
Home Country
United States of America United States of America
Good choice of colors here they would look excellent on the MediaMVP..
 

ccMatrix

Portal Pro
November 9, 2006
97
10
43
I'll try and squash that msgbox popup in the next release, it's just letting you know that there already is a ReVision folder in the skins directory ;).

Just add a line with
Code:
DirExistsWarning=no
to the [Setup] section and the warning will go away. It might be a good idea to check for the mediaportal.exe file in the selected folder to verify that it is installed in the correct folder.

Code:
function NextButtonClick(CurPageID: Integer): boolean;
begin
  result := true;
  if (CurPageID = wpSelectDir) then
  begin
    if not (FileExists(wizardform.DirEdit.text+'\mediaportal.exe')) then
    begin
      MsgBox('Please select the folder where you have installed MediaPortal!', mbError, MB_OK);
      result := false
    end;
  end;
end;

Greetings,
Benjamin
 

JulianBuss

Portal Pro
November 14, 2004
136
2
Hi, just tried revision 1.1 with SVN 14689.
First I have to admid: the new colors are a good choice indeed. I always preferred the old colors and tried the new ones only on my notebook, but it's a huge different if I look at the skin on the small notebook screen compared to the big 16:9 TV :)

But I have issues with the 1.1 release on SVN 14689: the "Lyrics" view is a mess, I see many placeholders overlayed by the lyrics text.

In "TV series" I have many placeholders saying "Hier fehlt text", too.

Am I doing something wrong?
 

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    Just a quick visit...

    @ cacash, please explain, addend = add, append or ammend? I've gone through the xml for my dreambox for this release, so it should be pretty close to working, but I don't use this plugin. Screenshots?

    @ ccMatrix, thanks for the tips, first time I'm using Inno Setup ;).

    @ JulianBuss, the latest supported versions of plugins is in the Release History (2nd screen of the installer) ;).

    @ DarkWader, thanks for helping out.

    I'll check back soon...
     

    kalinium1

    MP Donator
  • Premium Supporter
  • January 10, 2007
    114
    0
    Tel Aviv
    Home Country
    Israel Israel
    Hi Psycho, hope your moving went well, and that nothing serious got broken :)
    When you have the time, can you check out the world map plugin, and the traffic plugin?
    Thanks!
     

    Psycho Reptile

    Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    I'm back for the weekend, I'm off to Ireland next week...
    The move was stressful, but successful - thanks for the kind wishes everyone.

    kalinium1, I'll have a look and post something soon ;). (Nothing broke :))
     

    Users who are viewing this thread

    Top Bottom