Releases: thebigmunch/google-music-proto
Releases · thebigmunch/google-music-proto
2.10.0
Changed
- Revert "Use importlib.metadata to dynamically populate module metadata".
2.9.0
Commits
Changed
- Gracefully handle empty song metadata fields when building track info.
- Update dependency versions.
2.8.0
Commits
Added
- Support for uploading Ogg Vorbis and Ogg Opus files.
2.7.0
Commits
Fixed
- Wrong package version number.
2.5.2
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
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
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
Commits
Changed
- Return
str
instead of bytes
from generate_client_id
.
Removed
- Workaround to support
TDRC
ID3v2.4 frame for year.
2.3.0
Commits
Added
- Workaround to support
TDRC
ID3v2.4 frame for year.