This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Releases: thebigmunch/google-music-scripts
Releases · thebigmunch/google-music-scripts
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
Added
- Sync functionality to
download
andupload
commands. --use-audio-hash/--no-use-audio-hash
option to
download
andupload
commands.--use-metadata/--no-use-metadata
option to
download
andupload
commands.- Options to exclude local filepaths in different ways:
-xp, --exclude-path
-xr, --exclude-regex
-xg, --exclude-glob
- Options to filter songs by date for
download
andupload
commands:--created-in
--created-on
--created-before
--created-after
--modified-in
--modified-on
--modified-before
--modified-after
--debug
option to enable logging messages from dependencies.
Changed
- Use argparse instead of click for CLI.
- Refactor
download
,sync
, andupload
commands.- Remove sync commands.
- Add sync options to
download
andupload
commands:--use-audio-hash/--no-use-audio-hash
to sync based on
audio hash of file as generated by Google Music.--use-metadata/--no-use-metadata
to sync based on metadata.
-l, --log
option to--log-to-file
.
Removed
sync
commands.
3.0.0
Added
- Option to specify external album art names/paths with upload commands.
--no-sample
option togms upload
andgms 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 forget
calls.