git: 718a2b54a965 - main - multimedia/lms: Update 3.33.0 -> 3.34.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 21:12:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=718a2b54a965ae73e3367cb3650b7697e3bad7ca commit 718a2b54a965ae73e3367cb3650b7697e3bad7ca Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-20 15:03:29 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-20 21:12:28 +0000 multimedia/lms: Update 3.33.0 -> 3.34.0 Also update COMMENT, pkg-sescr and pkg-message. --- multimedia/lms/Makefile | 4 ++-- multimedia/lms/distinfo | 6 +++--- multimedia/lms/pkg-descr | 12 ++++++++++++ multimedia/lms/pkg-message | 7 +++++++ 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index b84a5009843e..4f4809c008c2 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -1,10 +1,10 @@ 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 diff --git a/multimedia/lms/distinfo b/multimedia/lms/distinfo index 7b9c391fc227..dda4867c9139 100644 --- a/multimedia/lms/distinfo +++ b/multimedia/lms/distinfo @@ -1,3 +1,3 @@ -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 diff --git a/multimedia/lms/pkg-descr b/multimedia/lms/pkg-descr index 22ea918d8f32..0e2abc6f2bbe 100644 --- a/multimedia/lms/pkg-descr +++ b/multimedia/lms/pkg-descr @@ -1,2 +1,14 @@ 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 diff --git a/multimedia/lms/pkg-message b/multimedia/lms/pkg-message index 49fd5d65b1d8..9aeddb012279 100644 --- a/multimedia/lms/pkg-message +++ b/multimedia/lms/pkg-message @@ -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 } ]