I'm sorry, I have to go. If you don't do what I say, you can install whatever you want. ;)
Posts by Lululla
-
-
Display More
I found 2 files in home/root:
enigma2_crash.log and enigma.20250823.debuglogDo you need these files?
/tmp/debug.log
thank's levi45
enfact not work cam.. only rour cam workThanks for the info levi45
Lululla I don't understand, sorry. So I can't use softcam manager? is it not possible to install softcam in another way? thanks
use telnet for debug
use plugin, install cam and
give me /tmp/debug.log -
I found 2 files in home/root:
enigma2_crash.log and enigma.20250823.debuglogDo you need these files?
/tmp/debug.log
thank's levi45
enfact not work cam.. only rour cam work -
-
-
wget -q "--no-check-certificate" https://raw.githubusercontent.com/Belfagor2005/tvManager/main/installer.sh -O - | /bin/sh
use telnet command and... language english in this forum ;) edit your reply please
-
v.1.7 add All Programs ;)
-
v.1.6 added many category ---------------------- Final
pasted-from-clipboard.pngpasted-from-clipboard.png
thenk's for beears -
Do you mind if your SamsungTV files are also offered for download in other forums ?
There are probably some users who are afraid
to register in this forum, for whatever reason.why fear??
-
you two: always the same
You always stick together but you are great friends, I know that

-
try. .update with command telnet
-add and fix many other category
-
4097 → This is the standard Bouquet Player service. It's the one most plugins and skins expect by default.
5001 / 5002 → These are typically alternate service numbers, sometimes used by specific plugins or for internal testing. Most users don't need to change them.
Tip: Use 4097 as the Bouquet Player service.
In Enigma2, ServiceApp is the plugin or system module that actually starts services like Bouquet Player. It's essentially the backend handler that tells the recipient, "Open this service number (4097, 5001, etc.) and play it."
When you set the Bouquet Player service to 4097, ServiceApp will point to that service number by default.
If you change it to 5001 or 5002, ServiceApp will attempt to launch them, but many plugins, extensions, and skins are programmed to expect 4097, so using another number could compromise their functionality.
So, in short: ServiceApp simply runs the assigned service number, and for standard E2 configurations, 4097 is the safe choice.
-
but folder is automate
Code
Display More# Ensure movie path def defaultMoviePath(): result = config.usage.default_path.value if not result.endswith("/"): result += "/" if not isdir(result): return defaultRecordingLocation(config.usage.default_path.value) return result def update_mounts(): """Update the list of mounted devices and update config choices""" mounts = get_mounted_devices() if not mounts: default_path = defaultMoviePath() mounts = [(default_path, default_path)] config.plugins.stalkerportal.output_dir.setChoices(mounts, default=mounts[0][0]) config.plugins.stalkerportal.output_dir.save() # Configuration setup config.plugins.stalkerportal = ConfigSubsection() default_dir = config.movielist.last_videodir.value if isdir(config.movielist.last_videodir.value) else defaultMoviePath() config.plugins.stalkerportal.output_dir = ConfigSelection(default=default_dir, choices=[]) try: portal = config.plugins.stalkerportal.portal_url.value.strip() mac = config.plugins.stalkerportal.mac_address.value.strip() output_file = self._get_output_filename() f_debug.write("Portal URL: {}\n".format(portal)) f_debug.write("MAC address: {}\n".format(mac)) convert_type = config.plugins.stalkerportal.type_convert.value if convert_type == "0": f_debug.write("Output file: {}\n".format(output_file)) except Exception as e: self["status"].setText(_("Error accessing configuration values")) self.session.open(MessageBox, _("Failed to read portal or MAC configuration:\n") + str(e), MessageBox.TYPE_ERROR) return def _get_output_filename(self): """Return the output filename based on conversion type with validation""" convert_type = config.plugins.stalkerportal.type_convert.value mac = config.plugins.stalkerportal.mac_address.value.replace(":", "_") if convert_type == "1": # Convert to TV bouquet return f"/etc/enigma2/userbouquet.{mac}.tv" output_dir = config.plugins.stalkerportal.output_dir.value if not output_dir or not isdir(output_dir): output_dir = defaultMoviePath() config.plugins.stalkerportal.output_dir.value = output_dir config.plugins.stalkerportal.output_dir.save() configfile.save() # Ensure path ends with separator if not output_dir.endswith('/'): output_dir += '/' return f"{output_dir}stalker_{mac}.m3u" -
i fixed urlparse..
follow link vs mixdrop.
https://mixdrop.club/e/jd3dlkgqh3643z/2/Fixed_Un_ultima_avventura_2025_WEBRip_AC3_ITA_CB01.mp4
-
I have collected all the files that need to be changed for the host. Unfortunately, none of the pages work because all the links are invalid. So the URL parser probably needs to be adjusted for the host to work. Until that happens, we will not include it in the oe-Mirrors git.
Lululla can you make a PR only with PLI menu fix?
Don't take it personally, but you can add a couple of lines.
I don't like the fact that every time, instead of being denied, they tell me I sent the PR to the wrong section. Two lines... you don't need me.
Always take what's convenient for you. So... do it.
I don't have any problems now, in fact I have other changes too.
-
-
Okay its not in actuall git so i thought IT was new
There's a problem with the player, so I don't know if it will work.
It says the hosts aren't listed. But I can see the list.
Unfortunately, I can't handle urlparse.
-
Is this a complete new Host? If yes can you please Post the .pngs for it?
new?? ahah no no.. is old host...
Search Results - Linux Satellite Support Community
-
Display More
To install DRM support, the widevine protocol is not sufficient, but the pycrypto, pywidevine and pyplayready (by Microsoft) protocols that need to be implemented in Python 3.These installation scripts are only valid for the private version of e2iplayer.
https://www.e2iplayer.gitlab.io/drminstall.html
https://pypi.org/project/pywidevine/
My idea was just to test it.
Because even if it worked, it would need an implementation to send the key (int).
We're just playing with str .

well.. final version .
-
fixed (maybe :) )
missing any host for player. . huhu
