Harmon758 / onetagger

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

Home Page:https://onetagger.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Custom Platforms

You can create custom Auto Tagger platforms for One Tagger. Instructions and template: Template

Compilling

Linux & Mac

Mac version is cross compiled from linux, the build script is designed to run on Github Actions enviromnent, so you have to install some dependencies manually: rustup, node, pnpm

Install remaining dependencies

sudo apt install -y 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 Linux only

cargo build --release

Output is in: target/release/onetagger

Compile Linux + Mac, create bundles

assets/compile-nix.sh

Don't start the script directly or from assets dir. It has to be relative to the parent
Output files will be in the dist/ directory.

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.

About

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

https://onetagger.github.io/

License:GNU General Public License v3.0


Languages

Language:Rust 52.3%Language:Vue 32.3%Language:TypeScript 7.4%Language:Dart 6.6%Language:SCSS 0.6%Language:NSIS 0.5%Language:Shell 0.3%Language:HTML 0.0%Language:Java 0.0%