nixpkgs/pkgs/by-name/mu/music-assistant/providers.nix
2024-07-17 22:29:38 +02:00

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
];
};
}