Hello,
Do you have plugin moviebrowser (1080p or 2196p) for openpli 8.3 (vuplus 4K) ?
Best regard
Hello,
Do you have plugin moviebrowser (1080p or 2196p) for openpli 8.3 (vuplus 4K) ?
Best regard
Whats happened ? I need help
version 3.9-rc0
Refactoring all code
-PEP8
-cleaning many code unnecessary and compact code
-fix agents
-fix import for type
-major fix on cls
on top of topic
Getting crash when trying to update database on openatv 7.5.1
10:01:35.9415 Traceback (most recent call last):
10:01:35.9416 File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 1039, in database_run
10:01:35.9450 found, orphaned, moviecount, seriescount = UpdateDatabase(False, '', '', '').showResult(True)
10:01:35.9457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:01:35.9458 File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 8173, in __init__
10:01:35.9610 self.makeUpdate()
10:01:35.9612 File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 8248, in makeUpdate
10:01:35.9759 self.getTMDbData(url, '0', False)
10:01:35.9762 File "/usr/lib/enigma2/python/Plugins/Extensions/MovieBrowser/plugin.py", line 8263, in getTMDbData
10:01:35.9904 if search('"total_results":0', output) is not None:
10:01:35.9908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:01:35.9909 File "/usr/lib/python3.12/re/__init__.py", line 177, in search
10:01:35.9982 TypeError: cannot use a string pattern on a bytes-like object
10:01:35.9983 [ePyObject] (PyObject_CallObject(<bound method movieBrowserMetrix.database_run of <class 'Plugins.Extensions.MovieBrowser.plugin.movieBrowserMetrix'>>,()) failed)
Display More
trhank's
try
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
trhank's
try
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
yes script is working no more crash :)
trhank's
try
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
yes script is working no more crash :)
this plugin has three identical classes.. only the skin system changes.. Now I have decreased the code maybe by 50%, but if I have time I will only do one class. it is too big many repeated lines I have defined many things in a single block, but much to do still.
the error received is one of the defined blocks that were repeated in the codes and precisely fetch_url which returns bytes as it should, in some positions I did not take into account that a string had to be rendered..
def fetch_url(url):
headers = {'Accept': 'application/json'}
request = Request(url, headers=headers)
try:
response = urlopen(request, timeout=10)
data = response.read()
return data.decode("utf-8") if PY3 else data
except Exception:
return ""
and so for convenience now I have only added output = outputstr(output)
to not import other libraries like six etc..
it is a nice plugin, nothing to say. but very big
Button 3
pasted-from-clipboard.pngpasted-from-clipboard.png
Button 1
Here README AND CHANGELOG
# Download latest release
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
i'm not surefor dreamb ox
test here
v.4.1
-fix posterwall
-minor fix
Hello
Does this application have Turkish language support?
I can't find it in the TMDb/The TVDb Language section. If I need to attach a file for this, I would be very grateful if you could help me.
I am using openPLI 3,9,9
Thank you
Hi, I tried to copy the GitHub folder "Moviebrowser" with the .py file in the extension folder of the OpenVIX 6.8 and get this error.
Could you made a ipk file?
Thanks!
translate please..
Some Enigma Plugins are not available
error please.. or debug :(
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh -O - | /bin/sh
use from telnet this command. .and try
Get this error:
root@gbue4k:~# wget -q --no-check-certificate "https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh" -O - | /bin/sh
wget -q --no-check-certificate "https://raw.githubusercontent.com/Belfagor2005/MovieBrowser/main/installer.sh" -O - | /bin/sh
/bin/sh: line 4: syntax error near unexpected token `('
/bin/sh: line 4: `changelog = ('
Hello,
Is it possible to add Turkish to the language selection in the TMBD settings of this application?
Don’t have an account yet? Register yourself now and be a part of our community!