Skip to content

Releases: sigma67/ytmusicapi

v1.7.4

03 Jul 20:24
ab2aa28
Compare
Choose a tag to compare

What's Changed

  • fixed get_album other_versions
  • fixed get_episodes_playlist
  • edit_playlist(): Allow moving title to bottom of playlist by @AltoRetrato in #602
  • get_playlist: title, artists and album are correctly resolved in collaborative playlists (#603) by @czifumasa in #612
  • fix sum_total_duration failing if duration_seconds is not an int by @adwait-thattey in #598

New Contributors

Full Changelog: 1.7.3...1.7.4

v1.7.3

27 May 19:19
33098ba
Compare
Choose a tag to compare

Fixes 🐞

  • search:
  • get_home: remove "year" attribute from album results, parse podcasts and episodes by @sigma67 in #591

New Contributors

Full Changelog: 1.7.2...1.7.3

v1.7.2

20 May 19:57
0cf0883
Compare
Choose a tag to compare

What's Changed

  • fixed a regression in 1.7.1 over 1.7.0 and further optimized quality of search results by @sigma67 in #583

Full Changelog: 1.7.1...1.7.2

v1.7.1

11 May 16:45
ae966bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

v1.7.0

04 May 11:36
94c67a8
Compare
Choose a tag to compare

This release features fixes for an A/B test on albums and playlists and a new endpoint.

Features ✨

  • get_account_info: get authenticated user's account info by @apastel
  • get_library_channels: added type attribute to differentiate between channels and artists @fischcode
  • get_artist: now supports shows from the artists view, improved documentation

Fixes 🐞

  • support new A/B test formats for get_playlist and get_album (you are affected if your playlist header appears on the left side in wide-screen views)
  • adding Optional type hinting for limits parameters by @allemand-instable

New Contributors

Full Changelog: 1.6.0...1.7.0

v1.6.0

08 Mar 20:35
f6932c2
Compare
Choose a tag to compare

Features ✨

New endpoints

  • get_account_info
  • get_library_podcasts
  • get_library_channels
  • get_channel
  • get_channel_episodes
  • get_episodes_playlist

Check out the reference for more and examples:

Contributors

Full Changelog: 1.5.4...1.6.0

v1.5.4

01 Mar 20:00
13701c4
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of album and views in parse_playlist_items by @fischcode in #552
  • get_episode: support progress percentage by @sigma67 in #555
  • nav() now displays some debugging information on KeyError by @linsomniac in #540

New Contributors

Full Changelog: 1.5.3...1.5.4

v1.5.3

22 Feb 19:54
Compare
Choose a tag to compare

What's Changed

For now reverting some changes that introduced regressions in v1.5.2. The changes were valid for a subset of users affected by an A/B test only

  • Revert "get_playlist: fix albums on tracks" (#548) by @sigma67 in #550
  • Revert "get_charts: removed trending category (no longer available on YTM)"

Full Changelog: 1.5.2...1.5.3

1.5.2

04 Feb 16:06
Compare
Choose a tag to compare

What's Changed

  • get_charts: removed trending category (no longer available on YTM)
  • get_watch_playlist: fixed an issue when longBylineText is missing
  • get_album_browse_id: fix DeprecationWarning on Python 3.12
  • add brand account setup script (#520)
  • get_playlist: fix albums on tracks

Full Changelog: 1.5.1...1.5.2

v1.5.1

28 Jan 12:59
18a6f20
Compare
Choose a tag to compare
  • minor fixes for search, get_podcast, get_episode