This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Releases: thebigmunch/google-music
Releases · thebigmunch/google-music
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
Added
MobileClient.playlist_subscribe
MobileClient.playlist_unsubscribe
- Ability to add songs to playlist on creation
withMobileClient.playlist_create
. MobileClient.songs_play
MobileClient.songs_rate
Changed
- The following methods accept single items
as well as lists of items:MobileClient.playlist_songs_add
MobileClient.playlist_songs_delete
MobileClient.playlist_songs_move
MobileClient.songs_add
MobileClient.songs_delete
MobileClient.songs_move
MobileClient.songs_play
MobileClient.songs_rate
- Handle exceptions when requesting an upload session.
Removed
MobileClient.playlist_song_add
MobileClient.playlist_song_delete
MobileClient.playlist_song_move
MobileClient.song_add
MobileClient.song_delete
MobileClient.song_move
MobileClient.song_play
MobileClient.song_rate
Fixed
- Reliability of adding/moving multiple playlist songs.
- Token updating on expiry.
3.0.1
3.0.0
Added
no_sample
parameter toMusicManager.upload
for
sending empty audio sample to avoid ffmpeg/avconv dependency.
Changed
- Method of generating default uploader ID for
MusicManager
(see #2 for explanation). album_art_path
argument toMusicManager.upload
must
now be a relative filename or absolute filepath, not a list.MusicManager.upload
now stops before attempting to upload
files that exceed Google Music's size limit (300 MiB).
Removed
- Transcoding options from
MusicManager.upload
.
They didn't exactly work correctly on Google's end. MobileClient.playlist_entries
.MobileClient.playlist_entries_iter
.
Fixed
- Token refreshing when providing token argument to client classes.