button "0"
Posts by Lululla
-
-
trhank's
trywget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
-
version 3.9-rc0
Refactoring all code-PEP8
-cleaning many code unnecessary and compact code
-fix agents
-fix import for type
-major fix on cls
on top of topic
-
fix for PY3
20250515 python3 recode by lululla
-add other skin
-major fixCode
Display MoreCOLOR_SCHEMES = { "analog": _("Analog Style"), "cyan": _("Bright Cyan"), "dark": _("Dark Mode"), "elegant": _("Elegant White"), "gradient": _("Gradient Blue"), "green": _("Neon Green"), "minimal": _("Minimal White"), "retro": _("Stile Retro Amber"), "terminal": _("Terminal Green"), "yellow": _("Fluorescent Yellow") } -
Do you have a container where you put all your pngs?
I don't know about github or ftp or something?
-
backsncovers
v.1.0-r0i have fixed tmdb search acn ep recode - minor fix on list
on linuxsat-panel addons / epg category;)
-
thank's for feedback
fixed and add pl language ;)
-
new versione total recoded
-add play video
-add show gif, png, jpgPYTHON3 ONLY
Splash start plugin
Main
Player Video
Player Video
Info Button
Menu Config
Screenshot_14-5-2025_17950_192.168.1.78.jpeg
### **How to Use the NASA API Key for the APOD Plugin** 🚀
#### **1. Obtain the NASA API Key** 🌌
To access the Astronomy Picture of the Day (APOD) data from NASA, you need a valid API key.
* Visit the NASA API registration page:
`https://api.nasa.gov/`
* After completing the registration, you will receive a unique API key that grants access to the data.
---
#### **2. Adding the API Key to Your System** 🔑
Once you have the API key, store it securely on your system.
##### **Method 1: Create a file for the API Key** 📂
Run this command in your terminal to create the file:
```
echo "YOUR_NASA_API_KEY" > /etc/apod_api_key
```
Set proper permissions so only the owner can read/write:
```
chmod 600 /etc/apod_api_key
```
Make sure the file is accessible and secure.
---
#### **3. Restart the System to Apply Changes** 🔄
After saving the API key, restart the plugin or GUI so the key can be loaded correctly.
---
#### **4. Troubleshooting** ⚠️
* **Invalid API Key Error**: Check the contents of your key file and ensure the key is copied exactly as provided.
* **Permission Issues**: Ensure the key file has the correct permissions (`chmod 600`).
* **Missing File**: Make sure the key exists in one of the expected paths.
---
Once done, the plugin should be able to access NASA's APOD data and display the Astronomy Picture of the Day properly. ✨
---
INSTALL FROM TELNET
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/apod/main/installer.sh -O - | /bin/sh
GIT HERE:
-
it all seems so complicated behind the code, yeah.
but there is a drawing behind it.
i hope i reasoned well.
i made a diagram just for the TMDB providers to show you what happens when you press a button (hundreds of lines of code) in a millisecond..
-
AGLARE PLUGIN SETUP CONFIGURATIONS
The Aglare plugin offers numerous configuration options to customize the behavior of the renderers and external services. Below are the main options available.
🖼️ Download Poster/Backdrop
Configure the immediate or automatic download of posters and backdrops. You can enable the "Download Now" option to download immediately or set up automatic download based on the EPG.
- Download Now Poster
Enable immediate download of the poster.config.plugins.Aglare.download_now_poster - Download Now Backdrop
Enable immediate download of the backdrop.config.plugins.Aglare.download_now_backdrop - Automatic Poster Download
Enable automatic download of posters based on the EPG.config.plugins.Aglare.pstdown - Automatic Backdrop Download
Enable automatic download of backdrops based on the EPG.config.plugins.Aglare.bkddown
🔑 APIs and Keys
Aglare supports integration with several APIs to fetch content information. Each API can be enabled/disabled individually.
- Enable APIs
Enable the use of APIs to retrieve content information.config.plugins.Aglare.actapi - Available APIs
- TMDB
Enable/disable the TMDB API.config.plugins.Aglare.tmdb - OMDB
Enable/disable the OMDB API.config.plugins.Aglare.omdb - TheTVDB
Enable/disable the TheTVDB API.config.plugins.Aglare.thetvdb - Fanart
Enable/disable the Fanart API.config.plugins.Aglare.fanart - Other APIs
- Elcinema
Enable/disable Elcinema.config.plugins.Aglare.elcinema - Google
Enable/disable Google.config.plugins.Aglare.google - IMDB
Enable/disable IMDB.config.plugins.Aglare.imdb - Molotov
Enable/disable Molotov.config.plugins.Aglare.molotov - Programmetv
Enable/disable Programmetv.config.plugins.Aglare.programmetv
- Elcinema
- TMDB
- API Keys
Set the API key for each service:- TMDB API
config.plugins.Aglare.tmdb_api - OMDB API
config.plugins.Aglare.omdb_api - TheTVDB API
config.plugins.Aglare.thetvdb_api
- TMDB API
⭐ Additional Features
- Rating Stars
Enable the display of rating stars for events.config.plugins.Aglare.rating_source - Parental Icons
Display parental guidance icons for each event.config.plugins.Aglare.info_parental_mode - Event Information Display
Enable the display of extended event information, including plot, cast, and other metadata.config.plugins.Aglare.info_display_mode - Genre Icons
Enable the display of icons representing event genres (e.g., action, comedy, drama).config.plugins.Aglare.genre_source - Enhanced Movie Center Poster
Enable the display of posters from the local movie folder.config.plugins.Aglare.xemc_poster
🗄️ Cache
Caching can be enabled to improve performance when downloading events.
- Enable Cache
Enable or disable caching during event downloads.config.plugins.Aglare.cache
🧹 PNG Management
You can remove all PNG files from the local folder (poster and backdrop).
- Remove PNG
Remove all PNG files from the folder.config.plugins.Aglare.png
🕒 Scan Time
Set the scan times for automatic poster and backdrop downloads.
- Poster Scan Time
Set the scan time for automatic poster downloads.config.plugins.Aglare.pscan_time - Backdrop Scan Time
Set the scan time for automatic backdrop downloads.config.plugins.Aglare.bscan_time
- Download Now Poster
-
20250328 recode by Lululla:
- progressbar on download
- skin fixed
- downloaded request fixed
- counter
- show picons on Ok
- set and save piconpath
- add remove picons unused
- setScale(1) on show picon preview
- Case-insensitive checking
- Symbollink handling
- Special character validation
# ##########################
Screenshot_10-5-2025_1405_192.168.1.78 (1).jpeg
Screenshot_11-5-2025_184056_192.168.1.78.jpeg
Screenshot_11-5-2025_184146_192.168.1.78.jpeg
-
try this and report
-
I've found that it stuck on channel menu and is not possible to go back , exit key is ineffective and cannot quit plugin, you are forced to power off from back
am i the only one ?
explain better
-
I can't find the .deb, could you post the link?
provato sulla GP4.2 non scaricava nulla
controllato nei moduli ho notato url http
cambiato in https
ed a funzionato
usually if i type http://blha blha blha.. it automatically takes https if available..
Very strange, but it's not a problem it can be fixed
-
Vhannibal AutoSetting FHD Mod by Lululla - Linux Satellite Support CommunityVhannibal AutoSetting FHD Mod by Lulullawww.linuxsat-support.com -
ok fixed 2.9 deb on top of topic
-
I know the versions well because I made them. ;)
the problem is always in py2 on cvs images, it just takes nothing and crashes.
In this case I have to insert the fixes little by little.
because at the moment I can't turn on the dreambox.
-
-
put this in folder
and feedback
-
problem with your skin.. What skin do you have?
