Posts by dre

    Here's my feedback:

    Code
    srvRef = eServiceReference(ref.toString())

    No added value compared to Dr.Best's implementation.

    Code
            epgcache = self.epgcache
            getEvent = self.getEventTuple

    You just assign a function/instance to a variable with no added value.


    Code
            max_offset = self.max_search_offset  # Step size for searching
            max_limit = self.max_search_limit    # Maximum total search range

    No added value to assign to variable known to this function only.


    Code
    while len(contentList) < self.eventcount and total_offset < max_limit:

    Just a simple example: Skinner sets event count to 10 and maxSearchOffset to 1 hour. You have 2 events within the timespan.


    len(contentlist) will never reach 10 and you'll loop forever. As you have two limits introduced (quantity and time), you have to be more careful.


    Either you have to ensure that only one of the two can be provided or you must cover the cases properly.


    Code
                        next_event = epgcache.lookupEventTime(srvRef, next_time + offset)
                        if next_event:
                            found_event = next_event
                            break

    why do you assign next_event to found_event? you can work with next_event the whole time.


    And last one: I'm not a fan of try/except. There are cases where it makes sense but here I don't see why it should be required.

    The developer added 9 "wait" files to the spinner folder, and now the system is telling me that the file wait10.png is missing. How can I get it?!

    The developer did not add the file notification_mail.png. How can I get it?!

    The developer did not add the files (ico_dvb_s-fs8, ico_dvb_c-fs8, ico_dvb_t-fs8, ico_service_group-fs8). How can I get them?!

    The developer did not add RassLogo and state. How can I get them?!

    Generate them yourself? If warnings that do have zero impact on any functionality of your dreambox are an issue for you, then it's a simple two liner (and one import) to get rid of most of them. E.g. the icons for reception type have been added that skinners who would like to show them in channellist can do that easily but they have never been included by default.


    Jan 26 15:43:08 dm520 enigma2[150]: WARNING! ConfigEnableDisable is deprecated, please use ConfigOnOff instead!

    This is a warning that is very helpful and tells devs that they should no longer use ConfigEnableDisable. This is not a but but a very important information.

    You don't get my statement. I was referring to your statement that all "amateur" devs are not as good as the dream devs were. I highly doubted your statement! Not sure if you have ever heard of gutemine, Dr.Best, mechatron, ...they all have provided a lot for Dreamboxes and I would call them highly skilled devs.

    Die aktuellen BT-Dongle Revision C haben ja nun eine Antennenbuchse bestückt.


    Welcher Typ ist das denn jetzt genau, IPX4?


    Eine aus der Fritzbox 7170 ausgebaute Antenne passt jedenfalls leider nicht.

    ich hatte noch eine WLAN-Antenne aus einem alten iMac in meiner Bastelkiste. Der Stecker passt ebenfalls nicht

    Und du solltest schon konsistent sein in deiner Fragestellung. Über den Streamingserver kannst du nicht mehrere Streams zur Verfügung stellen. Im internen Netz muss aber auch nicht die Qualität verändert werden

    Ich hab was von delock gesehen. Kostet allerdings ein bisschen mehr als 5 €.


    alpha : 5 m direkt vor der Box kann ich dir nicht beantworten. Ich kämpfe mit den üblichen Problemen wie doppeltes Senden des Befehls, oder dass die Verbindung mal kurz weg ist. Batterie ist natürlich auch einiges schneller leer als bei einer IR-Fernbedienung

    Das sind jetzt zwei Aussagen in einer. Ja, Dongle funktioniert und hat schon immer funktioniert. Die Empfangsleistung ist mal so, mal so. Daher ja auch die Frage von LazyT nach dem Stecker. Denn, wenn sich die Empfangsleistung verbessern lässt mit einer externen Antenne, dann schadet das sicher nicht.

    Interessant. Aufgrund deines Posts habe ich meine Box aufgeschraubt und durfte zu meiner Überraschung feststellen, dass auch ich einen Rev. C Dongle habe. Ich werde mich auch mal auf die Suche machen, was denn das für ein Stecker sein könnte.