Lincoln Lorenz
Lincoln Lorenz
It looks like we can add something similar to this parser in mopidy: https://github.com/mopidy/mopidy/blob/develop/mopidy/internal/playlists.py to handle different playlist types.
Another option would be to add a download step that downloads the file before giving it to vlc. VLC handles most filetypes well and should have a default .method of...
Enabling this is actually as simple as telling vlc to fetch and parse the playlist. Check out #379
Backend support is being added in #356
We should also add support for time synchronization checking here, comparing amplipi and the web browsers time and alerting the user if they are off by more than a minute....
@Juggler00 What specific features are you looking for from airplay 2?
This is really helpful. I wonder if the development version shairport-sync has support for play/pause/next control yet? That itself would make adding this really worth it.
Hmm, maybe they are still reverse engineering that part of the protocol? I couldn't find a related issue to remote control though. We will probably hold off on adding Airplay...
It looks like shairport is getting close to merging in airplay 2 support. We should test out a single instance on an amplipi soon: - [x] build and install shairport...
So i tested basic functionality last night and it seems to work for a single airplay 2 instance! I tested this last night by removing the shairport-sync package installed by...