Enigma 2 - Feature Requests

Neue Funktionen gewünscht?

    1. Dreambox Changelogs 46

      • Reichi
    2. Replies
      46
      Views
      46k
      46
    3. stonebox

    1. FFmpeg statt GStreamer 24

      • Rotarum
    2. Replies
      24
      Views
      12k
      24
    3. dhwz

    1. DreamboxTWO als WLAN AP 3

      • homeuser2003
    2. Replies
      3
      Views
      502
      3
    3. gutemine

    1. Moviecut kann keine Radioaufnahme schneiden 2

      • Goodspirit
    2. Replies
      2
      Views
      1.3k
      2
    3. Seebueb

    1. TXT subtitles setup 63

      • bambike
    2. Replies
      63
      Views
      9k
      63
    3. alpha

    1. Ausschlussliste für EPG 1

      • prozessor
    2. Replies
      1
      Views
      949
      1
    3. Sven H

    1. SignalFinder

      • EnoSat
    2. Replies
      0
      Views
      877
    1. Encrypted channels in the channel list(oe2.5/oe2.6) DREAMOS 5

      • akk
      • akk
    2. Replies
      5
      Views
      1.9k
      5
    3. dhwz

    1. Filmsortierung und Ordner 1

      • DM900er
    2. Replies
      1
      Views
      1.2k
      1
    3. Dibagger

    1. nach Kanalsuche auf letzten Sender wechseln (OE2.6) 26

      • Sven H
    2. Replies
      26
      Views
      7.9k
      26
    3. latte0815

    1. Icon in UPnP-Beschreibung

      • cweiske
    2. Replies
      0
      Views
      2k
    1. openbh 2

      • antrabe
    2. Replies
      2
      Views
      1.7k
      2
    3. Olove

    1. Externer IR Sensor - FLIRC Support 7

      • alpha
    2. Replies
      7
      Views
      4.7k
      7
    3. cooliemueller123

    1. Let's Encrypt (letsencrypt) 6

      • Win a 2
    2. Replies
      6
      Views
      2.9k
      6
    3. Win a 2

    1. Equaliser plugin

      • athart
    2. Replies
      0
      Views
      810
    1. Implementing flatpak support 1

      • max95100
    2. Replies
      1
      Views
      1.4k
      1
    3. gutemine

    1. How to take Screen shot of 4K Channel on dm520 5

      • athart
    2. Replies
      5
      Views
      2.5k
      5
    3. gutemine

    1. Zugang HbbTV in Radio-Ansicht

      • jheiler
    2. Replies
      0
      Views
      748
    1. (gelöst) Infobar mit OK Taste dauerhaft anzeigen 24

      • nente
    2. Replies
      24
      Views
      21k
      24
    3. Kiki88

    1. Plugin to play 4k Services on dm520 1

      • athart
    2. Replies
      1
      Views
      1.2k
      1
    3. ketschuss

    1. Plugins to translate audio to produce live subtitles

      • athart
    2. Replies
      0
      Views
      1k

Label

Display Options

Recent Activities

  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    Calculate with fix width like 180 is not a good idea, because this value is not equal in all skin resolutions and fonts.

    So the developer has use the "00:00 - 00:000" as a solution and it is not an issue.
    You don't have to frantically look for another…
  • Andro1

    Replied to the thread Issue in ServiceList.py.
    Post
    Maybe this was my mistake, as I tested these changes on an image that already had some differences from the original image. :winking_face:

    However, I found a solution for the original Images that maintains the correct "HH:MM - HH:MM" format while ensuring the text is…
  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    Have you tested your changes to "00:00 - 00:00" ?
    I think not :winking_face:

    If i change the textTpl to "00:00 - 00:00" the width for the time-text is to small.
    (screenshots from Default-FHD skin)
  • Andro1

    Replied to the thread Issue in ServiceList.py.
    Post
    Thank you for your comment! I agree with you that the purpose of textTpl is to calculate the required width for the addtimedisplay text correctly, and the idea of using a string to determine the maximum width makes sense.
    However, I think "00:00 - 00:000"…
  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    I think it is not an issue.
    The textTpl is used to calculate the needed addtimedisplayWidth to show the addtimedisplay-Text.
    With "00:00 - 00:000" you can set the max. of width for all values (begin - end time) to get the best calculated needed width.