mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
79 lines
1.3 KiB
Nix
79 lines
1.3 KiB
Nix
# Do not edit manually, run ./update-providers.py
|
|
|
|
{
|
|
version = "2.0.7";
|
|
providers = {
|
|
airplay = [
|
|
];
|
|
builtin = [
|
|
];
|
|
chromecast = ps: with ps; [
|
|
pychromecast
|
|
];
|
|
deezer = ps: with ps; [
|
|
pycryptodome
|
|
]; # missing deezer-python-async
|
|
dlna = ps: with ps; [
|
|
async-upnp-client
|
|
];
|
|
fanarttv = [
|
|
];
|
|
filesystem_local = [
|
|
];
|
|
filesystem_smb = [
|
|
];
|
|
fully_kiosk = ps: with ps; [
|
|
python-fullykiosk
|
|
];
|
|
hass = [
|
|
]; # missing hass-client
|
|
hass_players = [
|
|
];
|
|
jellyfin = [
|
|
]; # missing jellyfin_apiclient_python
|
|
musicbrainz = [
|
|
];
|
|
opensubsonic = ps: with ps; [
|
|
py-opensonic
|
|
];
|
|
plex = ps: with ps; [
|
|
plexapi
|
|
];
|
|
qobuz = [
|
|
];
|
|
radiobrowser = ps: with ps; [
|
|
radios
|
|
];
|
|
slimproto = ps: with ps; [
|
|
aioslimproto
|
|
];
|
|
snapcast = ps: with ps; [
|
|
snapcast
|
|
];
|
|
sonos = ps: with ps; [
|
|
defusedxml
|
|
soco
|
|
sonos-websocket
|
|
];
|
|
soundcloud = [
|
|
]; # missing soundcloudpy
|
|
spotify = [
|
|
];
|
|
test = [
|
|
];
|
|
theaudiodb = [
|
|
];
|
|
tidal = ps: with ps; [
|
|
tidalapi
|
|
];
|
|
tunein = [
|
|
];
|
|
ugp = [
|
|
];
|
|
ytmusic = ps: with ps; [
|
|
pytube
|
|
ytmusicapi
|
|
];
|
|
};
|
|
}
|