Control Strawberry remotely
-
Clementine, which Strawberry is based on has a useful feature which allows the player to be controlled remotely via a Android client app.
I have a large music collection and when I play my collection on random and I don't like a song, there is no way in to control Strawberry remotely
I have written a very basic enhancement which allows minimal remote control (Next, Previous, Pause, Play) of Strawberry via a remote client (Linux & Android)
While the maintainer reviews my PR, you can try/test this enhancement
You can access my repos via ssh
my Strawberry fork: git@github.com:poldi171254/strawberry.git
the Linux client: git@github.com:poldi171254/StrawberryRemote.git
the Android client: git@github.com:poldi171254/Strawberry-Remote-Android.git
I used Qt Creator 18.0.0 to build the Strawberry and the Linux client and Android Studio Narwhal to build the Android client
Leo