No description
Find a file
2022-08-07 15:00:10 -05:00
Inspector Update NuGet packages. 2022-03-06 15:08:39 -06:00
libraries resolves #39, resolves #40 2020-06-21 15:39:14 -05:00
Roadie.Api Updated NuGet Packages 2022-08-07 15:00:10 -05:00
Roadie.Api.Hubs Upgrade to .NET 6 2021-11-14 17:42:41 -06:00
Roadie.Api.Library Updated NuGet Packages 2022-08-07 15:00:01 -05:00
Roadie.Api.Library.Tests Updated NuGet Packages 2022-08-07 15:00:01 -05:00
Roadie.Api.Services Updated NuGet Packages 2022-08-07 15:00:01 -05:00
Roadie.Dlna Updated NuGet packages, reworked HttpClient to be async and use Factory. 2022-01-17 14:03:52 -06:00
Roadie.Dlna.Services Upgrade to .NET 6 2021-11-14 17:42:41 -06:00
Scripts/MySQL updated to v1.1.0; resolves #35 2019-11-28 11:38:26 -06:00
.dockerignore Updated nuget packages, initial docker work. 2020-10-04 11:55:07 -05:00
.editorconfig Performance improvements, async work, and formatting with CodeRush. 2020-06-07 17:46:24 -05:00
.gitattributes Add .gitignore and .gitattributes. 2018-11-02 16:04:47 -05:00
.gitignore NuGet package setup 2021-06-26 16:12:29 -05:00
.travis.yml Update .travis.yml 2020-11-14 17:12:46 -06:00
_config.yml Set theme jekyll-theme-cayman 2020-04-19 10:56:30 -05:00
LICENSE Create LICENSE 2019-01-28 13:30:16 -06:00
README.md Update README.md 2019-12-08 08:53:50 -06:00
Roadie.sln Performance improvements, async work, and formatting with CodeRush. 2020-06-07 17:46:24 -05:00

                              ____   __    __   ____  __  ____     __   ____  __  
                             (  _ \ /  \  / _\ (    \(  )(  __)   / _\ (  _ \(  ) 
                              )   /(  O )/    \ ) D ( )(  ) _)   /    \ ) __/ )(  
                             (__\_) \__/ \_/\_/(____/(__)(____)  \_/\_/(__)  (__) 

Roadie

Powerful API Music Server. Serve (stream) your high quality MP3 files.

Roadie is an API server that works well with roadie-vuejs as a graphical UI Front End and also has a full Subsonic compatible API that works with many Subsonic mobile applications. Roadie was built to be able to handle music collections with hundreds of thousands of tracks.

Demo Site:

  • DEMO SITE
  • The demo site is running Roadie-VueJs frontend, with Roadie API running against a MariaDB server.

License PRs Welcome Build Status

Built on:

Core Features:

  • Ability to scan folder and add music to library.
  • Track playlists managed by users.
  • Release collections managed by "editor" users.
  • Metadata engines for ID3 Tag and Image lookups.
  • Full Subsonic API emulation allowing for any Subsonic client to be used with Roadie.
  • UPnP and DLNA

Database Providers:

  • SQLite
  • File (one table per file in a folder of your choice)
  • MySQL/MariaDB

Metadata Providers:

Artist and Release Image Search Providers:

  • Bing
  • iTunes

Support:

Discord server

Installation

Please see the wiki

License

MIT