[Configuration] Refreshrate Changer (1 Viewer)

-Manfred-

Retired Team Member
  • Premium Supporter
  • May 15, 2007
    728
    343
    Home Country
    Finland Finland
    First check your logs, make adjustments/corrections if needed and then report.

    From your log after stopping movie: RefreshRateChanger.SetRefreshRateBasedOnFPS: could not find a matching refreshrate based on 0 fps (check config)
     

    Damandan

    Portal Pro
    May 19, 2007
    111
    12
    39
    Tegelen
    Home Country
    Netherlands Netherlands
    My config has these lines in mediaportal.xml:

    <entry name="autochangerefreshrate">yes</entry>
    <entry name="notify_on_refreshrate">no</entry>
    <entry name="use_default_hz">yes</entry>
    <entry name="devicereset">no</entry>
    <entry name="force_refresh_rate">no</entry>
    <entry name="default_hz">NTSC_hz</entry>
    <entry name="CINEMA_fps">23.976;24</entry>
    <entry name="CINEMA_hz">24</entry>
    <entry name="refreshrate01_ext">ResSwitch.exe /WIDTH:1920 /HEIGHT:1080 /FREQ:24 /DEPTH:32 /RESET</entry>
    <entry name="refreshrate01_name">CINEMA</entry>
    <entry name="PAL_fps">25</entry>
    <entry name="PAL_hz">50</entry>
    <entry name="refreshrate02_ext">ResSwitch.exe /WIDTH:1920 /HEIGHT:1080 /FREQ:50 /DEPTH:32 /RESET</entry>
    <entry name="refreshrate02_name">PAL</entry>
    <entry name="NTSC_fps">29.97;30</entry>
    <entry name="NTSC_hz">60</entry>
    <entry name="refreshrate03_ext">ResSwitch.exe /WIDTH:1920 /HEIGHT:1080 /FREQ:60 /DEPTH:32 /RESET</entry>
    <entry name="refreshrate03_name">NTSC</entry>
    <entry name="TV_fps">25</entry>
    <entry name="TV_hz">50</entry>
    <entry name="refreshrate04_ext">ResSwitch.exe /WIDTH:1920 /HEIGHT:1080 /FREQ:50 /DEPTH:32 /RESET</entry>
    <entry name="refreshrate04_name">TV</entry>

    So the config file seems to be alright. It's all set the way I want it. No entry with 0 FPS what so ever.
     

    -Manfred-

    Retired Team Member
  • Premium Supporter
  • May 15, 2007
    728
    343
    Home Country
    Finland Finland
    You have to put numbers on that default refresh rate box, like 60. Use configuration tool rather than manually changing.

    This <entry name="default_hz">NTSC_hz</entry> should be <entry name="default_hz">60</entry>
     

    Damandan

    Portal Pro
    May 19, 2007
    111
    12
    39
    Tegelen
    Home Country
    Netherlands Netherlands
    Ah Ok, I did use the configuration tool at first. Until I had troubles and then decided to change the values in the XML file because of the Automatic Refreshrate Changer thread where someone got it working by using entries in the XML file directly. I thought that I have always had a hz-description (eg. NTSC_hz) in the field for default hz, but I could be mistaken. Thanks for the help, much appreciated.
     

    Users who are viewing this thread

    Top Bottom