Posts by giorbak
-
-
I just successfully restored a backup to slot-50.
-
With today's OpenATV-7.4 update (20240703) the Multiboot issue is resolved.
Multiboot Manager works normally.
You can also install an image in another slot via OpenATV.
-
I noticed this issue a few days ago after upgrading OpenATV-7.4, on different boxes.
Finally, this happens when there are extra slots on sd-card, hdd or usb.
If you disconnect the above and leave only the internal slots, Multiboot Manager works normally.
We are waiting for the new update to fix this problem.
-
It's not exact, you have to download the .pot file that you find in the first post of the topic, or take the .pot on GitHub and translate it. You've got something old that's why you can't.
Yes, I know it exists in the .pot file, but the translation cannot be displayed in Vavoo GUI, unless the syntax in the plugin.py is fixed from:
Codeself.session.openWithCallback(self.install_update, MessageBox, _("New version %s is available.\n\nChangelog: %s \n\nDo you want to install it now?" % (new_version, new_changelog)), MessageBox.TYPE_YESNO)to:
Codeself.session.openWithCallback(self.install_update, MessageBox, _("New version %s is available.\n\nChangelog: %s \n\nDo you want to install it now?") % (new_version, new_changelog), MessageBox.TYPE_YESNO) -
Hi Lululla
Please correct the next line because it cannot be translated:
Codeself.session.openWithCallback(self.install_update, MessageBox, _("New version %s is available.\n\nChangelog: %s \n\nDo you want to install it now?" % (new_version, new_changelog)), MessageBox.TYPE_YESNO)Also, if you can, include the following strings in the .pot file:
Thank you
-
Hi Lululla
Thank you for the quick implementation of my request.
I take the liberty of asking you another favor.
Could you put scrollbars and/or page numbers in channel lists?
Although alphabetical sorting helps a lot in finding a favorite channel, it would be much easier if we knew on which page or in which position of the scrollbar
that particular channel is located.
Thanks again.
-
@Lullula
Could you add an option in plugin settings to show vavoo in the enigma main menu?
Also correct the following line
Code_session.open(MessageBoxExt, _('bouquets reloaded..\nWith %s channel' % str(ch)), MessageBoxExt.TYPE_INFO, timeout=5)with
Code_session.open(MessageBoxExt, _('bouquets reloaded..\nWith %s channel') % str(ch), MessageBoxExt.TYPE_INFO, timeout=5)because it cannot be translated into another language.
Thanks
-
Για όποιον φίλο ενδιαφέρεται, ανεβάζω την Ελληνική μετάφραση της τελευταίας έκδοσης του AJPanel (9.4.0).
-
is the ajpanel able to also read the new multistalker pro Json structure also?
Good news!!
The latest version of AJPanel (9.4.0) can read the new MultiStalkerPro.json structure (portals only).
-
Έπεσε στα χέρια μου ένας δέκτης Uclan Ustym 4K OTT (Denys OS) και δεν μπορώ να βρω στα μενου από που να ενεργοποιήσω το oscam.
Έχω μπει στον δέκτη με ftp και φόρτωσα τα αρχεία που χρειάζονται και το oscam-gx, αλλά τίποτα.
Δεν υπάρχει επιλογή oscam, που κρύβεται?
Δεν έχω τον συγκεκριμένο δέκτη αλλά επειδή έχω εγκατεστημένο στον sf8008 το λογισμικό για uClan_DenysOS μπορώ να σου πω που θα ψάξεις για oscam.
Πάτησε "Menu" για να μπεις στην κύρια σελίδα, πήγαινε "Antenna instalation" και ακολούθως στην τελευταία επιλογή "CAM Setting".
Στην επιλογή "CAM Mode" επίλεξε "OSCAM" και πάτησε το κόκκινο κουμπί (start).
Κοίτα και αυτό το βίντεο:
-
@ziko
Please add a scrollbar to the portal list.
If possible, please also add page numbering to the provider and channel lists as requested before.
Scroll bars and page numbering make it much easier for the user to manage very large lists and not get lost in thousands of entries.
-
Hi @ziko
Could you add a red button to the portal list to delete the (probably dead) selected server?
Also, a long press of the red button to clear the entire list of portals.
-
@ziko
Update the Greek language according to the latest plugin release.
Added a few additional lines:
-
Although I am not interested in extra slots on a usb drive since I have them on a microSD card, I decided to get involved to satisfy my curiosity.
I created 25 slots on a microsd-card and connected it to the usb port. I flashed my following backup images.
Everything boots normally except OpenEight-6.8 which stuck on 100%. The same happens if I flash a clear image.
In conclusion, it's not necessary to create slots on a usb drive unless the sd-card slot breaks.
-
Here is the Greek language for the latest update of MultiStalkerPro.
Still missing a few lines from the translation. They were added to the Greek locale.
Code
Display Moremsgid "StalkerPro-IPAudioPro (Soon)" msgstr "" msgid "PLUGIN SETUP" msgstr "" msgid "Multi-StalkerPro V %g - Loading Channels...." msgstr "" msgid "Multi-StalkerPro V %g - Loading Channels (Page %d/%d)" msgstr "" msgid "Multi-StalkerPro V %g - Loading Channels Failed" msgstr "" msgid "Do you really want to quit?" msgstr "" msgid "Edit mode (off)" msgstr "" msgid "Edit mode (on)" msgstr "" msgid "Unable to get the account details" msgstr "" msgid "" "Skin is not supported\n" "MultiStalkerPro Plugin works only with FHD skins" msgstr "" msgid "Duration: %s" msgstr "" msgid "Menu" msgstr "" msgid "Setup" msgstr "" msgid "Cancel" msgstr "" msgid "Save changes?" msgstr "" msgid "Audio tracks" msgstr "" msgid "Select subtitles track" msgstr "" -
Usb-stick works normally but is really very slow. Better to use microSD card via usb card-reader. It's infinitely faster.
Cardreader.jpg Cardreader2.jpg
There is no script, but the existing ones can be modified (sdc instead of sda).
Although the partitions on the usb-stick will be created normally, you will have a problem with the STARTUP files that will not recognize the slots.
You won't be able to flash an image because the system requires the kernel to be on sda partition and not on sdc one.
You should flash an image using a Telnet command, and also must modify the STARTUP files a bit to show the slots in the image list.
It's not hard, but it's a bit complicated for the first time.
However, I never use scripts and Ι create partitions and STARTUP files manually.
I also use a different structure than the scripts. I never liked having my data on partition #5 and I prefer partition #1 instead.
-
Hi @najdine
I think I found what's wrong and most images are stuck at 100%.
I don't have the sf8008-Supreme, I have the sf8008-Combo, but I think the process is the same for both models.
I did some experiments with a usb-drive in which I created 4 slots. I flashed the following images:
Slot-51: SatDreamGr-10
Slot-52: OpenATV-7.4
Slot-53: OpenEight-6.8
Slot-54: Egami-10.5
When I have the sd-card and usb-drive connected at the same time, SatDreamGr and OpenATV boot normally, while OpenEight and Egami hang at 100%.
But if I remove the card and leave only the usb-drive, everything opens normally. So we have a conflict between the two drives.
The solution is to disconnect the sd-card and work only with the usb-drive or ssd-harddisk.
Try this and good luck.
-
Check for a missing comma at the end of line #2.
-
For those who liked the abbreviated format of MultiStalkerPro.json and want to keep it, they can add the following to all portals:
,"entryPoint":"c/portal.php"
Do not use "Reset entryPoint" in MultiStalkerPro Portal list.
Code[ {"http://portal.com":"00:1A:79:00:00:00","entryPoint":"c/portal.php"}, {"http:///portal.net:88":"00:1A:79:00:00:00","entryPoint":"c/portal.php"}, {"http:///portal.com:88":"00:1A:79:00:00:00","entryPoint":"c/portal.php"} ]When copying/pasting from the text editor, some characters were added (I don't know how) and they might confuse users.
I'm re-quoting the MultiStalkerPro.json example. Please ignore the previous quote.
