The older version 1.2 shows them OK.
i don't have this version
I rewrite for oe image the geodata..
the plugin removed server offset, so I had to change the ingestion method
1.3_r1 work for me on atv 7.6 ..
The older version 1.2 shows them OK.
i don't have this version
I rewrite for oe image the geodata..
the plugin removed server offset, so I had to change the ingestion method
1.3_r1 work for me on atv 7.6 ..
If you are a developer and you practice python and you also know about skins for images you can do it, leaving credits of course.
Fantastic choice...
Be patient... we'll see how to update it as soon as I can.
Very nice and functional, I'm not alone with the "break" of the actionmap:
If I press blue... it always comes back ON:
Maybe you should reduce the calls included here
self["actions"] = ActionMap(["OkCancelActions", "ColorActions", "DirectionActions", "MenuActions", "EPGSelectActions", "InfobarEPGActions"]
I'm talking about the main one, since each Action could have the same actions as other Actions, cancelling the previous one.
If you want I'll insert the installation scripts command in the scripts list and in linuxsatpanel
best regards
If you try the aglare skins, it works perfectly, obviously only a skinner can insert this system and modify the plugin that manages the structure for other skins.
net::ERR_CERT_AUTHORITY_INVALID
Anyway, from now on, anyone who complains by replying without debugging or serious details will be fine. I won't return replies.
Free stuff hurts those who don't deserve it.
player 6.5
work youtube
player 6.4
no work youtube
all work for me..
openatv 7.6
openpli scarthgrap
i'm sorry for you..
v.6.5 online
ytdl fixed
v.2.1
-fix past/Futures Imminent events
v.2.0
next version 1.9
AUTOSTART & BACKGROUND MANAGEMENT
Implemented auto-start system at decoder boot
Automatic management of background processes
Watchdog timer for service continuity monitoring
NOTIFICATION & AUDIO FIX
stop_notification_sound(): Added missing method that caused crashes (AttributeError)
Fixed automatic TV channel restore after notification sound
Robust error handling in play/stop audio
Working TV resume timer (3-4 seconds after notification)
NOTIFICATION LOGIC FIX
Fixed notification window logic: now displays notification even if event is "in progress" (within 5 minutes of the time), even if the notification "1 minute before" has already been sent
Prevents user from missing events if not present at the pre-notification time
ERROR HANDLING & DEBUG
Improved detailed logging for debugging ([EventManager] === ... ===)
Complete exception handling in all critical methods
Persistent notification cache in file (notified_events.json)
CLEANING AND MAINTENANCE
Automatic cleaning of old notification cache (last 100)
Correct handling of TV service backups during notifications
File system synchronization after JSON saves
PERFORMANCE
Optimized event check (60 seconds, configurable)
Efficient timer for continuous monitoring
Lazy event loading on startup
Everything tested and working on Enigma2 with debugging enabled. Ready for release as a stable base for v1.9 with autostart.
Even if blocked, you can access it via FTP to:
- remove the plugin folder ---> /usr/lib/enigma2/python/Plugins/Extensions
- recover the debug log file, which will go to /tmp/output.log
So use these commands from telnet and don't give me a headache. ![]()
for Dreambox and CVS images.
Code
systemctl stop enigma2.service
killall -9 enigma2
journalctl -f -u enigma2 >> /tmp/output.log 2>&1 &
for OpenPLi or Atv images .. etc.. instead use
Code
first
install from telnet
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/vavoo/main/installer.sh -O - | /bin/sh