Skip to content
Snippets Groups Projects
Commit 718a2b54 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

multimedia/lms: Update 3.33.0 -> 3.34.0

Also update COMMENT, pkg-sescr and pkg-message.
parent 8a20ef01
No related branches found
No related tags found
No related merge requests found
PORTNAME= lms
DISTVERSIONPREFIX= v
DISTVERSION= 3.33.0
DISTVERSION= 3.34.0
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight Music Server
COMMENT= Lightweight Music Server to access music using a web interface
WWW= https://github.com/epoupon/lms
LICENSE= GPLv3
......
TIMESTAMP = 1669491659
SHA256 (epoupon-lms-v3.33.0_GH0.tar.gz) = e5639ebdb08b095f99aaf79398dd42b09a0ce1ed08e7f0764311b1cc71e5181e
SIZE (epoupon-lms-v3.33.0_GH0.tar.gz) = 358921
TIMESTAMP = 1671563093
SHA256 (epoupon-lms-v3.34.0_GH0.tar.gz) = a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
SIZE (epoupon-lms-v3.34.0_GH0.tar.gz) = 362956
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
......@@ -6,6 +6,13 @@ 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
EOM
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment