Dreambox DM8000 HD PVR

    1. Dreambox Changelogs 46

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

    1. Externe Festplatte wieder einbinden 2

      • chris87
    2. Replies
      2
      Views
      1k
      2
    3. mimisiku

    1. DM 800 HD Festplatte funktioniert nicht mehr 37

      • Bojesse
    2. Replies
      37
      Views
      5.4k
      37
    3. Fred Bogus Trumper

    1. Alte DM 8000 19

      • Sarpie
    2. Replies
      19
      Views
      8k
      19
    3. pepsifreak

    1. Dreambox DM8000 nach 13 Jahren mal Updaten 3

      • Totowood
    2. Replies
      3
      Views
      1.1k
      3
    3. mimisiku

    1. Dreambox DM8000 HD PVR 1

      • rich1307
    2. Replies
      1
      Views
      996
      1
    3. Schnubbel

    1. DM8000 bootet mit eingebauter HD nicht mehr

      • elgonzo
    2. Replies
      0
      Views
      456
    1. DVB-C/T2 Dual Tuner fur DM8000HD 6

      • parienti
    2. Replies
      6
      Views
      3.1k
      6
    3. wolle565

    1. Dreambox 800SE 26

      • Topic
    2. Replies
      26
      Views
      7.7k
      26
    3. mimisiku

    1. Überlappende Timer / Standby und Deep Standby / ältere Aufnahme "gewinnt" 6

      • elisenjens
    2. Replies
      6
      Views
      2.2k
      6
    3. elisenjens

    1. Dreambox 8000 5

      • Mike Fenster
    2. Replies
      5
      Views
      2.2k
      5
    3. mimisiku

    1. Nachfolger DM8000 3

      • ockero
    2. Replies
      3
      Views
      1.7k
      3
    3. ockero

    1. DreamBox crash DM8000 15

      • gummate
    2. Replies
      15
      Views
      4.1k
      15
    3. Schnubbel

    1. DM8000 genuine box 2

      • gummate
    2. Replies
      2
      Views
      1.4k
      2
    3. gummate

    1. Fernbedinnung für die Dreambox 8000, Taste Ein/Aus funktioniert nicht 5

      • danieljan60
    2. Replies
      5
      Views
      2.7k
      5
    3. Myshel

    1. DM 8000 noch zu retten? 38

      • robby_WOOD
    2. Replies
      38
      Views
      12k
      38
    3. mimisiku

    1. Kanallisten: Alternativen hinzufügen 9

      • inte
    2. Replies
      9
      Views
      4.9k
      9
    3. m0rphU

    1. Festplatten > 2TB 22

      • BrightCGN
    2. Replies
      22
      Views
      13k
      22
    3. Dibagger

    1. DM8000 Dreamup-Fehlermeldung "invalid argument to date encode"

      • turbocarl69
    2. Replies
      0
      Views
      1.1k
    1. Remote control dm8000 2

      • antrabe
    2. Replies
      2
      Views
      3.1k
      2
    3. DENY HALISON PONTIN

    1. Suggestion of ISDB-T and DVB-C Annex B (American Standard) USB tuner for dreambox models DM8000HD, DM7020HD. 3

      • DENY HALISON PONTIN
    2. Replies
      3
      Views
      2.5k
      3
    3. DENY HALISON PONTIN

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.