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] 7.0.2+matrix.1 #4381

Closed
wants to merge 1 commit into from
Closed
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
674 changes: 0 additions & 674 deletions plugin.video.youtube/LICENSES/GPL-3.0-or-later

This file was deleted.

19 changes: 12 additions & 7 deletions plugin.video.youtube/addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="6.8.25+matrix.1" provider-name="anxdpanic, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.2+matrix.1" provider-name="anxdpanic, bromix">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.six" version="1.11.0"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="inputstream.adaptive" version="19.0.7"/>
<import addon="script.module.inputstreamhelper" version="0.2.2" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/default.py">
Expand All @@ -13,14 +13,19 @@
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.addon.metadata">
<news>
[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+
[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>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
</assets>
<platform>all</platform>
<license>GPL-2.0-only</license>
Expand Down
959 changes: 959 additions & 0 deletions plugin.video.youtube/changelog.txt

Large diffs are not rendered by default.

Binary file removed plugin.video.youtube/fanart.jpg
Binary file not shown.
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