Posts by Lululla
-
-
we tested in 2.. It seems to work
You need to have your original personal configuration
- /tuxbox/*cam.server or/and subfolders
- /etc/cccam.cfg (cccam only in /etc)
the file creates a backup copy (your original file and adds Backup to the name: Eg. CCcam.cfgBackup or oscam.serverBackup))
To reset:
go back to your configuration, you must also delete the *.*Backup file in the cam configuration folders
This is folder for oscam
Fixed:
'/etc/tuxbox/config/oscam/oscam.server',
'/etc/tuxbox/config/oscam-emu/oscam.server',
'/etc/tuxbox/config/oscam_atv_free/oscam.server',
'/etc/tuxbox/config/oscam.server',
'/etc/tuxbox/config/oscam-stable/oscam.server',
'/var/tuxbox/config/oscam.server',
'/etc/tuxbox/config/oscamicam/oscam.server',
'/etc/tuxbox/config/oscamicamnew/oscam.server'
if i have time in next release:
'/etc/tuxbox/config/gcam.server',
'/etc/tuxbox/config/ncam.server',
'/etc/tuxbox/config/ncam/ncam.server',
'/etc/tuxbox/config/supcam-emu/oscam.server',
that's all.
1_0_19_79_4B0_110_820000_0_0_0_20250219210128.jpg
- fix overwrite .cfg .server
- fix dx/sx directions on Menu
- add update FCA from git
- ncam-gcam-.... not fixed for now..(no have time)
Who wants to try must give this command from telnetwget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/SimpleZooomPanel/main/installer.sh -O - | /bin/sh
if someone has a great FCA.sh put it here or give it to the creator of this plugin, not to me who will pass it in git to update it if he thinks it is better.
-
-
mm
Code
Display Moredef OKCallback(self, callback=None): global fav1, fav2 # city, print('callback=,', str(callback)) fav1 = str(config.plugins.foreca.fav1.value) fav2 = str(config.plugins.foreca.fav2.value) start = str(config.plugins.foreca.home.value) city = start if callback is not None: city = callback[callback.rfind("/") + 1:].replace("_", " ") self.ort = city if config.plugins.foreca.citylabels.value is True: self["key_green"].setText(fav1.replace("_", " ")) self["key_yellow"].setText(fav2.replace("_", " ")) self["key_blue"].setText(start.replace("_", " ")) else: self["key_green"].setText(_("Favorite 1")) self["key_yellow"].setText(_("Favorite 2")) self["key_blue"].setText(_("Home")) self.tag = 0 self.Zukunft(self.tag) self.deactivateCacheDialog()maybe when returning from the city panel, it only reloads the city stored in Home (blue Button)
but after you have memorized the Buttons, you can press OK, it should give the right city on the way back..I think..I hope.
-
mistake.. in city panels
eg.: Button Green and exit next pusched green.Code
Display Moredef green(self): global fav1 self.city = sub(r" ", "_", self['Mlist'].l.getCurrentSelection()[0][1]) if DEBUG: FAlog("Fav1:", self.city) config.plugins.foreca.fav1.setValue = (self.city) config.plugins.foreca.fav1.save() fav1 = self.city[self.city.rfind("/") + 1:len(self.city)] # ✅ FIX self.city = fav1 message = "%s %s" % (_("This city is stored as favorite 1!\n\n "), self.city) self.session.open(MessageBox, message, MessageBox.TYPE_INFO, timeout=8) def exit(self): if self.search_ok is True: self.search_ok = False self.close(self.city)green assign and save value on config..
and exit returns self.city(Green Locations)

-
Quote
Start Foreca-> TV -> Selec t city from list -> OK, blue, yellow or green, nothing is saved.

-
and remember that you can't change options..
part of skin .xml goes in base.xml file ;)
-
if you push on exit.. don't save city.. ;)
only on OK - or Blu -Green - Yellow etc..
try this.. same operation. .and report please
remember Exit no save.. -
try.. test this
go to:usr\lib\enigma2\python\Components\Converter
rename all exist file .py .pyo .pyc
NOVCaidInfo2 to NOVCaidInfo2_OLD
put this attached file and rebootIs this file compatible with mipsel openpli or just arm thank you
and where would the problem be.. worst case scenario put back yours that you renamed.. and find the solution yourselves
-
try.. test this
go to:usr\lib\enigma2\python\Components\Converter
rename all exist file .py .pyo .pyc
NOVCaidInfo2 to NOVCaidInfo2_OLD
put this attached file and rebootjust read carefully there are the steps to do a test..
I think it does not depend on the skin. Since there is no trace of that converter
that converter is used by something else
-
I just put the latest version of the skin on openpli python 3 and reboot every time with a nice green screen....
have read my last post??? noo???
RE: Aglare FHD PLI -
try.. test this
go to:usr\lib\enigma2\python\Components\Converter
rename all exist file .py .pyo .pyc
NOVCaidInfo2 to NOVCaidInfo2_OLD
put this attached file and reboot -
-
Display MoreDisplay More
if you want I prepared a code that
Saving content:
The contents of the cccam.cfg and oscam.server files are saved from all found locations.
Running the script:
The script is executed.
Modifying the original files:
Once the script is completed, the saved content is added to the beginning of each file (cccam.cfg and oscam.server) in their original locations.
who wants to try?
don't use code to write replies.. what you write must not be in the reply tags.. otherwise it is not clear who is speaking.. and what they are referring to.
What should you do? nothing.
I made a change, and I explained what it does.
-
if you want I prepared a code that
Saving content:
The contents of the cccam.cfg and oscam.server files are saved from all found locations.
Running the script:
The script is executed.
Modifying the original files:
Once the script is completed, the saved content is added to the beginning of each file (cccam.cfg and oscam.server) in their original locations.
who wants to try?
-
Display More
Hello Lululla, thank you very much for your work on the plugin.
I would like to give you some feedback on the latest changes.
Unfortunately, the following errors occur with the current ui.py:
The favourites are not saved in the settings when trying to change them. (I have only tested this now, but it could have been the case for some time)
Furthermore, the location name is displayed incorrectly when a location is called up manually and incorrect values are also returned.
but I have not touched the regex of the data that it takes from their server.
If you try an older version of the plugin, at the same time can you check what it depends on?
if the incorrect values are only on the latest ui.pi please attach the working version, I will check what has changed.
-
Code
I had some problems yesterday with the servers, today I tried to reinstall everything and version 2.2.5 works quite well, obviously all subject to crowding. The only flaw, as in previous versions, is the fact that the server files of the various cams are overwritten, preventing the auto-update of channels such as AFN (9Est)yes I noticed that it overwrites the whole file instead of updating it.
there could be a solution if you want.
If oscam.server exists it takes it and puts it as a template, maybe in the lplugin folder, then creates the file adding the new lines to the existing original ones: if you have a configuration on a specific card or reader you will find it there in the new file.
I did it in my softcam manager. In fact there is a reset button that takes the default configuration and puts it in its /etc/tuxbox/config folder
so you don't lose anything
-
The script with cron does not work on me "OpenATV image" I also tried to give the permissions 755 to the root file but nothing to do, some suggestions?
version image.. please
but not start/disconnect show on plugin?
-
MetrixHD/usr/share/enigma2/MetrixHD/skinfiles/skin_plugins.xml at 2de1a1907e008c9304a1738cf9604b596967515e · Belfagor2005/MetrixHDopenATV default skin. Contribute to Belfagor2005/MetrixHD development by creating an account on GitHub.github.com
hd or fhd?
-
on metrix it's like this.. sorry..

