Yes, that helped. Ultimate HD Skin is installed.
Now I have the right layout :)
But changing the output directory is not possible.
Yes, that helped. Ultimate HD Skin is installed.
Now I have the right layout :)
But changing the output directory is not possible.
details.. for folder ouput?
No matter which folder I select, e.g. etc or tmp, it is not accepted.
either my box has a bug or openhdf is not compatible.
I have also replaced the plugin.py under openatv.
Nevertheless I could not select my own directory.
Under openhdf the directory is automatically displayed like this and is not editable :
output file :media/stalker_00_1A.......
under openatv like this and not editable : output file :media/hdd/movie/stalker_00_1A....
at least i could create a m3u on a usb-stick :)
but folder is automate
# 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"
Display More
when i start to convert to then Error failed to retrieve channel list
i use openatv 7.6 beta and stalker portal converter v 1.6
no deb is py3
i have problem Error coversion timeout exceeded
i have facing problem
when i start process account info loded but channel not restored the message is
failed to retrieve channel list
how can i solve this
server off? or other issue
i have facing problem
when i start process account info loded but channel not restored the message is
failed to retrieve channel list
how can i solve this
20787 channels, remove movies and try
I'd like to ask what program can be used to "slim down" the list?
plugin installs with wget but not seen on the box.plugin files are there though
DB920,Openpli
Verifying installation...
Plugin directory found and not empty: /usr/lib/enigma2/python/Plugins/Extensions/StalkerPortalConverter
Contents:
head: invalid option -- '1'
BusyBox v1.37.0 () multi-call binary.
Usage: head [OPTIONS] [FILE]...
Cleaning up temporary files...
#########################################################
# INSTALLED SUCCESSFULLY #
# developed by LULULLA #
if you have time
download from here
https://github.com/Belfagor200…chive/refs/heads/main.zip
and put in box wit ftp software (onli /usr.....)
Hi Lululla : How can i start the Webserver when i have installed the plugin......
when i press the 1 or th 0 always the info come "You must start the Server first" but how?
About an answear many thanks lullula
[Plugin] Stalker Portal Playlist Converter
Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read
Don’t have an account yet? Register yourself now and be a part of our community!