Posts by biko
-
-
-
Display MoreDisplay MoreDisplay MoreDisplay MoreDisplay More
clever idea this,
regarding languages
can you not just read the settings file
config.osd.language=en_GB
and just use the first 2 characters. ;)
and the TMBD language abbreviations i use in my pluginslanguages = [
('en', 'English'),
('de', 'Deutsch'),
('es', 'Español'),
('fr', 'Français'),
('it', 'Italiano'),
('nl', 'Nederlands'),
('tr', 'Türkçe'),
('cs', 'Český'),
('da', 'Dansk'),
('hr', 'Hrvatski'),
('hu', 'Magyar'),
('no', 'Norsk'),
('pl', 'Polski'),
('pt', 'Português'),
('ro', 'Română'),
('ru', 'Pусский'),
('sh', 'Srpski'),
('sk', 'Slovenčina'),
('fi', 'suomi'),
('sv', 'svenska'),
('uk', 'Український'),
('ar', 'العربية'),
('bg', 'български език'),
('el', 'ελληνικά'),
('sq', 'shqip')
]
Thank you for the smart recommendation
Now the file can identify and search for any movie poster in any language
can you share code of languages with your modifications ?
remove old
Codeos.system("cat /etc/enigma2/settings | grep config.osd.language|sed '/^config.osd.language=/!d' > /tmp/language.txt") leng = open('/tmp/language.txt', 'r').readline().replace('config.osd.language=', '').replace('_', '-').replace('\n', '')replaced by new
Code
Display Morelanguages = [ ('en', 'English'), ('de', 'Deutsch'), ('es', 'Español'), ('fr', 'Français'), ('it', 'Italiano'), ('nl', 'Nederlands'), ('tr', 'Türkçe'), ('cs', 'Český'), ('da', 'Dansk'), ('hr', 'Hrvatski'), ('hu', 'Magyar'), ('no', 'Norsk'), ('pl', 'Polski'), ('pt', 'Português'), ('ro', 'Română'), ('ru', 'Pусский'), ('sh', 'Srpski'), ('sk', 'Slovenčina'), ('fi', 'suomi'), ('sv', 'svenska'), ('uk', 'Український'), ('ar', 'العربية'), ('bg', 'български език'), ('el', 'ελληνικά'), ('sq', 'shqip') ]does tmdb support multi languages ? i think it's use 1 language per request
so how it should work ?
depend on event name by any language , one language will be per request
-
Display MoreDisplay MoreDisplay More
clever idea this,
regarding languages
can you not just read the settings file
config.osd.language=en_GB
and just use the first 2 characters. ;)
and the TMBD language abbreviations i use in my pluginslanguages = [
('en', 'English'),
('de', 'Deutsch'),
('es', 'Español'),
('fr', 'Français'),
('it', 'Italiano'),
('nl', 'Nederlands'),
('tr', 'Türkçe'),
('cs', 'Český'),
('da', 'Dansk'),
('hr', 'Hrvatski'),
('hu', 'Magyar'),
('no', 'Norsk'),
('pl', 'Polski'),
('pt', 'Português'),
('ro', 'Română'),
('ru', 'Pусский'),
('sh', 'Srpski'),
('sk', 'Slovenčina'),
('fi', 'suomi'),
('sv', 'svenska'),
('uk', 'Український'),
('ar', 'العربية'),
('bg', 'български език'),
('el', 'ελληνικά'),
('sq', 'shqip')
]
Thank you for the smart recommendation
Now the file can identify and search for any movie poster in any language
can you share code of languages with your modifications ?
remove old
Codeos.system("cat /etc/enigma2/settings | grep config.osd.language|sed '/^config.osd.language=/!d' > /tmp/language.txt") leng = open('/tmp/language.txt', 'r').readline().replace('config.osd.language=', '').replace('_', '-').replace('\n', '')replaced by new
Code
Display Morelanguages = [ ('en', 'English'), ('de', 'Deutsch'), ('es', 'Español'), ('fr', 'Français'), ('it', 'Italiano'), ('nl', 'Nederlands'), ('tr', 'Türkçe'), ('cs', 'Český'), ('da', 'Dansk'), ('hr', 'Hrvatski'), ('hu', 'Magyar'), ('no', 'Norsk'), ('pl', 'Polski'), ('pt', 'Português'), ('ro', 'Română'), ('ru', 'Pусский'), ('sh', 'Srpski'), ('sk', 'Slovenčina'), ('fi', 'suomi'), ('sv', 'svenska'), ('uk', 'Український'), ('ar', 'العربية'), ('bg', 'български език'), ('el', 'ελληνικά'), ('sq', 'shqip') ] -
2x folder DEB
Thank's fixed
-
Display More
clever idea this,
regarding languages
can you not just read the settings file
config.osd.language=en_GB
and just use the first 2 characters. ;)
and the TMBD language abbreviations i use in my pluginslanguages = [
('en', 'English'),
('de', 'Deutsch'),
('es', 'Español'),
('fr', 'Français'),
('it', 'Italiano'),
('nl', 'Nederlands'),
('tr', 'Türkçe'),
('cs', 'Český'),
('da', 'Dansk'),
('hr', 'Hrvatski'),
('hu', 'Magyar'),
('no', 'Norsk'),
('pl', 'Polski'),
('pt', 'Português'),
('ro', 'Română'),
('ru', 'Pусский'),
('sh', 'Srpski'),
('sk', 'Slovenčina'),
('fi', 'suomi'),
('sv', 'svenska'),
('uk', 'Український'),
('ar', 'العربية'),
('bg', 'български език'),
('el', 'ελληνικά'),
('sq', 'shqip')
]
Thank you for the smart recommendation
Now the file can identify and search for any movie poster in any language
-
-
How i can fix that lag in infobar and second infobar
I have 3-4 seconds delay before they appears
Use your api key from tmdb , to avoid this lag
-
Display More
or for language from box
languagebox = os.popen("cat /etc/enigma2/settings | grep config.osd.language|sed '/^config.osd.language=/!d'").read().replace('config.osd.language=', '').replace('_', '-').replace('\n', '')
languagebox = languagebox[:-3]
print('Language= ', languagebox)
Language= en
Lululla is that add to language at tmp or in the PosterX .py file, is that fit for add arabic
Thanks in advance
-
tahnks broth. bassim but when i opened setting file to fill the weather id i didnt find it
In this version the easiest way to use weather
MSN, it without any api
-
Not working Open PLi 8.0 Vuzero 4k
It's working and tested on same stb
You have 5 way to git weather
You must open poster and weather from setting
Attached last version
-
Display More
--no-check-certificate
only works if people have updated their wget package
correct me if I am wrong
and as your url is not https, there is no need for it.
True
If wget is very old it may not have this option. It may need updating.
In general, most servers have a certificate and do not need this option.
Some sites do not have a certificate and cause wget to issue an error and stop completing the process. no-check-certificate This option just tells wget to continue the download if an error occurs that the download source does not have a certificate.
The error turns into a warning and the download is completed.
-
If our developer @KiddaC don't mind
And in appreciation of the wonderful addition
The following code is enabled with a smart script that allows downloading the appropriate extension for the stb (ipk - deb)
It will always be updated with the latest versions
To facilitate downloading and installation through the panels on devices or mobiles
(jedimakerxtream)
-
v2.3.2 - 28-07-2021
- Added notification of new update:
.. Notification is shown in main title (if url is provided in "ajpanel_update_url").
.. Enable/Disable checking for update in Settings Menu.
- Fixed another crash on DreamOS (when using "Find").Codewget -q "--no-check-certificate" http://biko-73.selfip.com/lion/AJPanel/installer.sh -O - | /bin/sh -
Dear digiteng
can we add 2 language to search for as (language="en" , "ar") and it's not stb language
-
poster in next events works using this code
Quote<widget source="Event" render="PosterX" position="931,184" size="185,278" path="/media/hdd/poster/" zPosition="9" />
still not working
-
Many thanks and appreciation for your contributions and additions
Especially in rendering and displaying posters
It was completed successfully after following your last modifications
I only need to edit fetching the poster in the next event it does not work and so is the attached epg as attached
-
The code you used for infobar is wrong..
delayPic="100" this won't happen...for this xtraEvevnt plugin...
use it as i gave above...
Dear digiteng
Sorry i don't use (delayPic="100") may be by mistake happen once from 8 render i use it right and without (delayPic="100")
and still no poster
any more advice you can till me to fix
thank's
-
Dear digiteng
I try to use the new rinder (PosterX) in openatv 7.0 with nitro fhd mod and failed to get poster
the skin.xml attached
would you pleas advice and refer what is wrong or missing
thank you in advance
-
v2.3.0 - 25-07-2021
- Added feature to change the main page colors from the file "ajpanel_colors".
.. Copy the file from "AJPan" dir to your Backup dir and set your own colors.
- Added "Post Install" (Green Button) to select the action taken after package installation:
.. IPK/DEB Post Install Options : No action / Restart GUI / Reboot Device.
.. If you still see transparent text, change the coloring scheme from the Settings.
- Fixed "Find" (in Channel List Context Menu) for DreamOS.
- Fixed hanging DreamOS after AJPanel installation.
- Fixed DreamOS problem of not showing AJPanel in the plugins after installation.
There are 3 ways to download and install the panel
1 - The traditional way is to download from the forum the appropriate file for the device, transfer to the tmp folder, and install via telnet
2 - The installation code through telnet without downloading or manual installation
Codewget -q "--no-check-certificate" http://biko-73.selfip.com/lion/AJPanel/installer.sh -O - | /bin/sh3 - Update from within the plugin manually in the annotated manner
