Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Releases: thebigmunch/google-music-proto

2.10.0

01 May 18:25
Compare
Choose a tag to compare

Changed

  • Revert "Use importlib.metadata to dynamically populate module metadata".

2.9.0

09 Apr 00:28
Compare
Choose a tag to compare

Commits

Changed

  • Gracefully handle empty song metadata fields when building track info.
  • Update dependency versions.

2.8.0

05 Mar 23:26
Compare
Choose a tag to compare

Commits

Added

  • Support for uploading Ogg Vorbis and Ogg Opus files.

2.7.0

06 Feb 00:46
Compare
Choose a tag to compare

Commits

Fixed

  • Wrong package version number.

2.6.0

06 Feb 00:41
Compare
Choose a tag to compare

Commits

Changed

2.5.2

11 Jan 14:55
Compare
Choose a tag to compare

Commits

Changed

  • Decode stream call sig param to str.
    HTTP client libraries don't necessarily support bytes param values.

Fixed

  • Param name for MobileClientStreamCall.
  • Use correct param name for streaming podcast episodes.

2.5.1

18 Oct 20:18
Compare
Choose a tag to compare

Commits

Fixed

  • Use try/except for track/disc number conversions.
  • Add check for files above maximum allowed upload size.
  • Properly calculate client ID for MP3s that don't
    have an MPEG frame at the start of the file or
    immediately following an ID3v2 tag.

2.5.0

22 Jul 21:25
Compare
Choose a tag to compare

Commits

Added

  • Ability to subscribe to public playlists using
    PlaylistBatch with PlaylistBatch.create.
    Unsubscribing is the same as deleting a user playlist.

Fixed

  • Handle unsupported and invalid dates when getting track info.

2.4.0

01 Feb 21:06
Compare
Choose a tag to compare

Commits

Changed

  • Return str instead of bytes from generate_client_id.

Removed

  • Workaround to support TDRC ID3v2.4 frame for year.

2.3.0

26 Jan 21:19
Compare
Choose a tag to compare

Commits

Added

  • Workaround to support TDRC ID3v2.4 frame for year.