Discogstagger Save Abandoned

Simple Rust + Webview app to automatically tag your music collection using data from Discogs.

Project README

Logo Discogs Tagger

Simple Rust + Webview app to automatically tag your music collection using data from Discogs.

WARNING: Deprecated

This app has been deprecated for OneTagger, because we wanted to unify all the taggers. Github Repository, Website.

Screenshot

Screenshot

Compatibility

Tested on platform Works correctly
Windows 7
Windows 10
macOS El Capitan
macOS Catalina
macOS Big Sur
Linux

Troubleshooting

MacOS:

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

How to use

  1. Create account on https://discogs.com
  2. Go to https://www.discogs.com/settings/developers and click Generate personal token and copy it.
  3. Download latest version in releases tab (or compile using the instructions below).
  4. Select music folder, paste token, check tags you wanna overwrite and press start!
  5. Tagging might take a long time due to Discogs rate limiting. (~20 tracks / minute)

Compiling

Install Rust: https://rustup.rs/

(Optional) Generate HTML, requires NodeJS:

npm i -g inline-assets
cd src/assets
inline-assets --htmlmin --cssmin --jsmin index.html dist.html

Compile:

cargo build --release

Then you can also strip (Linux/Mac only) and compress the binary:

strip discogstaggerrs
upx -9 discogstaggerrs

Credits

BasCurtiz - Request, idea, tester, trailer.
Trailer: https://youtu.be/rl5y6NteWk4
Strictness comparison: https://docs.google.com/spreadsheets/d/1s13-tgcEAF1sete1nBYj9S9eDY1BiZqhcXWevt47s4w/edit?usp=sharing

Support

If you wish to support me you can donate at paypal.me/marekkon5

Open Source Agenda is not affiliated with "Discogstagger" Project. README Source: Marekkon5/discogstagger
Stars
31
Open Issues
2
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating