Code Monkey home page Code Monkey logo

onetagger's Introduction

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 now create custom platforms using Python or Rust. For guide on how to check CUSTOM_PLATFORMS.md

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 run --bin onetagger-python-builder --release
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 run --bin onetagger-python-builder --release
cargo build --release

Output will be inside target\release folder.

onetagger's People

Contributors

marekkon5 avatar harmon758 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.