Автор Тема: Плагин YouTube-настройка ,вопросы ,обсуждение  (Прочитано 28814 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн oleg_satelit

YouTube от Taapat 28.07.2020
 
Пользователи, которые поблагодарили этот пост: Gorrec, vdovbnenko, M16, batoni123

Оффлайн oleg_satelit

YouTube от Taapat 29.07.2020

- YouTubeVideoUrl: try fix age gate detection, thx random-nick
- YouTubeUi: also shows video id at extract error
On error users are able to take a screenshot but are unable to specify the video in which such error occurs.
- YouTubeUi: fix error string format in getVideoUrl
 
Пользователи, которые поблагодарили этот пост: Admin, vdovbnenko, M16, batoni123

Оффлайн oleg_satelit

YouTube от Taapat 30.07.2020
Spoiler for Hiden:
- YouTubeUi: fix Russian search language display in settings
  Before that, the country was displayed, not the language
- YouTubeUi: get search region and language from enigma
  Use the search region and language from the enigma so you don't have to translate and maintain them.
  This allows you to use all countries and languages for which a particular image is available.
- Update language files after language removal

- YouTubeUi: исправлено отображение русского языка поиска в настройках
  До этого отображалась страна, а не язык
- YouTubeUi: получить регион и язык поиска из enigma
  Используйте область поиска и язык из enigma, чтобы вам не приходилось переводить и поддерживать их.
  Это позволяет вам использовать все страны и языки, для которых доступно определенное изображение.
- Обновление языковых файлов после удаления языка
 
Пользователи, которые поблагодарили этот пост: Admin, vdovbnenko, M16, batoni123

Оффлайн stepan77

Youtube-Mod-RAED
« Ответ #18 : 02 Август 2020, 11:17:58 »
Youtube-Mod-RAED 02.08.2020

-YouTubeUi: add workoround if CountryCodes not exist
(This fix GSOD on BH where CountryCodes not exist in Tools, Thx for report матросКТОФ)
-YouTubeUi: get default language and country from enigma
(This allows you to automatically set the search language and region from the enigma settings and you do not need to specify it manually.)
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, M16, Gerakl, parisan, batoni123

Оффлайн 133048

Re: Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #19 : 11 Август 2020, 21:23:06 »
Youtube-Mod-RAED 11.08.2020

-[YouTubeUi]:
*small style fixes
*fix previus commit
*Also some other style fixes.)
*fix ngettext import
*Intruducet in previous commit
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, M16, parisan, batoni123

Оффлайн oleg_satelit

Re: Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #20 : 30 Август 2020, 20:36:20 »
YouTube от Taapat 30.08.2020
- YouTubeSearch: use BUTTONS_FOLDER for compatibility with older images
- YouTubeSearc: restore MenuActions
Removed in previous commit.
This fix menu callback on OpenPli.

- Openvix compatibility patch
Spoiler for Hiden:
* [YouTubeSearch] Adapt YouTubeSearch to changes in ConfigListScreen

Remove redundant "red" and "green" entries from YouTubeSearch action
map.

Override "save" action so that the correct method is called on
both GREEN and OK.

Allow for ConfigListScreen to disable its native bindings. Also
disable the native bindings for self['list'] so that they don't
override ConfigListScreen actions.

Override ConfigListScreen methods that need to be directed to
self['list'] rather than self['config'].

Add embedded skin button hint for the TEXT key when it is enabled.

Commit author: PRL

* [YouTubeVirtualKeyBoard] Improve interactivity

Update suggestions list when opened with a non-empty text string.

Update suggestions list on character deletion as well as on insertion.

Commit author: PRL
- YouTubeUi: fix ngettext import
Intruducet in previous commit
- YouTubeUi: fix previus commit
Also some other style fixes.
- YouTubeUi: small style fixes
 
Пользователи, которые поблагодарили этот пост: Gorrec, Root, vdovbnenko, parisan, batoni123

Оффлайн Cracer

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #21 : 03 Сентябрь 2020, 23:58:44 »
YouTube от Taapat 03.09.2020

- YouTubeSearch: add VKeyIcon widget if not exist in self
Try fix
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, amator, oleg_satelit, batoni123

Оффлайн Root

Re: Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #22 : 04 Сентябрь 2020, 21:39:42 »
YouTube от Taapat 04.09.2020

Цитировать
- 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
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, parisan, oleg_satelit, batoni123

Оффлайн Gorrec

Плагин YouTube от Taapat
« Ответ #23 : 07 Сентябрь 2020, 22:07:30 »
YouTube от Taapat 07.09.2020

- Try fix plural forms in polish language, fix

I do not know how is right in Polish.
I only use a similar translation as in enigma.
Please fix this afterwards if necessary.
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, Virus, parisan, oleg_satelit, batoni123, Nicon83

Оффлайн Virus

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #24 : 01 Ноябрь 2020, 21:11:37 »
Обновлённая версия плагина youtube_h1+git572+3c2cb70-r0.0 от 01.11.2020

● YouTubeVideoUrl: fix JSON object extraction from string, thx zmej to ……point on this
● Update hu.po

работает без автоизации(ключи не надо вносить -уже там)
 
Пользователи, которые поблагодарили этот пост: Admin, vdovbnenko, Gerakl, parisan, batoni123

Оффлайн Серргей

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #25 : 10 Ноябрь 2020, 19:10:05 »
Youtube_h1+git591+b7291eb-r0.0 от 10.11.2020

● YouTubeVideoUrl: fix error messages on python 3
● YouTubeVideoUrl: small optimization in extract error messages
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, Virus, parisan, batkov, batoni123

Оффлайн Gorrec

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #26 : 11 Ноябрь 2020, 20:20:44 »
YouTube от Taapat 11.11.2020

- YouTubeUi: don't try workaround in _tryStr() on KeyError
- YouTubeUi: add in _tryStr() workaround if image python have str() problems
 
Пользователи, которые поблагодарили этот пост: sogaz, vdovbnenko, Gerakl, parisan, batkov, batoni123

Оффлайн Astra4A

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #27 : 18 Ноябрь 2020, 21:40:54 »
- 18.11.2020
- YouTubeVideoUrl: add support for rental videos previews
- YouTubeVideoUrl: update extractor.
 
Пользователи, которые поблагодарили этот пост: Joker, vdovbnenko, TU-134, parisan, Ograd, batoni123

Оффлайн TU-134

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #28 : 29 Ноябрь 2020, 21:58:34 »
Youtube Mod-RAED 29.11.2020

-YouTubeVideoUrl: update extractor
-YouTubeVideoUrl: add support for rental videos previews
-YouTubeUi: fix language code parse in workaround
(For countries where the country code is different from the country abbreviation.
For example English abbreviation is EN but code GB.)
-YouTubeVideoUrl: improve error reason extraction
-YouTubeUi: fix default search region
(On OpenPli getLanguage() return en_EN if defult language is used.
However a country code EN in ISO-3166 does not exist.
Use All search region if default en_EN is returned.)
-YouTubeUi: second try to fix country code parse workaround
-YouTubeVideoUrl: remove unneed checks in error messages
 
Пользователи, которые поблагодарили этот пост: vdovbnenko, Gerakl, parisan, Ograd

Оффлайн Joker

Плагин YouTube-настройка ,вопросы ,обсуждение
« Ответ #29 : 02 Декабрь 2020, 20:10:04 »
YouTube  02.12.2020

- YouTubeVideoUrl: remove now unused _html_search_meta and _meta_regex
This functions removed
- YouTubeVideoUrl: improve yt initial player response extraction, thx d…
…stftw
- YouTubeVideoUrl: improve age-gated videos extraction, thx dstftw
- Revert "YouTubeVideoUrl: try fix new youtube player on age restricted…
… videos"
Человеком мало родиться -им  ещё надо стать...
 
Пользователи, которые поблагодарили этот пост: Gorrec, vdovbnenko, parisan, Ograd, batkov, batoni123, voxaxxx