Access your self-hosted music using a web interface.
Deploy this app to Linode with a free $100 credit!
LMS is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
A demo instance is available. Note the administration panel is not available.
genre
, albumgenre
, mood
, albummood
, albumgrouping
, ...composer
, conductor
, lyricist
, mixer
, performer
, producer
, remixer
album
, single
, EP
, compilation
, live
, ...LMS provides several ways to help you find the music you like: * Tag-based filters (ex: "Rock", "Metal and Aggressive", "Electronic and Relaxed", ...) * Recommendations for similar artists and albums * Radio mode, with endless filling of the play queue with tracks similar to what is there * Searches in album, artist and track names (including sort names) * Starred Albums/Artists/Tracks * Random/Starred/Most played/Recently played/Recently added for Artist/Albums/Tracks, allowing you to search for things like: * Recently added Electronic artists * Random Metal and Aggressive albums * Most played Relaxed tracks * Starred Jazz albums * ...
The API version implemented is 1.16.0 and has been tested on Android using Subsonic Player, Ultrasonic, Symfonium, and DSub. Since LMS uses metadata tags to organize music, a compatibility mode is used to browse the collection when using the directory browsing commands. The Subsonic API is enabled by default.
Note: since LMS may store hashed and salted passwords or may forward authentication requests to external services, it cannot handle the token authentication method. You may need to check your client to make sure to use the password authentication method.
LMS relies exclusively on tags to organize your music collection.
You can specify the tags you want to use to filter your collection. By default, genre
, albumgrouping
, mood
and albummood
tags are used.
In the administration panel, you can set whatever tags you want, even custom tags.
Note: you can use the lms-metadata
tool to have an idea of the tags parsed by LMS using TagLib.
LMS requires the ALBUMARTISTS
and ALBUMARTISTSSORT
tags to properly handle multiple album artists on the same album. As they are a custom tags, you may need to setup your favorite tagger to add them.
Note: if you use Picard, add the following script to include these tags:
$setmulti(albumartists,%_albumartists%)
$setmulti(albumartistssort,%_albumartists_sort%)
See INSTALL.md file.
Any feedback is welcome: * feel free to participate in discussions if you have questions, * report any bug or request for new features in the issue tracker, * submit your pull requests based on the develop branch.
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.