Port details on branch 2023Q1 |
- lms Lightweight Music Server to access music using a web interface
- 3.35.0 multimedia =0 3.35.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-01-10 08:09:07
- Last Update: 2023-01-10 08:06:20
- Commit Hash: 8c74e74
- License: GPLv3
- WWW:
- https://github.com/epoupon/lms
- Description:
- LMS is a self-hosted music streaming software: it allows users to access their
music collections from anywhere using a web interface.
Main features
* Recommendation engine
* Audio transcode for maximum interoperability and low bandwith requirements
* Multi-value tags: artist, genre, composer, lyricist, mood, performer, ...
* MusicBrainz Identifier support to handle duplicated artist and release names
* ListenBrainz support for:
Scrobbling and synchronizing listens
Synchronizing 'love' feedbacks
* ReplayGain support
* User management, with several authentication backends, see Deployment
* Subsonic API
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/lms/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/lms
- pkg install lms
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lms
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673331369
SHA256 (epoupon-lms-v3.35.0_GH0.tar.gz) = 72a852bd9703193e1120053a5aae37825555c5fb13638514d9d1abb368b71b2e
SIZE (epoupon-lms-v3.35.0_GH0.tar.gz) = 363226
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ffmpeg : multimedia/ffmpeg
- Library dependencies:
-
- libavformat.so : multimedia/ffmpeg
- libboost_system.so : devel/boost-libs
- libconfig++.so : devel/libconfig
- libtag.so : audio/taglib
- libwthttp.so : www/wt
- libGraphicsMagick.so : graphics/GraphicsMagick
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lms-3.35.0:
====> Options available for the radio IMAGE_LIB: you can only select none or one of them
STB=off: Use STB as image library (uses less memory)
MAGICK=on: Use GraphicsMagick++ as image library
===> Use 'make config' to modify these settings
- Options name:
- multimedia_lms
- USES:
- cmake compiler:c++17-lang cpe pkgconfig
- pkg-message:
- For install:
- You installed LMS: Lightweight Music Server.
In order to use it please start the service 'lms' and
then access the URL http://0.0.0.0:5082 in your favorite browser.
To clear the previously saved data:
$ sudo rm -rf /var/db/lms/*
To reset the admin password: execute the SQL UPDATE statement from
https://github.com/epoupon/lms/blob/master/INSTALL.md
on /var/db/lms/lms.db
- Master Sites:
|