Skip to content

Releases: anxdpanic/plugin.video.youtube

v7.4.3+beta.3

27 Apr 06:13
7d609f6

Choose a tag to compare

v7.4.3+beta.3 Pre-release
Pre-release

v7.4.3+beta.3

Fixed

  • Fix regressions with accessing http urls

v7.4.3+beta.2

27 Apr 01:04
3ec0ec7

Choose a tag to compare

v7.4.3+beta.2 Pre-release
Pre-release

v7.4.3+beta.2

Fixed

  • Improve handling of retries upon server error #1438
  • Improve identification of post-live streams #1420

Changed

  • Rename Subscriptions to Subscribed Channels #1435

v7.4.3+beta.1

10 Apr 15:09
302f7a7

Choose a tag to compare

v7.4.3+beta.1 Pre-release
Pre-release

v7.4.3+beta.1

Fixed

  • Updates to resolve inconsistent Python2 string encoding/decoding
  • Ensure parameters to Kodi builtin functions are parsed as string literals
  • Allow trailing slashes in url of html pages served by internal http server

Changed

  • Open confirmation dialog, with a link for further information, when sign in process fails
  • Update API config page html
  • Improve handling of API key settings changes
  • Detect and notify when API requests cannot be completed
  • Use consistent language for signing in/out

New

  • Add button in API settings to view address of API config page
  • Fallback to playing channel uploads if no live stream is available
  • Add fallback method to load playlists when v3 API request cannot be made

v7.4.2

06 Apr 04:26
fc0b621

Choose a tag to compare

Important

Complete all steps of the Setup Wizard to apply appropriate plugin settings and minimise avoidable operational issues.

Important

To allow for successful playback, it may be required that you sign in again from within the addon.

If you have previously signed in, but the Sign In option is still being displayed then you are not signed in fully and will need to do so again.

The sign in process will prompt you to log in to your Google/YouTube account and allow account access for as many as 3 separate applications.


v7.4.2 for Kodi v19+ (Matrix/Nexus/Omega)


v7.4.2 for Kodi v18 (Leia)

Note

The Kodi v18 releases are offered as-is, and no support will be provided for them, except at the discretion of the maintainers


What are the unofficial versions?

  • Refer to the FAQ in the Wiki.

Which file to use and how to install manually?


What's changed ...

Fixed

  • Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418
  • Fix required ID potentially not being passed to YouTubeDataClient.(add|remove)_video_from_playlist() #1418
  • Skip unplayable live manifests #1377
  • Handle inconsistent error codes and names used in Python 2 #1412
  • Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
  • Fix unnecessarily reloading listing when adding items to Bookmarks

Changed

  • Update parsing of plugin urls for path params and ID lists #1418
  • Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
    • Allowable values:
      • Disabled (addon logging output disabled)
      • Auto (default, addon logging output enabled if Kodi debug logging enabled)
      • Always enabled (addon logging output enabled)
      • Verbose (additional addon logging output enabled)
  • Various other improvement to addon logging

New

  • Update Setup Wizard to account for user possibly using mismatched watch history settings

Changelog for this release: v7.4.2+beta.2...v7.4.2
Full changelog since last release: v7.4.1.1...v7.4.2

v7.4.2+beta.2

31 Mar 18:14
5e0d4f8

Choose a tag to compare

v7.4.2+beta.2 Pre-release
Pre-release

v7.4.2+beta.2

Fixed

  • Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418
  • Fix required ID potentially not being passed to YouTubeDataClient.(add|remove)_video_from_playlist() #1418

Changed

  • Update parsing of plugin urls for path params and ID lists #1418

v7.4.2+beta.1

09 Mar 05:31
a976258

Choose a tag to compare

v7.4.2+beta.1 Pre-release
Pre-release

v7.4.2+beta.1

Fixed

  • Skip unplayable live manifests #1377
  • Handle inconsistent error codes and names used in Python 2 #1412
  • Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
  • Fix unnecessarily reloading listing when adding items to Bookmarks

Changed

  • Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
    • Allowable values:
      • Disabled (addon logging output disabled)
      • Auto (default, addon logging output enabled if Kodi debug logging enabled)
      • Always enabled (addon logging output enabled)
      • Verbose (additional addon logging output enabled)
  • Various other improvement to addon logging

New

  • Update Setup Wizard to account for user possibly using mismatched watch history settings

v7.4.1.1

05 Mar 04:11
934d085

Choose a tag to compare

Important

Complete all steps of the Setup Wizard to apply appropriate plugin settings and minimise avoidable operational issues.

Important

To allow for successful playback, it may be required that you sign in again from within the addon.

If you have previously signed in but the Sign In option is still being displayed then you are not signed in fully and will need to do so again.

The sign in process will prompt you to login to your Google/YouTube account and allow account access for as many as 3 separate applications.


v7.4.1.1 for Kodi v19+ (Matrix/Nexus/Omega)


v7.4.1.1 for Kodi v18 (Leia)

Note

The Kodi v18 releases are offered as-is, and no support will be provided for them, except at the discretion of the maintainers


What are the unofficial versions?

  • Refer to the FAQ in the Wiki.

Which file to use and how to install manually?


What's changed ...

Fixed

  • Address possible race condition resulting in KeyError exception when calling pop() on an empty set

New Contributors


Changelog for this release: v7.4.1...v7.4.1.1
Full changelog since last release: v7.4.0.1...v7.4.1.1

v7.4.1

28 Feb 23:47
a696a64

Choose a tag to compare

Important

Complete all steps of the Setup Wizard to apply appropriate plugin settings and minimise avoidable operational issues.

Important

To allow for successful playback, it may be required that you sign in again from within the addon.

If you have previously signed in but the Sign In option is still being displayed then you are not signed in fully and will need to do so again.

The sign in process will prompt you to login to your Google/YouTube account and allow account access for as many as 3 separate applications.


7.4.1 for Kodi v19+ (Matrix/Nexus/Omega)


v7.4.1 for Kodi v18 (Leia)

Note

The Kodi v18 releases are offered as-is, and no support will be provided for them, except at the discretion of the maintainers


What are the unofficial versions?

  • Refer to the FAQ in the Wiki.

Which file to use and how to install manually?


What's changed ...

Fixed

  • Fix unnecessary double resolve on playback #1371
  • Attempt to break busy dialog workaround loop if post run action succeeds #1386
  • Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386
  • Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr
  • Always refresh missing access tokens if partially logged in and refresh tokens are available #1389
  • Fix missing post run plugin runner option used when search input is a plugin url
  • Fix incorrectly identifying and removing Opus audio from list of available streams #537
  • Clean up window properties in case of exception during plugin invocation #1386

Changed

  • Simplify caching and fetching of updated subscriptions for My Subscriptions #1395
  • Always load cached My Subscriptions feed data and load cached data if feed update fails #1395
  • Use available access token when first initialising client rather than setting access tokens at later stage of client initialisation #1389
  • Don't cache main plugin menu so that Sign-In/Out item always reflects actual logged in status
  • Automatically add/remove items from local watch later list when using YouTube WL list

New

  • Add Auto-like after watch feature with optional channel filtering

New Contributors


Changelog for this release: v7.4.1+beta.3...v7.4.1
Full changelog since last release: v7.4.0.1...v7.4.1

v7.4.1+beta.3

22 Feb 13:13
1533617

Choose a tag to compare

v7.4.1+beta.3 Pre-release
Pre-release

v7.4.1+beta.3

Changed

  • Always load cached My Subscriptions feed data and load cached data if feed update fails #1395

Full Changelog: v7.4.1+beta.2...v7.4.1+beta.3

v7.4.1+beta.2

20 Feb 06:08
a673a1e

Choose a tag to compare

v7.4.1+beta.2 Pre-release
Pre-release

v7.4.1+beta.2

Fixed

  • Fix unnecessary double resolve on playback #1371
  • Attempt to break busy dialog workaround loop if post run action succeeds #1386
  • Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386
  • Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr

Full Changelog: v7.4.1+beta.1...v7.4.1+beta.2