DreamLegacy allows building e2 based on last publicly available sources
Posts by dre
-
-
Für movielist.m3u klappt das, aber ich denke, im WebIf selber braucht es den /. Vielleicht finde ich mal noch Zeit, das kurz genauer anzuschauen.
Wiedergabe scheint auch so zu klappen. Ich passe das mal an.
-
Keine Sorge, dass checkt dort schon niemand so ein
-
Das ist einfach: wenn deine Festplatte nicht eingehängt ist, passiert genau das
-
It does not improve anything for all users who use a different language then English as SvenH correctly explained. So, you have fixed something that very likely nobody even had an issue with but introduced a new problem.
-
Max11: you shouldn't make suggestions if you have no clue. Nothing has changed with regards to DreamOS. Core is closed source, python part is open source...
-
It's been comfirmed by others that it is working. So, you have to ensure your setup is properly done (ssh).
And again: this is from dev for dev.
-
-
This post is from dev for dev
Project DreamLegacy
Setting up a build environment for opendreambox (pyro/krogoth) from scratch and building DreamOS images has not been possible for quite some time due to no longer available repositories on git.opendreambox.org.
In order to keep Dream's legacy alive I have decided to move all repositories - including those formerly hosted on git.opendreambox.org - to my own github and fix the build process.
This repository only fixes issues and does not provide any updated packages. Requirements for host system are unchanged.
Just clone opendreambox repository to start like you did when using the original repository:
Krogoth
Pyro
Important: This repository is to build DreamOS images for original hardware (DM52x, DM820, DM9x0, DM7080, One, Two). Any other use is forbidden.
-
It's only too late for those who don't understand advantages of plugins to provide funtionality that only some users need..
-
-
Clone repository https://github.com/picons/picons and generate picons yourself as described in the readme.
Then copy them via ftp to /data/picon
-
Here's my feedback:
No added value compared to Dr.Best's implementation.
You just assign a function/instance to a variable with no added value.
Codemax_offset = self.max_search_offset # Step size for searching max_limit = self.max_search_limit # Maximum total search rangeNo added value to assign to variable known to this function only.
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.
Codenext_event = epgcache.lookupEventTime(srvRef, next_time + offset) if next_event: found_event = next_event breakwhy 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.
-
Den FileBrowser kannst du über die Softwareverwaltung (blaue Taste) installieren. Alternativ kannst du auch DreamExplorer installieren
-
Da ich eine Buildumgebung habe, baue ich meine Packages immer dort. Da brauch ich nur ein bitbake-recipe und den Rest erledigt bitbake
-
Imagine the devs had added the two lones of code...you would not even realise that you could provide additional image files
-
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.
-
And about 50 percent of what you claim to be errors are missing files of your skin
-
You can always use an Open* image. They are based on older sources with the dat file. But I really don't get your drama here.
-
You cannot convert it and it wouldn't be used anyway