-
Updated
Mar 2, 2020 - C
audio-streaming
Here are 138 public repositories matching this topic...
Subscribe button should be "onRelease", not triggered onClick. I'm on mobile, it fires request when you scroll and happen to put your thumb where the button is
Description
I'm not sure if this is a bug or a feature request, or if the Plex API even has the capability. I get an error when I try to search Plex using multiple "playlists" (e.g. artist AND album). The error message seems to indicate that this is expected behavior, but being a music player I would usually expect to be able to play a specific album by an artist, rather than ALL albums by
Slowly move install scripts to ansible playbooks, more reliable and easier to run/configure.
Porting for Feature Parity
✅ Shairport-SyncApproved: BaReinhard/ansible_rpi#4❌ Pulse Audio Pending: BaReinhard/ansible_rpi#5❌ Snapcast WIP❌ More to Come
-
Updated
Mar 3, 2020 - C++
the following line 1148 under GAP_DEVICE_DISCOVERY_EVENT in simple_peripheral_observer.c needs to be changed to:
memcpy(pDevDiscMsg->pDevList, pEvent->discCmpl.pDevList, (pEvent->discCmpl.numDevs)*sizeof(gapDevRec_t));
While listening to radio '100% Souvenirs', I found out that the title of songs which contain special characters like apostrophe (') or ampersand (&) are not shown correctly:

![Screenshot_20190521-173640](https://user-images.githubusercontent.com/29872642/58387292-9f
-
Updated
Mar 2, 2020 - Python
-
Updated
Feb 16, 2020 - Java
-
Updated
Feb 28, 2020 - Swift
-
Updated
Jan 1, 2020 - JavaScript
-
Updated
Jan 9, 2020 - C
-
Updated
Jan 28, 2020 - Go
-
Updated
Dec 18, 2019 - C++
-
Updated
Jan 13, 2020 - C
-
Updated
Mar 1, 2020
-
Updated
Mar 3, 2020 - Objective-C
-
Updated
Jan 1, 2020 - C++
-
Updated
Feb 23, 2020
-
Updated
Jan 29, 2020 - JavaScript
-
Updated
Jan 10, 2020 - C++
-
Updated
Feb 13, 2020
-
Updated
Feb 21, 2020 - C
-
Updated
Dec 18, 2019 - Java
-
Updated
Feb 14, 2020 - Python
Improve this page
Add a description, image, and links to the audio-streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the audio-streaming topic, visit your repo's landing page and select "manage topics."
When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.