Posts by Lululla
-
-
Works on OpenATV 7.5 except yellow button fo view files, there is a black box partially outside screen; on blue button is ok
Also, can the info message duration be adjusted ? 10 seconds is too long for me
button ok and no show ;)
there is AVSwitch import in picplayer too, not only in plugin.py, do we need that relict AVSwitch at all? just comment AVSwitch, by scale and setPara just put 1, 1
next fix ;)
-
-
Display More
Hi, for those who may be interested, I created the IPK installation file of version 1.29.
Bye.
Can I upgrade from 1.24 to 1.29 with this ipk on Openpli 8.3 python 2.7 image?
hi, that is for python 3.x,
for python 2.7 you should use the ssh shell installation.
Alternatively from the plugin started press the yellow button to update.
Bye.
i removed your ipk
are here 11.29 version
-
-
try now.
-
I have already said it a thousand times, I don't really want to talk about the problem of bouquets.
Let's talk about the plugin and how it works to find an agreement
-
-
yes I have to make some fixes, in the next one, this is definitely a trial version.
After pressing the button (long green) press OK or ESC,
If the screenshot was successful you will find it with the yellow button, but you have to set the path in the config.
-
i added in 1.29 .. to the config.. 3 script for dns change..
if use google dns.. is black screen for me..
try and report ..
regards
-
v.1.29 add set Dns net
-
ok
here 2.7 version atv 7.4 work fine
add feature ;)
I haven't forgotten this plugin
In memory of mfaraj57
-
many code and file for it..
eg..
init compatibility py2 < py3 library
old code:
Pythonimport re, urllib2, urllib, cookielib, socket from urllib2 import Request, URLError, urlopen as urlopen2, build_opener, HTTPCookieProcessor, HTTPHandler, quote, unquote from urllib import quote, unquote_plus, unquote, urlencodenew code
Python
Display Moreimport re import socket # Compatibility tra Python 2 and Python 3 for urllib and HTTP cookie handling try: # Python 2 import urllib2 import urllib import cookielib from urllib2 import Request, URLError, urlopen as urlopen2, build_opener, HTTPCookieProcessor, HTTPHandler from urllib import quote, unquote_plus, unquote, urlencode CookieJar = cookielib.CookieJar except ImportError: # Python 3 import urllib.request as urllib2 import urllib.parse as urllib import http.cookiejar as cookielib from urllib.request import Request, URLError, urlopen as urlopen2, build_opener, HTTPCookieProcessor, HTTPHandler from urllib.parse import quote, unquote_plus, unquote, urlencode CookieJar = cookielib.CookieJarThere is a lot to do, you will have to ask the author if he can do it and if he gives consent to do it
-

add edit clie and major fix..
feedback please
thank's
1_0_19_BBE_3A2_110_EEEE0000_0_0_0_20240913142223.jpg1_0_19_BBE_3A2_110_EEEE0000_0_0_0_20240913142408.jpg
-
-
LinuxsatPanel INSTALLED SUCCESSFULLY
-
i have this script
backup timers ---->>> to media hdd
edit for your use
put in /usr/script
permissions
chmod 755
-
i give a example for you :)
command GREP how to use it..
eg.. I want to remove freeplayer pluginON OPENATV AND IMAGE OE BASED:
root@ustym4kpro:~# opkg list-installed | grep play
enigma2-plugin-extensions-mediaplayer - 3.9+git219+1d438d2-r0
enigma2-plugin-extensions-pictureplayer - 3.9+git219+1d438d2-r0
enigma2-plugin-freeplayer - 1.70.0
exteplayer3 - 68+gitr125+52666ca-r0.135
gstplayer - 0.1-r0.69
gstreamer1.0-plugins-base-playback - 1.20.5-r0
WAW
I found the installed program that I need to remove, so now I remove with the opkg remove command
root@ustym4kpro:~# opkg remove enigma2-plugin-freeplayer
Removing enigma2-plugin-freeplayer (1.70.0) from root...
root@ustym4kpro:~#
done..
ON CVS DREAMBOX ETC... COMMAND ARE
apt list --installed | grep play
for remove it..
apt-get remove $paketname
or
dpkg -r $paketname
-
:(
this this this..
-
ok re try :)
