movie-länge nich mehr angezeigt

  • Nach heutigem update wird die movie-länge in RecordedFiles-list nich mehr angezeigt. Oder ist irgendwo einstellbar?

    DM8000 4xS2, SSD-160, NAS(qnap119) /Lowfat: PLi3 Merlin OE2+GP OoZooN...
    Most used plugins: MQBvu AMS Pzymail PiPzap CoolTV CrossEpg Dreamexpl.

  • Ist mir mal so gar nicht aufgefallen...
    Ghost hat ein Widget falsch positioniert...


    Code
    res.append(MultiContentEntryText(pos=(width, 50), size=(270, 20), font=1, flags=RT_HALIGN_RIGHT, text=len))


    in der Components/MovieList.py sollte wohl

    Code
    res.append(MultiContentEntryText(pos=(width-270, 50), size=(270, 20), font=1, flags=RT_HALIGN_RIGHT, text=len))


    heißen.

    Homescreen eurer Apple-Geräte noch nicht voll genug?


    dreaMote: Fernbedienung für Dreamboxen
    Mobile WOL: Wake-on-LAN Client für iOS mit optionalem Widget
    My Home Remote: Fernkontrolle für Homematic CCU/CCU2 optimiert für mobile Benutzung

  • Danke :smiling_face:

    DM8000 4xS2, SSD-160, NAS(qnap119) /Lowfat: PLi3 Merlin OE2+GP OoZooN...
    Most used plugins: MQBvu AMS Pzymail PiPzap CoolTV CrossEpg Dreamexpl.