Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin.video.youtube@nexus] 7.0.2 #4379

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions plugin.video.youtube/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.0.1" provider-name="anxdpanic, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.2.2" provider-name="anxdpanic, bromix">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.12.4"/>
Expand All @@ -14,7 +14,14 @@
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.addon.metadata">
<news>
[fix] video duration not showing in lists
[new] quality and stream feature selection
[new] enable HLS live streams
[new] stream and language labelling
[chg] separately enable local/remote history
[chg] restore unsupported compatibility for Kodi v19 (Matrix)
[fix] fix various playback issues |contrib: various|
[fix] Limit host connections getting subscription feeds |contrib: cas--|
[fix] fix handling of connection failures
[upd] Translations updated from Kodi Weblate
</news>
<assets>
Expand Down
66 changes: 65 additions & 1 deletion plugin.video.youtube/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,72 @@
6.8.18
7.0.2.2
[fix] Fix Matrix compatibility
[fix] Update unofficial patch

7.0.2.1
[fix] fix Matrix InputStream.Adaptive dependency version

7.0.2
[new] quality and stream feature selection
[new] enable HLS live streams
[new] stream and language labelling
[chg] separately enable local/remote history
[chg] restore unsupported compatibility for Kodi v19 (Matrix)
[fix] fix various playback issues |contrib: various|
[fix] Limit host connections getting subscription feeds |contrib: cas--|
[fix] fix handling of connection failures
[upd] Translations updated from Kodi Weblate

7.0.1
[fix] video duration not showing in lists
[upd] Translations updated from Kodi Weblate

7.0.0
[rem] removed support for versions of Kodi pre-Nexus v20
[rem] removed support for python 2
[rem] removed dependency on six
[upd] Translations updated from Kodi Weblate

6.8.25
[fix] Nexus compatibility with InfoTagVideo |contrib: jurialmunkey|
[chg] make httpd /api url case insensitive due to skin choice of uppercase settings text
[chg] use listitem property for Inputstream Adaptive headers instead of url piped on Nexus+
[upd] Translations updated from Kodi Weblate

6.8.24
[fixup] resolve playback history not being updated
[add] add opus audio support
[upd] use more descript reasons for failed playback
[upd] Translations updated from Kodi Weblate

6.8.23
[revert] subscription groups/tags - causing breaking issues

6.8.21
[chg] Icons and Fanart updated |contrib: papercore-dev|
[add] Add setting General - Hide short videos (1 minute or less)
[add] Add support for /shorts/video_id format links |contrib: jmbreuer|
[add] Add Fanart to Subscriptions
[add] Access to Saved Playlists
[fix] Display of channel fanart
[fix] Misc missing fanart
[lang] translation updates from Weblate

6.8.20
[fix] Fix to_str |contrib: RNavega|
[fix] Fix playback buffering |contrib: RNavega|
[fix] Subtitle language names
[lang] translation updates from Weblate

6.8.19
[fix] /uri2addon/ endpoint for playback of youtube.com urls
[fix] Don't assume addon is installed in home directory |contrib: jfly|
[lang] translation updates from Weblate

6.8.18
[fix] Fix to_str |contrib: RNavega|
[fix] Fix playback buffering |contrib: RNavega|
[lang] translation updates from Weblate

6.8.17
[fix] Fix comments on Kodi 19+ |contrib: ramateur|
[fix] Fix ratebypass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ msgid "Always ask for the video quality"
msgstr ""

msgctxt "#30010"
msgid "Video quality"
msgid "Maximum video quality"
msgstr ""

msgctxt "#30011"
Expand All @@ -73,15 +73,15 @@ msgid "720p (HD)"
msgstr ""

msgctxt "#30013"
msgid "1080p (HD)"
msgid "1080p (FHD)"
msgstr ""

msgctxt "#30014"
msgid "2160p (4k)"
msgid "2160p (4K)"
msgstr ""

msgctxt "#30015"
msgid "4320p (8k)"
msgid "4320p (8K)"
msgstr ""

msgctxt "#30016"
Expand All @@ -96,6 +96,10 @@ msgctxt "#30018"
msgid "1080p Live / 720p (HD)"
msgstr ""

msgctxt "#30019"
msgid "144p"
msgstr ""

# empty strings 30019
msgctxt "#30020"
msgid "Allow 3D"
Expand Down Expand Up @@ -988,7 +992,7 @@ msgid "Reset resume point"
msgstr ""

msgctxt "#30675"
msgid "Use playback history (watched, resume tracking)"
msgid "Use local playback history (watched, resume tracking)"
msgstr ""

msgctxt "#30676"
Expand Down Expand Up @@ -1048,7 +1052,7 @@ msgid "Use for live streams"
msgstr ""

msgctxt "#30690"
msgid "InputStream Adaptive >= 2.0.12 is required for live streams"
msgid "InputStream Adaptive >= 2.0.12 is required for adaptive live streams"
msgstr ""

msgctxt "#30691"
Expand Down Expand Up @@ -1176,31 +1180,31 @@ msgid "Default to WEBM adaptation set (4K)"
msgstr ""

msgctxt "#30722"
msgid "HDR"
msgid "Enable HDR video"
msgstr ""

msgctxt "#30723"
msgid "Proxy is required for mpeg-dash vods (see HTTP Server)[CR]> 1080p and HDR requires InputStream Adaptive >= 2.3.14"
msgstr ""

msgctxt "#30724"
msgid "Limit to 30fps"
msgid "Enable high framerate video"
msgstr ""

msgctxt "#30725"
msgid "1440p (HD)"
msgid "1440p (QHD)"
msgstr ""

msgctxt "#30726"
msgid "Uploads"
msgstr ""

msgctxt "#30727"
msgid "Adaptive (MP4/H264)"
msgid "Enable H.264 video"
msgstr ""

msgctxt "#30728"
msgid "Adaptive (WEBM/VP9)"
msgid "Enable VP9 video"
msgstr ""

msgctxt "#30729"
Expand Down Expand Up @@ -1234,3 +1238,111 @@ msgstr ""
msgctxt "#30736"
msgid "Hide short videos (1 minute or less)"
msgstr ""

msgctxt "#30737"
msgid "Use alternate client details"
msgstr ""

msgctxt "#30738"
msgid "Alternate #1"
msgstr ""

msgctxt "#30739"
msgid "Alternate #2"
msgstr ""

msgctxt "#30740"
msgid "HLS"
msgstr ""

msgctxt "#30741"
msgid "Multi-stream HLS"
msgstr ""

msgctxt "#30742"
msgid "Adaptive HLS"
msgstr ""

msgctxt "#30743"
msgid "MPEG-DASH"
msgstr ""

msgctxt "#30744"
msgid "Original"
msgstr ""

msgctxt "#30745"
msgid "Dubbed"
msgstr ""

msgctxt "#30746"
msgid "Descriptive"
msgstr ""

msgctxt "#30747"
msgid "Alternate"
msgstr ""

msgctxt "#30748"
msgid "Stream features"
msgstr ""

msgctxt "#30749"
msgid "Enable AV1 video"
msgstr ""

msgctxt "#30750"
msgid "Enable Vorbis audio"
msgstr ""

msgctxt "#30751"
msgid "Enable Opus audio"
msgstr ""

msgctxt "#30752"
msgid "Enable AAC audio"
msgstr ""

msgctxt "#30753"
msgid "Enable surround sound audio"
msgstr ""

msgctxt "#30754"
msgid "Enable AC-3 audio"
msgstr ""

msgctxt "#30755"
msgid "Enable EAC-3 audio"
msgstr ""

msgctxt "#30756"
msgid "Enable DTS audio"
msgstr ""

msgctxt "#30757"
msgid "Remove similar/duplicate streams"
msgstr ""

msgctxt "#30758"
msgid "Stream selection"
msgstr ""

msgctxt "#30759"
msgid "Quality selection"
msgstr ""

msgctxt "#30760"
msgid "Automatic + Quality selection"
msgstr ""

msgctxt "#30761"
msgid "Update playback history on Youtube"
msgstr ""

msgctxt "#30762"
msgid "Multi-language"
msgstr ""

msgctxt "#30763"
msgid "Multi-audio"
msgstr ""
Loading
Loading