Private
Public Access
1
0

Add simple TCP socket listener.(and actual class) Fix next track accidentally playing last track again.

This commit is contained in:
2019-04-08 21:36:19 -04:00
parent 9888ba9d68
commit f96e1ea123
5 changed files with 165 additions and 5 deletions

10
README
View File

@@ -1,5 +1,10 @@
How To Build This Template
-=-=-=-=-=-=-=-=-=-=-=-=-=
About
=====
KDE Plasma DataEngine and Service that can queue Youtube and Bandcamp songs(by way of youtube-dl) and play them on the device. Also supports accepting remote commands on TCP socket(54634), discoverable through DNS-SD.
How To Build
-=-=-=-=-=-=
--- On Unix:
@@ -20,3 +25,4 @@ Requires:
* KDNSSD
* youtube-dl
* QtMultimedia
* QtNetwork