-Add a config option to select player for YouTube media playback
(This allows choose default media player, exteplayer or gstplayer if a plugin ServiceApp is installed)
-2to3 some code changes for Python3
-Change httplib to urllib2
-YouTubeVideoUrl: fix video extraction on Python3
-YouTubeSearch: optimize get charset in getGoogleSuggestions
-YouTubeUi: some code readable optimization
-Intruduce compat_ssl_urlopen for code optimization
-Update and fix search regions and languages
-Add ngettext for true plurals, thx @ims21
-YouTubeUi: add key menu to call setup screen with menu button in menuscreen, thx @ims21
-YouTubeUi: remove unused before in _tryComplStr
-YouTubeSearch: don't wait return from google suggestion when you start search
-YouTubeUi: fix duration in Live broadcasts
-Try remove likes from vido ID tests
(This has recently triggered too many travis test fails)
-YouTubeVideoUrl: move compat functions to compat
-YouTubeVideoUrl: make some local functions static
-YouTubeVideoUrl: optimize some imports
-Introduce the option to remember the last position
(Remembers the last 20 played video positions when exiting, and offers to continue from the exit position the next time when the video is played again.)
-Add download size info in YouTubeDownloadList screen
(A skin update is required to display this parameter. See an example in a plugin screen.)
-Show recent videos from all subscriptions
(Previously, recent videos were shown only from subscriptions in search results quantity. That worked much faster however misleads users.)
(I hope for a lot of users with subscriptions, this will not work too slowly.)
-YouTubeUi: not set PageToken in all recent subscriptions
-YouTubeUi: use bytes for url in downloadPage
(This fix thumbnails download on python 3)
-OAuth use data as bytes
(This fix urlopen on python 3)
-YouTubeSearch: initialize ConfigListScreen with an empty list
(To fix GSOD on openATV 6.5 with python3)
-Regenerate translations after last changes
-Fix plural forms in russian translation, thx Durimar
- 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
-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
- YouTubeSearch: allows choose playable video in suggestions list
Some users don't understand that it's just a suggestions list and are trying to specify a video to play in it.
- Update Russisn translation
- Add forgotten colon in Latvina translation
- Update Latvian translation
- Regenerate language files after added config option
- YouTubeVideoUrl change forgotten getValue usage for maxResolution
- Add option use DASH MP4 format in configs
This allow specify or you want to use DASH MP4 format streams if available.
This requires playing two video unad audio streams together with parametr '&suburi='in player url and may cause problems for some receivers.
- Second try to fix gui test on openatv 6.5
- Try fix gui test on openatv 6.5
- Fix gui test on openatv
- Refactor enigma code for test
- Remove unneed checks in ci.yml
- Add a larger separator in the gui test log before plugin screens load
- Try fix readKeymap on gui tests
- Try remove keymaps errors in gui test
- Update header in try_plugin
- Test YouTubeSetup config changes on gui test
- ci.yml: update schedule rules
- Create skin_user.xml in tests
To reduce errors in the log on images whose enigma does not contain functional default skin.
- Use skin_user.xml on openatv and OpenVix in gui tests
- Fix mismatched tag in skin_user.xml for gui test
- Try reduce skin_user errors on gui test
- Add ePicLoad decode in gui test log
To see what images are used
- Rename skin_user to skin_display for gui test
Openatv 6.4 not load skin_user on init skins.
- Fix paths to gui test skin
- Get serach phrase from list in YouTubeSearch in gui test
- YouTubeMain: try fix My feeds if authentication changed, thx for repo…
…rt fairbird
- Fix RcModel for gui test on atv
- Use universal arguments in RcModel functions for gui test
- Remove timers from gui test log
- Add YouTubePlayer in gui test
- Fix gui test on OpenATV-6.5
- Add Public feeds to gui test
- Implement get, startDecode and getData functions in ePicLoad for gui …
…test
- Add Public feeds and Menu ChoiceBox in gui test
- Load skins on gui test
To reduce errors in screens from default skin.
Works only on images where enigma contains default skin and all components in default skin.
- Do not make gui test if python code check fails
- Update id.po
- Delete forgotten redefinited functions for gui test
- Back to old loadPNG for gui test
- Second try to fix gui test on OpenPli develop
- Fix gui test on OpenPli develop
- Remove travis.yml also from ci.yml paths-ignore
- Remove Travis CI
I've spent all my free credits.
Therefore, stay on GitHub Actions that do the same and more.
- Fix line too long error in enigma for gui test
- Try fix gui test if video url not found
- Add GPLv2 license badge in README.md
- Add svg icons and scalable screens support
- Fix src paths in automerge
- Fix github path in automerge
- Automerge if only po files changed
If along with the po files is also changed some source files then do not use automerge to merge pull request.
- Update language file date for ci test
wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/YouTube/installer.sh -qO - | /bin/sh
- YouTubeVideoUrl: fix video format exctraction on WEB client
- YouTubeVideoUrl: try fix POST data on python 3.8
- OAuth: fix E203 whitespace before :
- YouTubeVideoUrl: use ANDROID client for video extraction
This should fix freezes while playing videos.
https://code.videolan.org/videolan/vlc/-/issues/26174#note_286445
Thx coletdjnz and thawtes for
Fix #140 #142
- YouTubeUi: ignore import shadowed by loop variable
- Some code style fixes in test enigma
- Fix test on OpenViX
- setup_translate: optimize code
- YouTubeVideoUrl: some code style updates
Rename function createPriorityFormats.
Replace use of a reluctant quantifier.
Remove the unused local variable retry.
- Add python version in sonar-project.properties
- Add sonarcloud quality gate status badge in README
- setup: use constant instead of duplicating literal
- setup_translate: fix noncompliant raise exception
- Add SonarCloud workflow action
I took the idea to use sonarcloud from openatv, thx jbleyel.
- YouTubeUi: some code style fixes
-Remove twisted-web dependencies from plugin
(depends python-twisted-web dependencies in meta-openembedded have been fixed for a long time and now it should no longer be a problem)
-Fix python3 version in control file
-YouTubeVideoUrl: update client version and key (Thx coletdjnz)
-YouTubeVideoUrl: remove query in _download_webpage
(I don't see the point in using so much code to just specify a client key as a separate value.)
-Improve unverified context in urlopen
-OAuth: excluding some code from coverage
-YouTubeVideoUrl: excluding some code from coverage
-YouTubeSearch: excluding some code from coverage
-YouTubeVideoUrl: some code style updates
(Rename function createPriorityFormats.
Replace use of a reluctant quantifier.
Remove the unused local variable retry.)
-YouTubeUi: some code style fixes
-YouTubeUi: ignore import shadowed by loop variable
-Change raise Exception to RuntimeError
-Rename functions in OAuth and init
(To function names comply with a naming convention.)
-YouTubeInfo: fix key_red valign argumnet in skins
wget https://raw.githubusercontent.com/fairbird/Youtube-Opensource-DreamOS/master/installer.sh -qO - | /bin/sh
…ypeError
I hope this will reduce fake build fails.
force-test skip-telease
Добрый день.попробуй закинуть ручками по ftp... usr\lib\enigma2\python\Plugins\Extensions\**.**
Подскажите что делаю не так, исходные Gi8120+Enigma2 (OpenPLI чья-то сборка не помню давно ставил).
Третий вечер бьюсь с общей проблемой Bad reuest, скачиваю обновление, записываю на флэшку, инсталлирую пишет Выполнено - Установлено, обновлено или удалено 0 пакетов (с 0 ошибками), проблема не исправляется.
Заранее спасибо.
Спасибо помогло.Добрый день.попробуй закинуть ручками по ftp... usr\lib\enigma2\python\Plugins\Extensions\**.**
Подскажите что делаю не так, исходные Gi8120+Enigma2 (OpenPLI чья-то сборка не помню давно ставил).
Третий вечер бьюсь с общей проблемой Bad reuest, скачиваю обновление, записываю на флэшку, инсталлирую пишет Выполнено - Установлено, обновлено или удалено 0 пакетов (с 0 ошибками), проблема не исправляется.
Заранее спасибо.
YouTube git1231 от Taapat 21.11.2024привет ,может кто проверял ету версию на работоспособность ,у меня не работает ,(все находит, но при воспроизведении *черный екран *)
У меня GI 8120 - аналогично. Неработает.привет ,пробуйте в менюшке Serviceapp,поставить плеер *оригинальный ,тогда плагин откривает видео
Спасибо. Так и сделал. Видео открывает, но нет звука, и не могу выйти из плагина. Необхидим рестарт.а как раньше выходили из плага? по кнопке /ексит /у меня также нет выхода , нужно нажать кнопку /tv*/рес предложит вот так как на скрине ,ну а далее по подсказкам
Спасибо. Нормальный выход из плагина у меня через кнопку пульта - stop (Gi 8120 HD). Подскажите еще почему в некоторых роликах, на одном канале нет звука?название етих роликов ?,проверю ,может и у меня небудет звука ?
все ,плагин уже и в етих режимах у меня перестал работать