-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network Remote #1398
base: master
Are you sure you want to change the base?
Network Remote #1398
Conversation
Just realized I forgot instruction on how to use/enable this. |
I'd appreciate if somebody could explain why the Ubuntu build fails |
For now we still support building with Qt 5, so strawberry can still be supported on LTS distros, but we should probably drop it in not to long future. Qt 5 is already in closed branches for commercial customers and it's hard to know what the "5.12" and "5.15" that distros ship actually is anymore since KDE actually do their own thing with it. |
Ubuntu 24.04 LTS release is planned for April 25, so I guesss we can check this then |
I got it to compile and run on Debian after manually replacing the contents of 3rdparty/kdsingleapplication with a complete copy of https://github.com/KDAB/KDSingleApplication. The copy of KDSingleApplication in Debian is to old an Ubuntu probably has the same problem. However I cannot find the github.com:poldi171254/StrawberryRemote.git repository so I can't really test it. I tried to use it with code written for clementine remote (without any recompling for Strawberry). It does connect but is unable to parse the messages from the server, probably due to incompatible protobuf message formats. More or less as expected. FWIW, the code compiled cleanly and Strawberry works fine with the remote code enabled. |
Thanks for your feedback. I didn't worry about the KDSingleApplication while the remote code was still in development. |
On 5/10/24 02:36, Poldi wrote:
Thanks for your feedback. I didn't worry about the KDSingleApplication while the remote code was
still in development.
The code for the remote is
for ssh
***@***.*** ***@***.***>:poldi171254/StrawberryRemote.git
for https
https://github.com/poldi171254/StrawberryRemote.git
<https://github.com/poldi171254/StrawberryRemote.git>
Hi Poldi,
I cannot access the repo for the rmeote:
https://github.com/poldi171254/StrawberryRemote -> 404
$ git clone ***@***.***/poldi171254/StrawberryRemote.git
Cloning into 'StrawberryRemote'...
...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Is it perhaps a private repo?
…--
Casper Gielen
|
The one thing I'm missing in Strawberry is a Remote capability.
I have over 1000 CD, collected over many years, and as we all know, not every song on every CD is great.
In Clementine, if I didn't like something I heard while I was away from the PC/Music System, I could just go Next.
I have added a basic Remote capability to Strawberry
Thanks,
Leo