tool to download tracks from WiMP/Tidal
Go to file
Al Beano f1fc0cef54 Use 'safe' filenames on all operating systems 2017-08-19 12:38:48 +01:00
platform Use 'safe' filenames on all operating systems 2017-08-19 12:38:48 +01:00
wimp initial commit: gets album data, nothing else 2017-05-30 13:24:16 +01:00
.gitignore initial commit: gets album data, nothing else 2017-05-30 13:24:16 +01:00
LICENSE initial commit: gets album data, nothing else 2017-05-30 13:24:16 +01:00
README.md windows bugfixes, more docs 2017-05-30 18:35:00 +01:00
magic.json.default make torrent files 2017-05-30 17:45:30 +01:00
wimp-get.go Use 'safe' filenames on all operating systems 2017-08-19 12:38:48 +01:00

README.md

wimp-get

Tool to download FLACs from WiMP/Tidal.

Binaries

Windows binaries are available in the releases tab.

Compiling

You need Go >= 1.8, and suitable ffmpeg, sox and mktorrent binaries. Once you've got that, just run go build -ldflags "-s -w", and a wimp-get binary should be generated.

Configuration

If your copies of ffmpeg, sox or mktorrent are outwith your path, put their paths in magic.json. Extract the sessionId of your WiMP session using your browser's developer tools, and insert that into magic.json too.

Help!

If it's not working, come and ask for help on IRC. Connect to irc.rizon.net, type /join #wimp-get and get my attention by saying my name (albino).

License info

wimp-get copyright (C) 2017 Al Beano
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 (see the LICENSE file), or, at your option, any later version published by the Free Software Foundation.