Thank you for this very useful plugin. Will there come the option to auto update? This would be perfect.
Settings (green button) ---> Menu ---> update Ajpanel
Thank you for this very useful plugin. Will there come the option to auto update? This would be perfect.
Settings (green button) ---> Menu ---> update Ajpanel
Do you know where find this ipk "samur oscam OSCam 2.24.05-11779-801"
No full ipk oscam from samur
only binary file and configuration files
There are function on ajpanel can used to delete inactive, duplicated readers used when get a lot of free server lines
failed to instal/dont work
Just word failed to install can't help developer to know about what you faced
Need copy of what happened on telnet when installing
And more data about your stb, image used , .....
That mean you did something wrong on your skin
Make sure you are following the methodology of how add xtraskin
As start, end and check for any error by used that new skin_screens.xml
You can replaced that new screen on main skin.xml to test how it work
Check if that new skin.xml displayed on pro function or not
I just want to run a plugin to navigate between screens
you need to use pro function to change between screens ass xtra xml files by Atile HD
OR builds your plugin, you can see how similar plugins are work
i think it originally for mmark openDreamy
<!--
###################### mmark_openDreamy v.1.1 ###########################
# #
# mmark Version 1.1.0 released 30-09-2016 #
# mmark Version 1.0.0 released 30-07-2016 #
# #
#########################################################################
-->
<!-- openDreamy v1.0 skin, based on Dreamy by mmark (E2skin.blogspot.com) -->
<!-- This skin is a Freeware. Everyone can modify and use it in other images -->
<!-- !!!!!!! BUT DO NOT REMOVE OR CHANGE THIS DISCLAIMER !!!!!!! -->
<!-- Do whatever you want with this skin,but don't tell it's yours, or your idea -->
<!-- and leave the credentials in the "About-box" as they are -->
Display More
biko added a new version:

QuoteDisplay Morev10.7.0 .. 2025-03-04
- Added a new option to the Player Bar menu to change the action of Red-Button to:
.. "Close Bar & Recall Last DVB Service" (default action).
.. "Show Signal Monitor".
- Added new option to Bouquet Editor to "Fix Media PIcons (for Movies in ALL Bouquets)".
.. To process bouquets and assign PIcons for local media services (if posters exist with the media).
- Improved restoring tuner to utilize backups between images:
.. Example: Create backups on OpenATV and restore them on OpenATV (and vice versa).
- Added "Save to M3U (Live/VOD)" to save M3U for servers that do not provide M3U files.
- Added "Save to M3U (Live/VOD/Series)" to save M3U for servers that do not provide M3U files.
.. Better Series/Episodes categorization (but slower than downloading the server M3U).
- Added "Play URL" (Blue Button) to the Download Manager to play the server URL.
- Modified some options to save the result files to the "/ajpanel_iptv/" (in the backup directory):
.. When saving channels to M3U file (from IPTV tables and Bouquet Editor).
.. When Merging Playlist/Portal files.
- Improved Playlist files reader to handle files exported from Playlist lines table.
- Improved Playlist/Portal files menu to be updated with new files (after exporting their lines to txt file).
- Improved Posters Mode title to show Category Name.
- Improved IPTV Channel Name Prefix removal for names with Unicode symbols.
- Added General Guide help for Player Bar "Launching", "Shortcuts (OK & Exit)" and "Stopping Current Channel".
- Fixed the error "HTTP Error 403: Forbidden" (for some Playlist servers).
Thanks KiddaC
may be next telnet code be easier for user to install
Dear developer, this plugin is really powerful, please ask if there is any plan to add multi-language support, if you can add support for other languages that would be great, thank you for the development!
Dear i am not the developer of AJPanel it's from developer AMA Jamry
i am just Honored by published
I'm on openatv7.4 which is python 3
attach copy of telnet installation
Display MoreIf any wants a quick sky uk picon scraper. Here is a very simple html/javascript file.
I have other means - but might be useful to some people
Copy it to a text editor. Save it as html file.
run it in a browser.
/0/0/ if you want the full size graphics.
HTMLDisplay More<!DOCTYPE html> <html> <head> <title>Image Viewer</title> <script> function loadImages() { var container = document.getElementById("imageContainer"); container.innerHTML = ""; for (var i = 1000; i <= 7500; i++) { var img = document.createElement("img"); img.src = "https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/220/132/skychb" + i + ".png"; img.alt = "Image " + i; img.style.margin = "5px"; container.appendChild(img); } } </script> </head> <body style="background: #ddd;"> <button onclick="loadImages()">Load Images</button> <div id="imageContainer"></div> </body> </html>
Thanks i use it work great
could be added download all as zip not only displayed
---------------------------------------------------------------------------------------------------
i try same method as EX. on other source but not work
if i need change variant to alpha not numeric !
for (var i = OM1; i <= OM1000; i++)
My internet work fine , but the plugin doesnt install ... I heave OpenBlackhole 5.0
You use wrong telnet code
the right one are
Sorry I don't know how to make symlink
Just copy paste code on telnet
download picon folder on your external USB memory
and do symlink as followed telnet code
ln -sf /media/usb/picon /usr/share/enigma2/picon
it take time up to your internet speed to download and install
wait after do the code by telnet
I asked before, but I didn't get a reply, so I'm asking again.
In the "Upgradable Packages" window, there is only the option of upgrading the package on the cursor.
Can be added an option to upgrade "Selected Packages" and/or "All Packages" with one click?
Updating all packages is already available in all images.
Please note that all suggestions are documented.
biko added a new version:

Quote-- Added a second menu to the panel bar to simplify some options. You can access the menu by pressing the MENU button from the bar menu.
-- Improved the channel browser page and reassigned the button functions on the page.
-- Improved the channel pairing pages.
-- General improvements and fixes.
- Added a second menu to the Player-Bar for quick access to more options.
.. "Stop Current Service"
.. "Stop Current Service & Close AJPanel"
.. "Play Last Stopped Channel"
.. "Channel Selection"
.. "Channels Browser"
.. "Zap History"
.. "Close AJPanel"
- Improved launching "Channel Selection" to point to the current channel.
- Improved Channels Browser:
.. Added INFO Button to show channel info.
.. Zapping will add the newly played service to the Zap History.
.. Rearranged the buttons and their usage (OK/Red/Green/Blue Buttons).
- Improved Channels Binder:
.. Added the options "Next Chained Service" and "Previous Chained Service" Channels Binder to locate chained channels.
.. Will allow binding a source channel to multiple target channels.
.. Title will show current service mode (TV/Radio).
- Fixed "Share Reference with DVB Channels (from xml file)" to prevent changing duplicate reference in bouquet file.
- Fixed the problem of skipping pyo/pyc files when creating ipk/deb packages.