]> git.ipfire.org Git - thirdparty/shairport-sync.git/log
thirdparty/shairport-sync.git
2 months agoBump actions/checkout from 5.0.0 to 6.0.0 2102/head
dependabot[bot] [Sun, 23 Nov 2025 10:04:08 +0000 (10:04 +0000)] 
Bump actions/checkout from 5.0.0 to 6.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoUpdate RELEASENOTES with significant audio processor changes
Mike Brady [Sun, 16 Nov 2025 17:07:00 +0000 (17:07 +0000)] 
Update RELEASENOTES with significant audio processor changes

Significant updates to the buffered audio processor for AutoMix on AirPlay, including a rebuild and removal of redundant code. Diagnostics remain in place, and users are encouraged to report any new issues.

3 months agoDo a long-overdue rebuild of the buffered audio processor and, with everything we...
Mike Brady [Sun, 16 Nov 2025 16:58:34 +0000 (16:58 +0000)] 
Do a long-overdue rebuild of the buffered audio processor and, with everything we have figured out, implement a cleaner method to handle both immediate and deferred flush requests. Remove lots of old flags and redundant code. Leave in a few debug messages.

4 months agoUpdate BUILD.md
Mike Brady [Mon, 13 Oct 2025 13:25:41 +0000 (14:25 +0100)] 
Update BUILD.md

4 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 13 Oct 2025 13:16:39 +0000 (14:16 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

4 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 13 Oct 2025 13:15:30 +0000 (14:15 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

4 months agoMerge pull request #2087 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 13 Oct 2025 12:34:00 +0000 (13:34 +0100)] 
Merge pull request #2087 from mikebrady/dependabot/github_actions/development/docker/login-action-3.6.0

Bump docker/login-action from 3.5.0 to 3.6.0

4 months agoMerge pull request #2086 from mikebrady/dependabot/github_actions/development/actions...
Mike Brady [Mon, 13 Oct 2025 12:33:41 +0000 (13:33 +0100)] 
Merge pull request #2086 from mikebrady/dependabot/github_actions/development/actions/stale-10.1.0

Bump actions/stale from 10.0.0 to 10.1.0

4 months agoUpdate the convolution code:
Mike Brady [Mon, 13 Oct 2025 12:26:20 +0000 (13:26 +0100)] 
Update the convolution code:
    (1) to be multithreaded,
    (2) to work on multichannel audio and
    (3) to work on 48k and 44.1k audio.

    Allow multiple impulse response (IR) files with a new setting: "convolution_ir_files"
    When convolution starts, Shairport Sync will look for an IR file with a sample rate
    matching the input (44.1k or 48k) and channel count.
    If one can't be found, it will look for a single-channel IR file with the same rate.
    It will always choose the first match in the file list supplied "convolution_ir_files".

    Allow multithreading -- use the "convolution_thread_pool_size" to set the number of threads to use.

    Deprecate "convolution" -- use "convolution_enabled" instead.
    Deprecate "convolution_max_length" -- use "convolution_max_length_in_seconds" instead.
    Deprecate "convolution_ir_file" -- use "convolution_ir_files" instead.
    Update corresponding D-Bus methods and properties.

Update the loudness code to work on 48k and well as 44.1k audio and with multichannel audio.

    Deprecate "loudness" -- use "loudness_enabled" instead.
    Update corresponding D-Bus methods and properties.

Fix a deprecated FFmpeg warning.

Update HiFi-LoFi FFT convolver to latest available.

4 months agoBump docker/login-action from 3.5.0 to 3.6.0 2087/head
dependabot[bot] [Sun, 5 Oct 2025 10:04:42 +0000 (10:04 +0000)] 
Bump docker/login-action from 3.5.0 to 3.6.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoBump actions/stale from 10.0.0 to 10.1.0 2086/head
dependabot[bot] [Sun, 5 Oct 2025 10:04:39 +0000 (10:04 +0000)] 
Bump actions/stale from 10.0.0 to 10.1.0

Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge branch 'development' of github.com:mikebrady/shairport-sync into development
Mike Brady [Mon, 29 Sep 2025 15:58:46 +0000 (16:58 +0100)] 
Merge branch 'development' of github.com:mikebrady/shairport-sync into development

dependabot updates

4 months agoMerge pull request #2084 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 29 Sep 2025 15:58:03 +0000 (16:58 +0100)] 
Merge pull request #2084 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.11.1

Bump docker/setup-buildx-action from 3.8.0 to 3.11.1

4 months agoBump docker/setup-buildx-action from 3.8.0 to 3.11.1 2084/head
dependabot[bot] [Mon, 29 Sep 2025 15:57:45 +0000 (15:57 +0000)] 
Bump docker/setup-buildx-action from 3.8.0 to 3.11.1

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.11.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #2083 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 29 Sep 2025 15:56:55 +0000 (16:56 +0100)] 
Merge pull request #2083 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.18.0

Bump docker/build-push-action from 6.13.0 to 6.18.0

4 months agoMerge pull request #2082 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 29 Sep 2025 15:56:41 +0000 (16:56 +0100)] 
Merge pull request #2082 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.6.0

Bump docker/setup-qemu-action from 3.3.0 to 3.6.0

4 months agoMerge pull request #2081 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 29 Sep 2025 15:56:29 +0000 (16:56 +0100)] 
Merge pull request #2081 from mikebrady/dependabot/github_actions/development/docker/login-action-3.5.0

Bump docker/login-action from 3.3.0 to 3.5.0

4 months agoMerge pull request #2080 from mikebrady/dependabot/github_actions/development/actions...
Mike Brady [Mon, 29 Sep 2025 15:56:12 +0000 (16:56 +0100)] 
Merge pull request #2080 from mikebrady/dependabot/github_actions/development/actions/checkout-5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0

4 months agoupdate some warning messages
Mike Brady [Mon, 29 Sep 2025 15:21:13 +0000 (16:21 +0100)] 
update some warning messages

4 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 29 Sep 2025 13:32:32 +0000 (14:32 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

4 months agoAdd a new command line option, "dbus_default_message_bus" which can be "system" or...
Mike Brady [Mon, 29 Sep 2025 13:07:35 +0000 (14:07 +0100)] 
Add a new command line option, "dbus_default_message_bus" which can be "system" or "session" and defaults to "system". It becomes the default for both the dbus native service and the mpris service.

4 months agoHandle default dbus message bus properly.
Mike Brady [Mon, 29 Sep 2025 13:04:33 +0000 (14:04 +0100)] 
Handle default dbus message bus properly.

4 months agoDon't reinitialise convolution IR filter if it is valid and the file has not changed...
Mike Brady [Mon, 29 Sep 2025 13:03:21 +0000 (14:03 +0100)] 
Don't reinitialise convolution IR filter if it is valid and the file has not changed. clang-format.

4 months agoAdd a default to the dbus message bus enum. Add a dbus_default_message_bus to the...
Mike Brady [Mon, 29 Sep 2025 12:56:32 +0000 (13:56 +0100)] 
Add a default to the dbus message bus enum. Add a dbus_default_message_bus to the config. It is used as the default dbus message bus for dbus and mpris.

4 months agoAdd a file existence/permissions warning. Edit a few warnings. Clang format.
Mike Brady [Mon, 29 Sep 2025 12:54:51 +0000 (13:54 +0100)] 
Add a file existence/permissions warning. Edit a few warnings. Clang format.

4 months agoBump docker/build-push-action from 6.13.0 to 6.18.0 2083/head
dependabot[bot] [Sun, 28 Sep 2025 10:05:11 +0000 (10:05 +0000)] 
Bump docker/build-push-action from 6.13.0 to 6.18.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.18.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoBump docker/setup-qemu-action from 3.3.0 to 3.6.0 2082/head
dependabot[bot] [Sun, 28 Sep 2025 10:05:09 +0000 (10:05 +0000)] 
Bump docker/setup-qemu-action from 3.3.0 to 3.6.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.6.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoBump docker/login-action from 3.3.0 to 3.5.0 2081/head
dependabot[bot] [Sun, 28 Sep 2025 10:05:06 +0000 (10:05 +0000)] 
Bump docker/login-action from 3.3.0 to 3.5.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoBump actions/checkout from 4.2.2 to 5.0.0 2080/head
dependabot[bot] [Sun, 28 Sep 2025 10:05:03 +0000 (10:05 +0000)] 
Bump actions/checkout from 4.2.2 to 5.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #2072 from charlesomer/development
Mike Brady [Fri, 26 Sep 2025 15:34:06 +0000 (16:34 +0100)] 
Merge pull request #2072 from charlesomer/development

New docker pipeline.

Many thanks, Charles.

4 months agoMerge branch 'mikebrady:development' into development 2072/head
Charles [Wed, 24 Sep 2025 17:48:24 +0000 (18:48 +0100)] 
Merge branch 'mikebrady:development' into development

4 months agoDon't automatically try to push a 'latest' or 'classic' tag - to be fixed in a follow...
Charles [Tue, 23 Sep 2025 23:19:24 +0000 (00:19 +0100)] 
Don't automatically try to push a 'latest' or 'classic' tag - to be fixed in a follow up PR.

4 months agoClone ffmpeg from github for classic image
Charles [Tue, 23 Sep 2025 21:52:29 +0000 (22:52 +0100)] 
Clone ffmpeg from github for classic image

4 months agoNo docker login when not pushing image
Charles [Tue, 23 Sep 2025 21:48:20 +0000 (22:48 +0100)] 
No docker login when not pushing image

4 months agoUpdate BUILD.md
Mike Brady [Tue, 23 Sep 2025 08:21:53 +0000 (09:21 +0100)] 
Update BUILD.md

4 months agoMore fixes
Charles [Mon, 22 Sep 2025 23:24:35 +0000 (00:24 +0100)] 
More fixes

4 months agoFixes and info improvements
Charles [Mon, 22 Sep 2025 23:04:42 +0000 (00:04 +0100)] 
Fixes and info improvements

4 months agoNew docker pipeline.
Charles [Mon, 22 Sep 2025 21:37:57 +0000 (22:37 +0100)] 
New docker pipeline.

4 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 22 Sep 2025 17:12:50 +0000 (18:12 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

4 months agoMerge pull request #2071 from admo/development
Mike Brady [Mon, 22 Sep 2025 17:03:36 +0000 (18:03 +0100)] 
Merge pull request #2071 from admo/development

Add `ENABLE_AVAHI` environment variable to control `dbus` and `avahi` usage in a Docker container.

4 months agoAdd ENABLE_AVAHI env var to control dbus/avahi usage in container 2071/head
Adam Oleksy [Mon, 22 Sep 2025 15:49:22 +0000 (17:49 +0200)] 
Add ENABLE_AVAHI env var to control dbus/avahi usage in container

ENABLE_AVAHI decides whether dbus and avahi daemons run inside the
container or if the host's instances are reused. When set to 0,
/var/run/dbus and /var/run/avahi-daemon/socket must be bind-mounted
by the user from the host into the container.

5 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Wed, 17 Sep 2025 13:35:14 +0000 (14:35 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

5 months agoRemove obsolete s6-overlay stuff. This directory was not copied into the Docker image...
Mike Brady [Wed, 17 Sep 2025 13:27:12 +0000 (14:27 +0100)] 
Remove obsolete s6-overlay stuff. This directory was not copied into the Docker image anyway...

5 months agoMerge pull request #2062 from mikebrady/dependabot/github_actions/development/actions...
Mike Brady [Sun, 14 Sep 2025 08:11:54 +0000 (09:11 +0100)] 
Merge pull request #2062 from mikebrady/dependabot/github_actions/development/actions/stale-10.0.0

Bump actions/stale from 9.1.0 to 10.0.0

5 months agoBump actions/stale from 9.1.0 to 10.0.0 2062/head
dependabot[bot] [Sun, 7 Sep 2025 10:05:15 +0000 (10:05 +0000)] 
Bump actions/stale from 9.1.0 to 10.0.0

Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
6 months agoMerge pull request #2054 from mikebrady/dependabot/github_actions/development/actions...
Mike Brady [Mon, 18 Aug 2025 07:13:08 +0000 (08:13 +0100)] 
Merge pull request #2054 from mikebrady/dependabot/github_actions/development/actions/checkout-5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0

6 months agoBump actions/checkout from 4.2.2 to 5.0.0 2054/head
dependabot[bot] [Sun, 17 Aug 2025 11:01:06 +0000 (11:01 +0000)] 
Bump actions/checkout from 4.2.2 to 5.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
6 months agoMerge pull request #2049 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Fri, 15 Aug 2025 16:28:34 +0000 (17:28 +0100)] 
Merge pull request #2049 from mikebrady/dependabot/github_actions/development/docker/login-action-3.5.0

Bump docker/login-action from 3.4.0 to 3.5.0

6 months agoBump docker/login-action from 3.4.0 to 3.5.0 2049/head
dependabot[bot] [Sun, 10 Aug 2025 10:34:50 +0000 (10:34 +0000)] 
Bump docker/login-action from 3.4.0 to 3.5.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Thu, 17 Jul 2025 11:34:27 +0000 (12:34 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

7 months agoMerge pull request #2034 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Thu, 17 Jul 2025 11:32:10 +0000 (12:32 +0100)] 
Merge pull request #2034 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.11.1

Bump docker/setup-buildx-action from 3.10.0 to 3.11.1

7 months agoMerge pull request #2028 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Thu, 17 Jul 2025 11:31:52 +0000 (12:31 +0100)] 
Merge pull request #2028 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.18.0

Bump docker/build-push-action from 6.15.0 to 6.18.0

7 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Thu, 17 Jul 2025 11:31:05 +0000 (12:31 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

7 months agoImprove the warning about invalid setting strings.
Mike Brady [Thu, 17 Jul 2025 11:23:53 +0000 (12:23 +0100)] 
Improve the warning about invalid setting strings.

7 months agoFix a bug whereby the volume setting was ignored if the input was not at 44100 FPS...
Mike Brady [Thu, 17 Jul 2025 11:01:02 +0000 (12:01 +0100)] 
Fix a bug whereby the volume setting was ignored if the input was not at 44100 FPS and the loudness DSP setting was enabled.

7 months agoQuieten a diagnostic message.
Mike Brady [Thu, 17 Jul 2025 10:57:53 +0000 (11:57 +0100)] 
Quieten a diagnostic message.

7 months agoBump docker/setup-buildx-action from 3.10.0 to 3.11.1 2034/head
dependabot[bot] [Sun, 22 Jun 2025 10:42:25 +0000 (10:42 +0000)] 
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agoUpdate BUILD.md
Mike Brady [Tue, 3 Jun 2025 16:14:09 +0000 (17:14 +0100)] 
Update BUILD.md

8 months agoUpdate BUILD.md
Mike Brady [Tue, 3 Jun 2025 16:12:19 +0000 (17:12 +0100)] 
Update BUILD.md

8 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Tue, 3 Jun 2025 15:57:02 +0000 (16:57 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

8 months agoBump docker/build-push-action from 6.15.0 to 6.18.0 2028/head
dependabot[bot] [Sun, 1 Jun 2025 10:44:07 +0000 (10:44 +0000)] 
Bump docker/build-push-action from 6.15.0 to 6.18.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.18.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months agoA few extra files to ignore...
Mike Brady [Wed, 7 May 2025 08:02:08 +0000 (09:02 +0100)] 
A few extra files to ignore...

10 months agoUpdate docker-build-on-push.yaml
Mike Brady [Mon, 14 Apr 2025 10:21:31 +0000 (11:21 +0100)] 
Update docker-build-on-push.yaml

10 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 14 Apr 2025 10:12:03 +0000 (11:12 +0100)] 
Update RELEASENOTES-DEVELOPMENT.md

10 months agoCheck for configuration strings that are given but turn out to be empty, issue a...
Mike Brady [Mon, 14 Apr 2025 09:40:26 +0000 (10:40 +0100)] 
Check for configuration strings that are given but turn out to be empty, issue a warning and ignore them.

10 months agoMerge pull request #2001 from jzucker2/add-mqtt-disconnect-command-v2
Mike Brady [Mon, 14 Apr 2025 08:40:51 +0000 (09:40 +0100)] 
Merge pull request #2001 from jzucker2/add-mqtt-disconnect-command-v2

Add mqtt `disconnect` command.

10 months agoMerge pull request #1993 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Mon, 14 Apr 2025 08:39:29 +0000 (09:39 +0100)] 
Merge pull request #1993 from mikebrady/dependabot/github_actions/development/docker/login-action-3.4.0

Bump docker/login-action from 3.3.0 to 3.4.0

10 months agoRemove left-over dbus and avahi pid files.
Mike Brady [Mon, 14 Apr 2025 08:37:53 +0000 (09:37 +0100)] 
Remove left-over dbus and avahi pid files.

10 months agoCheck that the existing user startup script is replaceable.
Mike Brady [Mon, 14 Apr 2025 08:30:53 +0000 (09:30 +0100)] 
Check that the existing user startup script is replaceable.

10 months agoStop installing a user startup script.
Mike Brady [Mon, 14 Apr 2025 08:30:16 +0000 (09:30 +0100)] 
Stop installing a user startup script.

10 months agoUpdate BUILD.md
Mike Brady [Mon, 14 Apr 2025 08:10:28 +0000 (09:10 +0100)] 
Update BUILD.md

10 months agoAdd a convenience script to install and enable a systemd user service script.
Mike Brady [Mon, 14 Apr 2025 08:02:06 +0000 (09:02 +0100)] 
Add a convenience script to install and enable a systemd user service script.

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 14:56:38 +0000 (15:56 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:39:48 +0000 (10:39 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:36:48 +0000 (10:36 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:29:27 +0000 (10:29 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:28:55 +0000 (10:28 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:21:19 +0000 (10:21 +0100)] 
Update BUILD.md

10 months agoUpdate BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:07:12 +0000 (10:07 +0100)] 
Update BUILD.md

10 months agoTrying again 2001/head
Jordan Zucker [Mon, 31 Mar 2025 00:23:40 +0000 (17:23 -0700)] 
Trying again

11 months agoBump docker/login-action from 3.3.0 to 3.4.0 1993/head
dependabot[bot] [Sun, 16 Mar 2025 10:16:56 +0000 (10:16 +0000)] 
Bump docker/login-action from 3.3.0 to 3.4.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Thu, 13 Mar 2025 09:15:42 +0000 (09:15 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

11 months agoMerge pull request #1989 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Wed, 5 Mar 2025 15:43:21 +0000 (15:43 +0000)] 
Merge pull request #1989 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.15.0

Bump docker/build-push-action from 6.14.0 to 6.15.0

11 months agoMerge pull request #1988 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Wed, 5 Mar 2025 15:43:04 +0000 (15:43 +0000)] 
Merge pull request #1988 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.6.0

Bump docker/setup-qemu-action from 3.4.0 to 3.6.0

11 months agoMerge pull request #1987 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Wed, 5 Mar 2025 15:42:47 +0000 (15:42 +0000)] 
Merge pull request #1987 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.10.0

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0

11 months agoBump docker/build-push-action from 6.14.0 to 6.15.0 1989/head
dependabot[bot] [Sun, 2 Mar 2025 10:38:00 +0000 (10:38 +0000)] 
Bump docker/build-push-action from 6.14.0 to 6.15.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months agoBump docker/setup-qemu-action from 3.4.0 to 3.6.0 1988/head
dependabot[bot] [Sun, 2 Mar 2025 10:37:59 +0000 (10:37 +0000)] 
Bump docker/setup-qemu-action from 3.4.0 to 3.6.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.6.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.6.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months agoBump docker/setup-buildx-action from 3.9.0 to 3.10.0 1987/head
dependabot[bot] [Sun, 2 Mar 2025 10:37:56 +0000 (10:37 +0000)] 
Bump docker/setup-buildx-action from 3.9.0 to 3.10.0

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months agoUpdate AIRPLAY2.md
Mike Brady [Thu, 27 Feb 2025 14:21:54 +0000 (14:21 +0000)] 
Update AIRPLAY2.md

11 months agoThis squashed commit comprises a long series of improvements, bug fixes, optimization... 5.0-dev
Mike Brady [Sun, 23 Feb 2025 13:31:17 +0000 (13:31 +0000)] 
This squashed commit comprises a long series of improvements, bug fixes, optimizations, and new feature additions:
 - 48,000 frames per second operation,
 - 48k lossless stereo, 5.1 and 7.1 surround sound
 - Multichannel and multi rate operation on ALSA, PipeWire, PulseAudio, FreeBSD, stdout and unix pipe output backends.

Automatic, flexible and controllable output format (rate, sample format and channel count) selection.

Full FFmpeg integration to support transcoding, resampling, and new audio formats.

Better operation on lower powered devices down to e.g. Raspberry Pi B.

Reduced Docker image sizes with a slimmed-down FFmpeg library.

Enhanced timestamp handling for better synchronization.

Improved the sync error calculation.

A new "vernier" resampling and interpolation method for low-power CPUs.

Bug fixes and minor enhancements.

Note -- there are many breaking changes from previous versions of Shairport Sync!

11 months agoMerge pull request #1982 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Sun, 23 Feb 2025 13:04:09 +0000 (13:04 +0000)] 
Merge pull request #1982 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.14.0

Bump docker/build-push-action from 6.13.0 to 6.14.0

11 months agoBump docker/build-push-action from 6.13.0 to 6.14.0 1982/head
dependabot[bot] [Sun, 23 Feb 2025 10:31:35 +0000 (10:31 +0000)] 
Bump docker/build-push-action from 6.13.0 to 6.14.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoUpdate BUILD.md
Mike Brady [Thu, 6 Feb 2025 17:09:07 +0000 (17:09 +0000)] 
Update BUILD.md

12 months agoUpdate RELEASENOTES-DEVELOPMENT.md
Mike Brady [Fri, 31 Jan 2025 17:01:17 +0000 (17:01 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

12 months agoRemove dhclient from the image.
Mike Brady [Fri, 31 Jan 2025 14:56:39 +0000 (14:56 +0000)] 
Remove dhclient from the image.

12 months agoUpdate RELEASENOTES-DEVELOPMENT.md 4.3.8-dev
Mike Brady [Fri, 31 Jan 2025 13:15:36 +0000 (13:15 +0000)] 
Update RELEASENOTES-DEVELOPMENT.md

12 months agoMerge pull request #1967 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Fri, 31 Jan 2025 12:46:09 +0000 (12:46 +0000)] 
Merge pull request #1967 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.8.0

Bump docker/setup-buildx-action from 2.5.0 to 3.8.0

12 months agoMerge pull request #1966 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Fri, 31 Jan 2025 12:45:56 +0000 (12:45 +0000)] 
Merge pull request #1966 from mikebrady/dependabot/github_actions/development/docker/login-action-3.3.0

Bump docker/login-action from 2.1.0 to 3.3.0

12 months agoMerge pull request #1965 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Fri, 31 Jan 2025 12:45:44 +0000 (12:45 +0000)] 
Merge pull request #1965 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.13.0

Bump docker/build-push-action from 4.0.0 to 6.13.0

12 months agoMerge pull request #1964 from mikebrady/dependabot/github_actions/development/docker...
Mike Brady [Fri, 31 Jan 2025 12:45:32 +0000 (12:45 +0000)] 
Merge pull request #1964 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.3.0

Bump docker/setup-qemu-action from 2.1.0 to 3.3.0