depot/third_party/nixpkgs/pkgs/by-name/mu/music-assistant/providers.nix
Default email 159e378cbb Project import generated by Copybara.
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
2024-09-19 17:19:46 +03:00

86 lines
1.4 KiB
Nix

# Do not edit manually, run ./update-providers.py
{
version = "2.2.3";
providers = {
airplay = [
];
apple_music = [
]; # missing pywidevine
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 = ps: with ps; [
hass-client
];
hass_players = [
];
jellyfin = ps: with ps; [
aiojellyfin
];
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; [
bidict
snapcast
];
sonos = ps: with ps; [
defusedxml
soco
sonos-websocket
];
soundcloud = [
]; # missing soundcloudpy
spotify = ps: with ps; [
pkce
];
template_player_provider = [
];
test = [
];
theaudiodb = [
];
tidal = ps: with ps; [
tidalapi
];
tunein = [
];
ugp = [
];
ytmusic = ps: with ps; [
yt-dlp
ytmusicapi
]; # missing yt-dlp-youtube-accesstoken
};
}