What's new

VU+ Plugins - Streaming & IPTV YouTube Plugin by Taapat

Vmax

Staff member
Super Moderator
Messages
864
Joined
Feb 4, 2015
Reaction score
1,241
Points
108
enigma2-plugin-extensions-youtube-h1-git568-1651aba-r0-0-all-ipk



- YouTubeSearch: always shows key_text in skin …

There are no other config values that should not use a virtual keyboard, so it is not necessary to use convert ConditionalShowHide to enable or disable key_text in some cases.

- YouTubeSearch: set the VKeyIcon widget on screen init in all cases …

As I see on openvix VKeyIcon is set only in case if it doesn't exist in self, so it shouldn't break anything.

In fact, the VKeyIcon widget here is needed only for compatibility with the skins that use it.

-Remove Olympics form travis test
 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
enigma2-plugin-extensions-youtube_1+git569+0e62889-r0_all.deb

Code

  1. - Openvix compatibility patch
  2. - YouTubeSearc: restore MenuActions
  3. (Removed in previous commit.
  4. This fix menu callback on OpenPli.)
  5. - YouTubeSearch: use BUTTONS_FOLDER for compatibility with older images
  6. - YouTubeSearch: add VKeyIcon widget if not exist in self
  7. - YouTubeSearch: set the VKeyIcon widget on screen init in all cases
  8. (As I see on openvix VKeyIcon is set only in case if it doesn't exist in self, so it shouldn't break anything.
  9. In fact, the VKeyIcon widget here is needed only for compatibility with the skins that use it.)
  10. - YouTubeSearch: always shows key_text in skin
  11. (There are no other config values that should not use a virtual keyboard, so it is not necessary to use convert ConditionalShowHide to enable or disable key_text in some cases.)
  12. - Add polish language, thx jacc555
 

Attachments

Aliraza63

Staff member
Super Moderator
Messages
917
Joined
Apr 10, 2015
Reaction score
1,573
Points
108
YouTube_h1+git714+24dc06c-r0.0 от 17.02.2021

● YouTubeSearch: use exception for encode errors in suggestions
● Add YouTubeVirtualKeyBoard in gui test
● On gui tests call YouTubeSetup and YouTubeDownloadList from YouTubeMain screen
● Fix and use openWithCallback in gui tests
● Add YouTubeSearch screen in gui test code change check
 

Attachments

kalkan99

Staff member
Super Moderator
Vuplus-Images Elite
Significant Contributor
Special Friend
Messages
763
Joined
Jun 6, 2015
Reaction score
847
Points
108
YouTube_h1+git758+22b964c-r0.0 от 23.02.2021



- YouTubeMain: intruduce variables current and text …

It's better to use an understandable name self.value[0] and self.value[1].

-YouTubeUi: fix missing whitespace around operator

-YouTubeUi: remove class variable self.text
 

Attachments

Vmax

Staff member
Super Moderator
Messages
864
Joined
Feb 4, 2015
Reaction score
1,241
Points
108
Youtube_h1+git908+c14ead9-r0.0 от_20.12.2021

-Fix python3 version in control file
-Remove twisted-web dependencies from plugin depends …
python-twisted-web dependencies in ****-openembedded have been fixed for a long time and now it should no longer be a problem.

Thx @Taapat
 

Attachments

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,066
Joined
Sep 10, 2014
Reaction score
3,912
Points
728
Youtube_h1+git983+141efd7-r0.0_06.02.2022

●Use property getter in usePageToken

Thx @Taapat
 

Attachments

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,066
Joined
Sep 10, 2014
Reaction score
3,912
Points
728
outube_h1+git1002+891cf76-r0.0 от 19.02.2022


● YouTubePlayer: fix SyntaxError on python3
With settings from image on python2.
Python2 use arbitrary precision integers witch is merged in python3 and this cause SyntaxError when get settings from python2 with this integers (for example 3777320657616896L)
 

Attachments

kalkan99

Staff member
Super Moderator
Vuplus-Images Elite
Significant Contributor
Special Friend
Messages
763
Joined
Jun 6, 2015
Reaction score
847
Points
108
13.01.2023 update
Youtube h1+git1049
Youtube_py3+git1049


git1049:
Don't use getConfigListEntry
It just checks the number of arguments in entry.
I don't see a reason to use this function if I add a fixed number of arguments to the entry.
thanks Taapat
 

Attachments


Top Bottom