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

3.0.0

Compare
Choose a tag to compare
@thebigmunch thebigmunch released this 15 Jan 19:19
· 96 commits to master since this release

Commits

Added

  • Option to specify external album art names/paths with upload commands.
  • --no-sample option to gms upload and gms sync up.
    This sends an empty audio sample instead of creating one with ffmpeg/avconv.
    If uploading MP3s, this option completely removes the ffmpeg/avconv requirement.
    Otherwise, this will save time/bandwidth by not creating nor sending a sample.

Changed

  • --filters long option to --filter.

Removed

  • Transcoding options from upload commands.
    See #9
    for explanation.

Fixed

  • TypeError when sorting Google Music songs due to no defaults
    being set for get calls.