mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
No description
Inspector | ||
libraries | ||
Roadie.Api | ||
Roadie.Api.Hubs | ||
Roadie.Api.Library | ||
Roadie.Api.Library.Tests | ||
Roadie.Api.Services | ||
Roadie.Dlna | ||
Roadie.Dlna.Services | ||
Scripts/MySQL | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
_config.yml | ||
LICENSE | ||
README.md | ||
Roadie.sln |
____ __ __ ____ __ ____ __ ____ __
( _ \ / \ / _\ ( \( )( __) / _\ ( _ \( )
) /( 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.
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:
- ID3 Tags (via idsharp.tagging)
- Discogs
- Last.FM (via inflatable.lastfm) ( Scrobbling support as well)
- iTunes
- Musicbrainz
- Wikipedia
- Spotify
Artist and Release Image Search Providers:
- Bing
- iTunes
Support:
Installation
Please see the wiki
License
MIT