Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 10 of 10

Thread: Enigma2 Plugin: AutoResolution

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    RSP Enigma Team EnF70's Avatar
    Join Date
    18 Nov 2008
    Posts
    103
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Enigma2 Plugin: AutoResolution

    [English]

    Description:
    A plugin for automatically changing the video mode according to the format of the selected channel.

    Install:
    1) Copy AutoRes.tgz on Kathy in /tmp
    2) Execute: tar zxvf /tmp/AutoRes.tgz -C /
    3) Invoke "Restart GUI" from Menu

    Config:
    Menu -> Setup -> System -> Autoresolution...

    Contribution:
    I've adapted and tested this plugin for E2 Kathy. (minor changes, just to get it running)
    (I've kept the original plugin as 'plugin.py.orig' for reference)

    Notes:
    1) "iServiceInformation.sProgressive" is not implemented in E2 rev.600 and
    hence there is no difference yet between "576i" and "576p" - only one of them will work
    720p and 1080i are ok as they don't have both "i" and "p".

    2) "576i" cannot be selected as target by default as it's missing from
    /usr/lib/enigma2/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
    You'll need to add this video mode manually if you want to use it:
    For instance (in VideoHardware.py)
    modes["HDMI"] = ["576i", "576p", "720p", "1080i", "1080p"]
    widescreen_modes = set(["576i", "576p", "720p", "1080i", "1080p"])
    You'll see that "576i" is not present in these two lists.
    (Caution: Some TV sets don't support this video mode)

    [Romana]

    Se poate folosi acest plugin pentru schimbarea automata a modului video
    in functie de formatul canalului selectat.

    Instalare:
    1) Se copiaza AutoRes.tgz pe Kathy in /tmp
    2) Se executa: tar zxvf /tmp/AutoRes.tgz -C /
    3) Se da "Restart GUI" din menu

    Configurare:
    Menu -> Setup -> System -> Autoresolution...

    Am adaptat si testat acest plugin pentru E2 Kathy.
    Modificari minime, cat sa functioneze bine.
    (am pastrat plugin-ul original sub numele 'plugin.py.orig')

    Note:
    1) "iServiceInformation.sProgressive" nu este implementat in E2 rev.600 si din
    acest motiv nu se poate face deocamdata distinctie intre 576i si 576p.
    720p si 1080i sunt ok - pentru ca nu au si "i" si "p".

    2) Pentru cine doreste "576i" in loc de "576p", acest mod trebuie adaugat in
    /usr/lib/enigma2/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
    De exemplu (in VideoHardware.py)
    modes["HDMI"] = ["576i", "576p", "720p", "1080i", "1080p"]
    widescreen_modes = set(["576i", "576p", "720p", "1080i", "1080p"])
    O sa vedeti ca "576i" nu apare in lista (Atentie: unele TV-uri nici nu-l suporta).

    AutoRes.zip
    Last edited by zildan; 30-12-08 at 01:05.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •