Skip to content

Releases: RolandWH/QobuzMove

Overhaul!

05 Jan 14:35
Compare
Choose a tag to compare
Overhaul! Pre-release
Pre-release

This is a complete overhaul of the program to make the code less... what's the word... TERRIBLE! While the old code was functional it was a nightmare to read or to add any new features. I have now completely re-written the code with multiple different python files that each have functions called from a single main.py file. Hopefully this code will be much easier to read and maintain.

I have also decided to make this a Windows only program seeing as the QobuzDownloaderX app is windows only and does not work under Wine I see no reason to maintain Linux support.

Portable binaries are still provided using pyinstaller

I won't replace the main master branch until I have written new documentation and verified that the new version of the script has no unforeseen bugs. When this has been verified I will update this release to v2.0 and remove the pre-release tag as well as merging the overhaul branch into the main master branch!

Portable binaries for everyone!

25 Nov 13:58
Compare
Choose a tag to compare

New portable binaries for both Linux and Windows thanks to pyinstaller!

QobuzMove.exe is for Windows
QobuzMove.bin is for Linux 🐧 🐧

If you want to use the command line to run these anywhere on your system then you will have to move the binary into a location which is included in the PATH. On both Linux and Windows this requires you to be an administrator.

You can do this on Linux by running the commands:

cd ~/Downloads #or wherever you downloaded the binary
sudo mv QobuzMove.bin /bin

Or on Windows using these commands (needs an elevated command prompt):

cd "C:\Users\YourUsername\Downloads" && rem or wherever you downloaded the binary
move QobuzMove.exe C:\Windows

You can also move the file using graphical file manages but since the primary use of doing this is to access the program anywhere from the command line I didn't see much use in going into that here.

Righting Wrongs

28 Aug 17:46
Compare
Choose a tag to compare

Fixed a major issue where the config.ini file would be created in the Program Files directory. This means that the script would require elevation to work properly which is ovbiously unacceptable. The config.ini is now saved in C:/Users/YourName/AppData/Roaming/QobuzMove (aka %AppData%).

It's a brand new script!

28 Aug 16:32
Compare
Choose a tag to compare

The first release that has a proper CLI selection of folders (not files)