Skip to content

Commit

Permalink
Fix service logo error, some SOAP error in service link due to nesting
Browse files Browse the repository at this point in the history
Dependency upgrade, bump version
  • Loading branch information
pascalopitz committed Mar 27, 2024
1 parent 466aaa8 commit 2b52d61
Show file tree
Hide file tree
Showing 12 changed files with 4,264 additions and 12,836 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20

- name: Install RPM
run: sudo apt install -y rpm
Expand Down
14 changes: 3 additions & 11 deletions README.md
Expand Up @@ -22,21 +22,13 @@ can run on Linux also, installed via deb file. Maybe it won't have all
the functions of the real sonos player, but if I can browse the library, Spotify
and manage the queue, I'll be pretty damn happy.

## Install via snap

Since v0.2.0-alpha1 the app gets published to snapcraft.

```
snap install --edge sonos-controller-unofficial
```

## Install via .AppImage file

Find the latest .AppImage on the [release page](https://github.com/pascalopitz/unoffical-sonos-controller-for-linux/releases).
You can right click it on Ubuntu, then under "Permissions" mark is as executable. ALternatively run:

```bash
chmod +x sonos-controller-unofficial-amd64-0.3.0.AppImage
chmod +x sonos-controller-unofficial-amd64-0.3.1.AppImage
```

After that it can be launched by double click or via invoking it through the terminal.
Expand All @@ -52,7 +44,7 @@ Type=Application
Categories=Audio;
Name=sonos-controller-unofficial
Icon=appimagekit-sonos-controller-unofficial
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0.AppImage" %U
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.1.AppImage" %U
```

## Install via .deb file
Expand All @@ -61,7 +53,7 @@ Find the latest .deb on the [release page](https://github.com/pascalopitz/unoffi
On Ubuntu, you can double click the downloaded file to install it via the Software Center. Alternatively run

```bash
sudo dpkg -i sonos-controller-unofficial_0.3.0_amd64.deb
sudo dpkg -i sonos-controller-unofficial_0.3.1_amd64.deb
```

## and Run locally
Expand Down

0 comments on commit 2b52d61

Please sign in to comment.