Skip to content

Music tagger for Windows, MacOS and Linux with Beatport, Discogs, Musicbrainz, Spotify, Traxsource and many other platforms support.

License

Notifications You must be signed in to change notification settings

Marekkon5/onetagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3e1409 · Mar 16, 2025
Aug 29, 2024
Jan 23, 2025
Aug 29, 2024
Mar 12, 2025
Oct 14, 2024
Aug 29, 2024
Aug 3, 2023
Oct 14, 2024
Jan 26, 2025
Feb 27, 2022
Aug 29, 2024

Repository files navigation

Logo

The ultimate cross-platform tagger for DJs


Version Badge Supported OS Build Status


Cross-platform music tagger. It can fetch metadata from Beatport, Traxsource, Juno Download, Discogs, Musicbrainz and Spotify. It is also able to fetch Spotify's Audio Features based on ISRC & exact match. There is a manual tag editor and quick tag editor which lets you use keyboard shortcuts. Written in Rust, Vue.js and Quasar.

MP3, AIFF, FLAC, M4A (AAC, ALAC) supported.

For more info and tutorials check out our website.

OneTagger.mp4

Installing

You can download latest binaries from releases

Credits

Bas Curtiz - UI, Idea, Help
SongRec (Shazam support) - https://github.com/marin-m/SongRec

Support

You can support this project by donating on PayPal or Patreon

Compilling

Linux & Mac

Install dependencies: rustup, node, pnpm

Install remaining dependencies

sudo apt install -y lld autogen libasound2-dev pkg-config make libssl-dev gcc g++ curl wget git libwebkit2gtk-4.1-dev

Compile UI

cd client
pnpm i
pnpm run build
cd ..

Compile

cargo build --release

Output will be in: target/release/onetagger

Windows

You need to install dependencies: rustup, nodejs, Visual Studio 2019 Build Tools, pnpm

Compile UI:

cd client
pnpm i
pnpm run build
cd ..

Compile OneTagger:

cargo build --release

Output will be inside target\release folder.