Simple Rust + Webview app to automatically tag your music collection using data from Traxsource.
This app has been deprecated for OneTagger, because we wanted to unify all the taggers. Github Repository, Website.
Tested on platform | Works correctly |
---|---|
Windows 7 | ❌ |
Windows 10 | ✅ |
macOS El Capitan | ❌ |
macOS Catalina | ✅ |
macOS Big Sur | ✅ |
Linux | ✅ |
If you get an error MSVCP140.dll, VCRUNTIME140.dll, or VCRUNTIME140_1.dll not found, Install the latest Microsoft Visual C++ Redistributable from here: https://aka.ms/vs/16/release/vc_redist.x64.exe and open the .exe again.
If you get a warning on MacOS, this app can't be opened for whatever reason:
- Click Apple icon on top left
- Click System Preferences
- Click Security & Privacy
- Click Open Anyway
You have to install NodeJS (using your package manager/installer) and Rust (https://rustup.rs/)
Download repository:
git clone https://github.com/Marekkon5/traxsourcetagger
Compile UI:
cd client
npm i
npm run build
cd ..
Compile:
cargo build --release
Then you can also strip (Linux/Mac only) and compress (NOTE: upx doesn't work on Mac Big Sur) the binary:
strip discogstaggerrs
upx -9 discogstaggerrs
Request: atarbig, Bas Curtiz, rosgr100
Tester, trailer, design, comparison: Bas Curtiz
Trailer: https://youtu.be/7ZHE8WJR918
Strictness comparison: https://docs.google.com/spreadsheets/d/1E-ObqZTVL0gJTK4W267uWGdgsumvtZxJNW4CYfveuRk/edit?usp=sharing
If you wish to support me you can donate at paypal.me/marekkon5