GithubHelp home page GithubHelp logo

Deaftione logo

Deaftone

license CI codecov GitHub repo size Lines of Code Version MSRV

Overview

Deaftone is a lightweight, cross-platform, open-source music server and streamer designed to make it easy to manage and listen to your music collection. Built using Rust, Axum, and SeaORM, Deaftone offers a modern and fast alternative to older, more bloated music servers like Subsonic. With its streamlined design and user-friendly API, Deaftone makes it easy to access your music library from anywhere, on any device.

Deaftone is currently in active development, with a focus on building out its core functionality and adding new features based on user feedback. Stay tuned for updates and new releases as we continue to improve and refine the platform.

Perfomance

Currently scans 34,000 songs in ~14 mins. My testing is done on a USB Desktop HDD 3TB seagate over USB3.

Features

  • Ability to handle the largest of music collections
  • Cross-platform compatibility, with support for Windows, macOS, and Linux
  • Simple, user-friendly API for easy integration with third-party applications
  • Efficient, low-overhead architecture designed for fast performance and low resource usage
  • Support for a wide range of audio formats, including FLAC, MP3, Ogg, and more
  • Advanced features like playlists, automatic metadata scrapping, and more

Roadmap

  • Built-in metadata scrapping of sources such as MusicBrainz, LastFM and AllMusic
  • SlimProto Support
  • Playlist Curation
  • Recommendation engine
  • ReplayGain support
  • Radio mode

Documentation

All documentation can be found in the project's website: https://deaftone.org/intro. Here are some useful direct links:

Clients

  • Tauri Desktop client for macOS, Windows and Linux https://github.com/Ortygia/Orpheus currently in early stages of development but usable
  • Android based application possibly native or using Tauri Mobile

Installation

Currently to setup and install Deaftone you need to download the binarie in release for you platform or clone and build the repo. After you have your binary in the same folder you need to place a settings.toml with the following inside it

log_level="deaftone=info,tower_http=info"
db_path="./deaftone.sqlite"
media_path="H:\\aa"

Where media_path is the location of your media db_path is where to save the database and logging is for change the log level of the application

Indexing can be made as follows:

$ curl "http://localhost:3030/tasks?task=scan_library"
{"status":"sent"}

Currently, deaftone only scans flac files.

Building from Source

When building Deaftone from source your MSRV (Minimum supported Rust version) is 1.65 or newer

Project supported by JetBrains

Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.

deaftone's Projects

deaftone icon deaftone

Lightweight music server. With a clean and simple API

orpheus icon orpheus

A music player. Frontend for Deaftone

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.