Skip to content

Commit

Permalink
First cut at 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pssc committed Mar 4, 2024
1 parent 2df3d09 commit cd1d9a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions lms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## [8.4.0.0] 2023-03-04

### Warning
- For 8.x series realted to baby(Radio) firmware see http://github.com/pssc/ha-addon-lms

### Changes
- Update to LMS 8.4.0

## [8.3.1.61] 2023-02-14

### Changes
- Update to debian base 7.3.1

## [8.3.1.60] 2023-02-06

### Warning
- For 8.x series realted to baby(Radio) firmware see http://github.com/pssc/ha-addon-lms

### Fixes
- for package install prompting #68
Expand Down
6 changes: 3 additions & 3 deletions lms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.1

# ARGS...

Expand All @@ -20,7 +20,7 @@ RUN apt-get -qq -y update && \
patch rsync nasm make gcc g++ libc-bin zlib1g-dev libgd-dev libmodule-install-perl bzip2 build-essential pkg-config file libjpeg-dev && \
mkdir -p /tmp/sources && \
cd /tmp/sources && \
git clone --depth 1 https://github.com/Logitech/slimserver-vendor -b public/8.3 && \
git clone --depth 1 https://github.com/Logitech/slimserver-vendor -b public/8.4 && \
mkdir -p tmp && \
cd slimserver-vendor/CPAN && \
mkdir -p build/include build/lib && \
Expand All @@ -39,7 +39,7 @@ FROM base

# Bump cpan build to same version if possible
ARG url="http://www.mysqueezebox.com/update/?version=8.0&revision=1&geturl=1&os=deb"
ARG purl="http://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/logitechmediaserver_8.3.1_all.deb"
ARG purl="https://downloads.slimdevices.com/LogitechMediaServer_v8.4.0/logitechmediaserver_8.4.0_all.deb"
ARG debug=true
ARG target_uid=1000
ARG BUILD_ARCH
Expand Down
4 changes: 2 additions & 2 deletions lms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A complete and easy way to run the [Logitech Media Server][lms].

[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fpssc%2Fha-addon-lms%2F) or use the following addon repo manually https://github.com/pssc/ha-addon-lms/ in the supervisor addon tab following the stacked triple dots and selecting repositories.

This addon is based on the debian package for version 8.3.1 from https://downloads.slimdevices.com/
This addon is based on the debian package for version 8.4.0 from https://downloads.slimdevices.com/
| :warning: Unfortunately the latest Squeezebox Radio firmware (7.7.3) comes with a bug which prevents it from connecting correctly to Logitech Media Server 8+. See https://github.com/Logitech/slimserver#sb-radio-and-logitech-media-server-8 for details and an easy mitigation. |
| --- |

Expand All @@ -33,7 +33,7 @@ The i386 build is becomming increasingly difficult and should be considered at r

[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-beta-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v8.3.1.61-blue.svg
[release-shield]: https://img.shields.io/badge/version-v8.4.0.0-blue.svg
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg

Expand Down
2 changes: 1 addition & 1 deletion lms/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in lms/config.json

View workflow job for this annotation

GitHub Actions / Lint add-on lms

'full_access' consider using other options instead, like 'devices'

Check warning on line 1 in lms/config.json

View workflow job for this annotation

GitHub Actions / Lint add-on lms

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
"name": "Logitech Media Server",
"version": "8.3.1.61",
"version": "8.4.0.0",
"slug": "lms",
"description": "Logitech Media Server, SqueezeBox Server & UPNP Music Server",
"url": "https://github.com/pssc/ha-addon-lms/",
Expand Down

0 comments on commit cd1d9a4

Please sign in to comment.