-
If users could sort their playlists by video length or title or channel name this would make it easy to see and be able to remove duplicate videos from playlists.
It would also be great when adding…
ghost updated
5 months ago
-
In terms of architecture, all the logic around constructing the mood-based playlists belongs on the server, not in the React app.
This might also help with having to manage nested promises, as the …
-
Is it possible to play radio stations or playlists? I'm just setting this up with hubot and it's awesome, but we're using it to control our in-office music / speakers and playing or queuing one song a…
-
[This](https://narkive.com/O3IdsseS.9) 8 year old devel mailing list post is the only documentation I found about why my attempts to convince mpd to accept somafm's `pls` playlist were failing:
```
…
-
### Problem
I run a Subsonic server on a different machine than the one I use for managing my music library. Both access the same music library, but they differ between machines (in fact, one is a…
-
Newpipe is widely used for libre software enthusiasts on Android and offers the user the option to save the data of subscribed channels, saved playlists and defined settings as one OPML file. Android …
-
This issue is to track the development of a code base for the audio book player project. The audio book player should have the following features:
- Ability to play audio books in various formats, …
-
might have to change the way the playlist is managed.
At the moment, the metadata is copied across, not the DOM element (which made saving playlists easier). The entire DOM element could be copied, a…
-
***Summary:***
Thank you for designing the IPTVnator Desktop Application making it open-source and available. The application is very useful in managing playlists and provides a useful video player a…
-
**Intended outcome:**
Testing code using MockedProvider with a useQuery hook that has a client set
useQuery Hook
```
const { loading, error, data, fetchMore } = useQuery(PLAYLISTS, {
…