Skip to content

Releases: anxdpanic/plugin.video.youtube

v7.1.0+beta.3

18 Sep 22:51
d6bd540
Compare
Choose a tag to compare
v7.1.0+beta.3 Pre-release
Pre-release

v7.1.0+beta.3

Fixed

  • Fix various timing and sync issues with script, service, plugin and Kodi settings

Changed

  • Move IP location lookup to script and add to settings dialog
  • Move language and region selection to script and add to settings dialog

New

  • Add hide_next_page query parameter to hide plugin Next page item #896
  • Add new input_prompt command for search endpoint to bypass Kodi window caching
    • plugin://plugin.video.youtube/kodion/search/input_prompt

v7.1.0+beta.2

14 Sep 20:47
9512cb1
Compare
Choose a tag to compare
v7.1.0+beta.2 Pre-release
Pre-release

v7.1.0+beta.2

Fixed

  • Fix possible regression causing 6s delay on first play
  • Fix regression in building client details causing wrong referer to be used
  • Only reroute to new window if container was not filled by the plugin #896
  • Only reroute to new window if modal dialog is not open #896

Changed

  • Use a CommandItem that opens the Info dialog for comments to avoid log spam
  • Revert old workaround for Kodi treating a non-folder listitem as playable
  • Improve parsing of plugin url query parameters to allow empty values

New

  • Add items_per_page query parameter to allow number of items in widgets to be customised #896
  • Add item_filter query parameter to override "Hide videos from listings" setting #896
    • Comma seperated string of item types to be filtered out of listing
    • "?item_filter=shorts" will remove shorts from listing
    • "?item_filter=shorts,live" will remove shorts and live streams from listing
    • "?item_filter" will show all item types
    • Allowable item types:
      • shorts
      • upcoming
      • upcoming_live
      • live
      • premieres
      • completed
      • vod

v7.1.0+beta.1

09 Sep 22:52
aeaba81
Compare
Choose a tag to compare
v7.1.0+beta.1 Pre-release
Pre-release

v7.1.0+beta.1

  • Fix logging/retry of sqlite3.OperationalError
  • Fix trying to use ISA for progressive live streams
  • Retain list position when refreshing listings
  • Add workarounds for trying to play videos using RunPlugin rather PlayMedia

Changed

  • Update multiple busy dialog crash workaround #891
  • Use all playable codecs but deprioritise if not selected in stream features
  • Change default live stream type to suit ISA and Youtube stream availability

New

  • Allow ask for quality from context menu to override audio only setting

v7.0.9.2

25 Aug 11:13
a3aa480
Compare
Choose a tag to compare

Important

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


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


v7.0.9.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?


Fixed

  • Fix various Kodi 18 listitem setInfo compatibility issues
  • Additional fixes and compatibility shims for playing AudioItems #873
  • Fix early thread loop termination in My Subscriptions #888

Changelog for this release: v7.0.9.1...v7.0.9.2
Full changelog since last release: v7.0.8...v7.0.9.2

v7.0.9.1

24 Aug 21:48
458cdd7
Compare
Choose a tag to compare

Important

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

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

v7.0.9.1 for Kodi v18 (Leia)

Important

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?

Fixed

  • Add playlist_type_hint property to workaround issues with CPlayListPlayer::Play #873
  • Fix comments not displaying for recommended videos #878
  • Fix not correctly loading bookmarks for My Subscriptions
  • Fix invalid escape sequence in non-raw string #885
  • Attempt to fix various threading issues with My Subscriptions #882

New

  • Add refresh settings to Setup Wizard

Changelog for this release: v7.0.9...v7.0.9.1
Full changelog since last release: v7.0.8...v7.0.9.1

v7.0.9

13 Aug 06:41
8f4df2a
Compare
Choose a tag to compare

Important

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

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

v7.0.9 for Kodi v18 (Leia)

Important

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?

Fixed

  • Fix renaming playlists
  • Improve http server wakeup #746 #801
  • Fix ask for video quality setting being inconsistently applied
  • Fix http server not sleeping after initial start of service #746 #801
  • Fix not reloading WL playlist if open after playback of video in WL
  • Fix navigating to search page after playback and prompt re-opening
  • Fix issues with next page and jump to page in related video listings
  • Attempt to workaround issue with getting system idle time on Xbox #839
  • Better handle unknown errors in player request responses #845
  • Fix double playback due to busy dialog crash workaround
  • Fix disabling certification verification #841
  • Fix not using player request fallbacks #845
  • Fix incorrectly identifying VP9 streams #833
  • Fix videos not able to be re-opened from Kodi playlist #810
  • Fix http server not working in Kodi 18
  • Fix issues with http server wakeup and sleep on initial start/restart
  • Fix API requests failing if not logged in
  • Fix multi-audio streams failing to play
  • Fix not properly defining default audio role #861
  • Don't retry player requests for offline live streams
  • Fix incorrectly updating playing live stream details
  • Fix typo causing http server to restart when checking status

Changed

  • Make live query parameter optional when playing channel live stream
  • Allow for removal of custom watch later and history playlists from settings #818
    • Use default value of "HL" for history or "WL" for watch later as reset value
    • This will then clear the setting and clear value from access_manager.json
    • Old values will be stored as a backup, just in case
  • Update cached data when playlists are modified (removed/renamed)
  • Changed bandwidth attribute of subtitles in MPEG-DASH manifest to 0
  • Rename My Subscriptions plugin url
    • From:
      • plugin://plugin.video.youtube/special/new_uploaded_videos_tv
      • plugin://plugin.video.youtube/special/new_uploaded_videos_tv_filtered
    • To:
      • plugin://plugin.video.youtube/special/my_subscriptions
      • plugin://plugin.video.youtube/special/my_subscriptions_filtered
    • Old url retained for backwards compatibility, to be removed with Kodi v22
  • Disable OPUS audio again by default #537
  • Respect disable certificate verification setting with cURL in ISA #841
  • Update bookmarks when listing rather than only using item snapshot
  • Player requests no longer use configured plugin language
  • Alternate client selections removed

New

  • Add notifications for creating/removing/clearing bookmarks #720
  • Add support for channel handles
  • Enable loop to first page on last page of manually paginated listings (My Subscriptions)
  • Improve use of progressive streams
  • Improve stream selection for HLS stream in InputStream.Adaptive
  • Add script action to refresh settings
    • Settings > Maintenance > Refresh settings.xml
    • Will remove unused settings from settings.xml to stop log spam
  • Add context menu item to play live stream from start #320

Changelog for this release: v7.0.9+beta.10...v7.0.9
Full changelog since last release: v7.0.8...v7.0.9

v7.0.9+beta.9

04 Aug 09:11
86ad02a
Compare
Choose a tag to compare
v7.0.9+beta.9 Pre-release
Pre-release

v7.0.9+beta.9

Fixed

  • Fix not properly defining default audio role #861

v7.0.9+beta.8

04 Aug 07:36
e2b1ae5
Compare
Choose a tag to compare
v7.0.9+beta.8 Pre-release
Pre-release

v7.0.9+beta.8

Fixed

  • Fix API requests failing if not logged in
  • Fix multi-audio streams failing to play

New

  • Add script action to refresh settings
    • Settings > Maintenance > Refresh settings.xml
    • Will remove unused settings from settings.xml to stop log spam

v7.0.9+beta.10

04 Aug 23:55
cd99500
Compare
Choose a tag to compare
v7.0.9+beta.10 Pre-release
Pre-release

v7.0.9+beta.10

Fixed

  • Don't retry player requests for offline live streams
  • Fix incorrectly updating playing live stream details

New

  • Add context menu item to play live stream from start #320

v7.0.9+beta.7

03 Aug 18:43
5a6e7c1
Compare
Choose a tag to compare
v7.0.9+beta.7 Pre-release
Pre-release

v7.0.9+beta.7

New

  • Improve use of progressive streams
  • Improve stream selection for HLS stream in InputStream.Adaptive