 | 67075 Posts in
10530 Topics by 6408
Members
- Latest Member: vilagi100
| July 09, 2025, 11:49:01 AM |
|  |
 |
|  |
 | |  | |
Pages: [1] 2 3 4 5 6 ... 10
1
« Last post by LuxSat on July 04, 2025, 08:38:49 AM »
★ XDREAMY AiO - Enigma2 Universal Setup Wizard ★
Version 1.4 - Developed by M.Hussein
=============================================================
Tired of setting up your Enigma2 box from scratch after every flash? Say hello to XDREAMY AiO – a smart, fully automated script that gets your box production-ready in just one click.
wget -q --no-check-certificate https://raw.githubusercontent.com/Insprion80/Skins/main/xDreamy/XDREAMY_AiO.sh -O - | /bin/sh What this script does:
🔌 Network Configuration:
• Auto-detect LAN subnet and set static IP • Set DNS (8.8.8.8, 9.9.9.9) • Set root password to 'root'
🌍 System Localization:
• Detect city and timezone via IP • Sync time using NTP • Force language to en_EN (English) • Keep only local + ar + en locales
🔧 System Optimization:
• Remove unnecessary bloatware
📦 Plugin & Skin Installer:
• Update feeds and install dependencies • Install xDreamy, AJPanel, Transmission, etc. • Apply xDreamy skin
🗂 Log saved to: /tmp/XDREAMY_AiO.log
⏱ Starting script execution... Please wait while XDREAMY_AiO prepares your image (this may take 1–2 minutes)...7
==> Detecting Basic System Info...
✔ Image : openatv ✔ Box Model : sf8008 ✔ Python : 3.13.5 ✔ Network Interface: eth0 ✔ Local Language : ar
==> Setting Network IP and Account Password...
[ ✖ ]
• Setting static IP address to 192.168.1.10 [ ✔ ] • Setting DNS servers: Primary 8.8.8.8, Secondary 9.9.9.9 [ ✔ ] • Setting root password to 'root' [ ✔ ]
==> Locale Configuration...
• Set default language to English [ ✔ ]
Removed locale/: *
• Clean unused languages [ ✔ ]
==> Detect Geolocation and Timezone...
✔ Location : Cairo ✔ Timezone : Africa/Cairo ✔ Timezone saved to /etc/timezone • Stopping any NTP service [ skipped ] • Syncing time via pool.ntp.org [ ✔ ] • Restarting NTP service [ skipped ]
==> Removing bloatware....
• enigma2-plugin-extensions-atilehd [ ✔ ] • enigma2-plugin-extensions-dvdplayer [ ✔ ] • enigma2-plugin-extensions-mediaplayer [ ✔ ] • enigma2-plugin-extensions-pictureplayer [ ✔ ] • enigma2-plugin-extensions-mediascanner [ ✔ ] • enigma2-plugin-systemplugins-cablescan [ ✔ ] • enigma2-plugin-systemplugins-hotplug [ ✔ ] • enigma2-plugin-systemplugins-moviecut [ ✔ ] • enigma2-plugin-systemplugins-cutlisteditor [ ✔ ] • enigma2-plugin-systemplugins-audiosync [ ✔ ] • enigma2-plugin-systemplugins-multitranscodingsetup [ ✔ ] • enigma2-plugin-systemplugins-satfinder [ ✔ ] • enigma2-plugin-systemplugins-crashlogautosubmit [ ✔ ] • enigma2-plugin-systemplugins-frontprocessorupgrade [ ✔ ] • enigma2-plugin-systemplugins-networkwizard [ ✔ ] • enigma2-plugin-systemplugins-videomode [ ✔ ] • enigma2-plugin-systemplugins-videotune [ ✔ ] • enigma2-plugin-systemplugins-mphelp [ ✔ ] • enigma2-plugin-systemplugins-videoenhancement [ ✔ ]
==> Updating and Upgrading Image Feeds....
• Feed update [ ✔ ] • Feed upgrade [ ✔ ]
==> Installing Extensions....
• xz [ ✔ ] • curl [ ✔ ] • wget [ ✔ ] • ntpd [ skipped ] • transmission [ ✔ ] • transmission-client [ ✔ ] • python3-transmission-rpc [ ✔ ] • python3-beautifulsoup4 [ ✔ ] • enigma2-plugin-extensions-tmdb [ ✔ ] • enigma2-plugin-extensions-cacheflush [ ✔ ] • enigma2-plugin-extensions-epgtranslator [ ✔ ] • enigma2-plugin-systemplugins-serviceapp [ ✔ ]
==> Installing 3rd-party plugins
• XDREAMY Skin [ ✔ ] • Transmission [ ✔ ] • AJPanel [ ✔ ] • SubSSupport [ ✔ ] • Levi Multicam Manager [ ✔ ] • NCAM Emulator [ ✔ ] • EliSat Panel [ ✔ ]
==> Applying xDreamy as default skin
• Stopping Enigma2 [ ✔ ] • XDREAMY Skin set to default [ ✔ ] • Starting Enigma2 [ ✔ ]
✔ All tasks complete. ✔ Full log: /tmp/XDREAMY_AiO.log 🎉 Congratulations, XDREAMY AiO setup finished!
2
« Last post by LuxSat on July 03, 2025, 04:01:28 PM »
🆕 XDREAMY AiO – Version 1.3 Release Date: 2025-07-03 Filename: XDREAMY_AiO.sh Log Output: /tmp/XDREAMY_AiO.log
🐞 Bug Fixes Issue Fix ❌ Line 68 rap command not found ✅ Typo fixed: replaced rap with correct logic & countdown using read -t 1 -n 1 key ❌ Resolution setting caused crash or unwanted override ✅ Removed entirely – resolution left to user's decision ❌ Settings overwrite not always safe ✅ Backed up /etc/enigma2/settings as .bak before modifying ❌ Redundant plugin removal even if already removed ✅ Now opkg skips missing packages without logging errors ❌ Messy 3rd-party installer output ✅ Rewritten logging & command structure for clean summaries 🔧 Enhancements & Improvements 🔌 Network Configuration Static IP detection based on subnet (e.g., 192.168.X.10) Added smart skip if IP already set. DNS set to 8.8.8.8 and 9.9.9.9 Root password is set automatically to root with feedback
🌍 System Localization Auto-detect city and timezone using ipapi.co Automatically set timezone in /etc/timezone Force OSD language to English (en_EN) Keep only en, ar, and local language folders in: /usr/share/enigma2/po /usr/share/locale
⏱️ Time Sync Stops running NTP service (if any) Syncs time via ntpd -q -p pool.ntp.org Restarts NTP service if available
🧹 System Optimization Safely removes 20+ unnecessary system plugins and extensions Optimized logging with ✔️ / ✖️ / skipped indicators Skips already uninstalled packages
📦 Plugin & Skin Installer Feed update + upgrade with visual log Installs key tools: xz, curl, wget, ntpd transmission, python3-beautifulsoup4, etc. tmdb, cacheflush, epgtranslator, serviceapp
🌐 3rd-party Installers Clean installation and logging of: xDreamy Skin Transmission_e2 AJPanel SubSSupport Levi Manager
🎨 Skin Application Automatically sets config.skin.primary_skin=xDreamy/skin.xml Reloads Enigma2 with init 4 and init 3 for immediate effect
🗂 Script Structure & Usability Countdown prompt with keyboard interrupt support trap added for error reporting with line number Organized by sections: Header, Network, Localization, Bloatware, Extensions, Skin Full log output saved to: /tmp/XDREAMY_AiO.log wget -q --no-check-certificate https://raw.githubusercontent.com/Insprion80/Skins/main/xDreamy/XDREAMY_AiO.sh -O - | /bin/sh 📌 Notes Script now avoids system crashes by skipping any unsupported or already-configured sections. Smart use of opkg, sed, and curl allows dynamic execution per environment. Version 1.3 is stable, clean, and field-tested on OpenATV (sf8008). Bewerk bericht
3
« Last post by LuxSat on July 02, 2025, 12:55:43 PM »
Satellites.xml for Enigma²
Update 01-07-2025
Latest Satellites.xml 177.0W - 180.0E
Download in topposting
4
« Last post by LuxSat on July 02, 2025, 12:50:51 PM »
..:: 01.07.2025 ::..
:: ciefpsettings :: :: Enigma2 :: ciefp added a new version
Download in top posting  Please report broken links on the forum
5
« Last post by LuxSat on June 26, 2025, 01:15:06 PM »
XDREAMY v 5.9.7
XDREAMY v 5.9.7
What’s New in XDREAMY v5.9.7 The last update to the XDREAMY skin is packed with new features, improvements, and customization options to enhance your Enigma2 experience. Here’s what’s new:
✨ New Features & Enhancement
1. Handling a lot of users comments. 2. Refresh Transmission Plugin Screens. 3. Refresh a lot of internal screens. 4. Refresh Dynamic Keys Template to reduce code size. 5. Add Teamblue, openhdf, foxbob logos to installation script. 6. Reduce ipk size by compress more png files and remove useless png. 7. Some fixes and improvements.
Please report broken links on the forum Download in top posting
6
« Last post by LuxSat on June 23, 2025, 11:55:48 AM »
hdsuisse.2k for DreamBox ONE & TWO [OE2.6] Skin hdsuisse.2k for DreamBox ONE & TWO
2k -> Ver. 5.2 Update for the SimpleRadio plugin -new favourites list added for all skins
Update for the InternetRadio plugin -WQHD screens added for the 2k skin
Various small fixese
7
« Last post by LuxSat on June 22, 2025, 11:39:56 AM »
Twee van de mummies, waarvan één met een verguld dodenmasker Ministry of Tourism and Antiquities of Egypt. Tombes in Egypte gevonden met 29 mummies en bijzondere schatten Op een begraafplaats in het Egyptische Al-Bahnasa hebben archeologen tombes gevonden met daarin 29 mummies, sarcofagen, gouden maskers en aardewerken standbeelden. De ondergrondse tombes stammen uit de Ptolemeïsche (305 – 30 v.Chr.) en Romeinse periode (30 v.Chr – 641 n.Chr.) van Egypte en zijn in de natuurlijke rotsgrond uitgehakt. Nieuwe stijl Volgens de archeologen waren de tombes gebouwd in een nieuwe stijl, waarbij er een ondergrondse doorgang werd uitgehakt die naar een met bakstenen afgesloten ruimte leidde. Verspreid over de verschillende tombes in Al-Bahnasa vonden de onderzoekers 6 mummies in sarcofagen en 23 gemummificeerde lichamen zonder sarcofaag. Twee mummies lagen samen in één sarcofaag met daarbij parfumflesjes voor in het hiernamaals. Een van de beschilderde dodenmaskers die in de tombe zijn gevonden Ministry of Tourism and Antiquities of Egypt. Mummies met een gouden tong? De mummies waren in gekleurde doeken gewikkeld en op sommige van de gezichten waren vergulde en kleurrijke dodenmaskers geplaatst. In de monden van twee van de lichamen vonden de archeologen gouden tongen die er volgens het Oudegyptische geloof voor zorgden dat overledenen hun spraakvermogen behielden in het hiernamaals. Zo konden ze zich verdedigen in het laatste oordeel van de oppergod Osiris, die moest bepalen of iemand waardig was voor toegang tot het paradijs (Aaru).
Gouden tongen zorgden er volgens de Oudegyptische religie voor dat overledenen hun spraakvermogen behielden in het hiernamaals Ministry of Tourism and Antiquities of Egypt. Wie was Isis-Aphrodite? Behalve de mummies werden er ook Ptolemeïsche standbeelden gevonden van de godin Isis-Aphrodite met een bladerkrans en kroon op het hoofd. De godin was een vorm van de godin Isis, die werd geassocieerd met de vruchtbaarheidsaspecten van de Griekse godin Aphrodite. Zo stond ze in het teken van het huwelijk en (weder)geboorte. Sinds de verovering van Egypte door Alexander de Grote in 332 v.Chr., ontstond er een wisselwerking tussen de Oudegyptische en -Griekse godsdienst waarbij goden werden samengevoegd of in beide geloven werden vereerd.
Isis-Aphrodite stond in het teken van het huwelijk en (weder)geboorte Ministry of Tourism and Antiquities of Egypt.
Muurschilderingen Naast de tombes vonden de onderzoekers de restanten van een gebouw met gedetailleerde muurschilderingen van planten, druiventrossen en verschillende dieren zoals duiven en cobra’s. De schilderingen laten dingen uit het dagelijks leven zien van de antieke Al-Bahnasaregio. Oxyrhynchus (zoals Al-Bahnasa ooit heette) lag iets ten westen van de Nijl en maakte dus volop gebruik van de vruchtbare landbouwgrond. Zo werd er graan, vlas en fruit zoals druiven verbouwd. Een van de muurschilderingen van een duif Ministry of Tourism and Antiquities of Egypt. Bron:Archeologie Online
8
« Last post by LuxSat on June 16, 2025, 12:13:15 PM »
levi45 multicammanager
version='10.2-r2' Deb & Ipk File Multicam Manager
This plugin comparable with PY2 and PY3 , also compatible with any enigma2 boxes with any image . On bh image you may need to give this comand via telnet
Code: opkg update opkg install python-six
All this for test purposes only ,me or satellite-forum not responsible for any issue caused
you can install plugin via ipk/deb or telnet command
Download in top posting 
9
« Last post by LuxSat on June 15, 2025, 11:17:36 AM »
Morpheus883 Motor Setting E2 13-06-2025 Settings for Images based on Android FW's:
Statistics: # Clarke Belt covered: 47.5°W - 76.5°E # Satellites: 88 (Ku Band TP) # Ordered Provider Lists: 55 # Services: 15.886
[30.0 W] Meo [30.0 W] Nos [5.0 W] Bis / Orange / Fransat [0.8 W] Canal Digital Nordic [0.8 W] Focus Sat [0.8 W] RCS DigiTV [0.8 W] Slovak Telekom [0.8 W] UPC Direct [1.9 E] Polaris Media [4.8 E] Viasat [4.8 E] VisionTV [7.0 E] Digitürk [9.0 E] Kabelkiosk [9.0 E] OTE [13.0 E] BIS/Orange FR [13.0 E] Cyfrowy Polsat [13.0 E] NC+/Orange PL [13.0 E] Nova [13.0 E] RAI/Mediaset/TivùSat [13.0 E] Sky Italia [13.0 E] Vivacom [16.0 E] A1 Hrvatska [16.0 E] Antik Sat [16.0 E] Digit Alb [16.0 E] Max TV [16.0 E] Orange SK [16.0 E] Pink [16.0 E] Total TV [19.2 E] CanalSat [19.2 E] Orange FR [19.2 E] Movistar+ [19.2 E] HD +/Sky D/ARD [19.2 E] Canal Digitaal/TV Vlaanderen [23.5 E] Canal Digitaal/TV Vlaanderen [23.5 E] CS Link/SkyLink [23.5 E] Telekom Srbija [28.2 E] BBC [28.2 E] Freesat [28.2 E] Sky Digital [39.0 E] A1 Bulgaria [39.0 E] Bulsatcom [39.0 E] Dolce TV [39.0 E] Tring TV [42.0 E] D-Smart [42.0 E] Digitürk [42.0 E] Filbox [42.0 E] Tivibu (East Beam) [42.0 E] Türksat [45.0 E] Vivacom/NURTS [DTT] Terrestrial - Lombardy LCN
=== Compiled with Morpheus883's scripts === ======== © by Morpheus883, 2025 ======== Download in topposting
10
« Last post by LuxSat on June 10, 2025, 05:25:01 PM »
Aannemer ontdekt 1.500 jaar oud grafcomplex onder verwoeste woning in Syrië: “ Hopelijk helpt het om toerisme weer op gang te brengen” Nu de oorlog in Syrië na veertien jaar voorbij is, trekken steeds meer inwoners terug naar hun woonplaats om oorlogspuin te ruimen. In Maraat Al-Numan zorgde dat voor een aannemer alvast voor een grote verrassing. Tijdens het ruimen van restanten van een woning ontdekte hij een ondergronds Byzantijns grafcomplex van maar liefst 1.500 jaar oud. Bovengronds is Maraat Al-Numan een verwoeste stad in de provincie Idlib die erg heeft geleden onder de veertienjarige oorlog in het land. Ondergronds werd in een residentiële wijk vorige maand een eeuwenoud grafcomplex teruggevonden. Een aannemer vond tijdens het puinruimen een opening in de grond, waarna hij prompt de bevoegde autoriteiten verwittigde. Die zetten de site af om onderzoek te doen naar het ondergrondse complex. Onderzoekers vonden er twee grafkamer terug, met elk zes graftombes. In de stenen wand was ook een kruisteken gekerfd. “De aanwezigheid van het kruis, het aardewerk en stukken glas die gevonden werden, wijst erop dat het een graftombe uit de Byzantijnse tijd is”, legt Hassen al-Ismail, directeur van het directoraat voor de oudheid in Idlib, uit aan persagentschap AP. Het grafcomplex maakt nu deel uit van de vele historische sites in de provincie. “Een derde van de monumenten in Syrië bevinden zich in Idlib. Het gaat om zo’n 800 archeologische sites en een antieke stad.”
 Het kruis dat werd teruggevonden in het grascomplex wijst op een Byzantijnse oorsprong. © AP Byzantijnse nederzettingen en ruïnes werden wel vaker gevonden in Syrië en staan er bekend als ‘Dode Steden’. Inwoners die zo’n ruïne terugvonden op hun domein hielden het vaak verborgen voor autoriteiten, uit angst dat hun eigendom in beslag zou worden genomen om het als historische site te beschermen. De ontdekking van een archeologische site doet inwoners van het stadje en omliggende gebieden nu vooral hopen op nieuwe toeristen, nadat de oorlog in het land veel erfgoedsites tot puin heeft herleid. “Vroeger kwamen veel toeristen naar Maraat om de ruïnes te zien”, herinnert Abed Jaafar, inwoner van de stad, zich. “We moeten nu zorg dragen voor het erfgoed en het restaureren. Hopelijk helpt dat om het toerisme en de economie opnieuw op gang te trekken.”
Pages: [1] 2 3 4 5 6 ... 10
|
| |  | |  |
 |
|  |
|