This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
Releases: thebigmunch/gmusicapi-wrapper
Releases · thebigmunch/gmusicapi-wrapper
0.5.2
0.5.1
0.5.0
0.4.0
Added
- Add is_authenticated property to wrapper classes.
- Add is_subscribed property to MobileClientWrapper.
- Add exception handling to local file handlers.
Changed
- A lot of refactoring.
- Check all metadata field values for local files when filtering. Mutagen returns list values; previously only the first item in the list was checked.
- Use wrapt module for decorators.
- Change return of MusicManagerWrapper.download method.
Fixed
- Fix code error in MusicManagerWrapper.upload that caused an error on failed uploads.
- Fix %suggested% in template assigning same name to each song on multiple song downloads.
0.3.0
Added
- Add get_local_playlists method to wrapper base class.
- Add get_local_playlist_songs method to wrapper base class.
- Add paramaters to MusicManagerWrapper.get_google_songs to enable/disable uploaded/purchased songs from being returned.
- Add get_google_playlist method to MobileClientWrapper.
- Add get_google_playlist_songs method to MobileClientWrapper.
- Add exclude_filepaths utility function.
- Add get_supported_filepaths utility function.
Removed
- Remove exclude_path utility function.
Changed
- Change log parameter to enable_logging in login methods.
- Change return value of MusicManagerWrapper.upload method.
- Change signature of walk_depth utility function.
- Remove formats parameter from get_local_* methods in favor of top-level constants.
- Remove recursive parameter from get_local_* methods. max-depth=0 serves the same purpose.