Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ discogstagger Public archive

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

License

Notifications You must be signed in to change notification settings

Marekkon5/discogstagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published