Compare commits

..

3 Commits

Author SHA1 Message Date
coolneng 14577ca1de
Use youtube music in mopidy 2022-11-15 22:56:18 +01:00
coolneng bbd4baae80 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/fc07622617a373a742ed96d4dd536849d4bc1ec6' (2022-11-13)
  → 'github:NixOS/nixpkgs/013fcdd106823416918004bb684c3c186d3c460f' (2022-11-14)
2022-11-15 22:32:03 +01:00
coolneng 663521fba6 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/667e5581d16745bcda791300ae7e2d73f49fff25' (2022-11-07)
  → 'github:NixOS/nixpkgs/fc07622617a373a742ed96d4dd536849d4bc1ec6' (2022-11-13)
2022-11-14 22:32:15 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1667811565, "lastModified": 1668417584,
"narHash": "sha256-HYml7RdQPQ7X13VNe2CoDMqmifsXbt4ACTKxHRKQE3Q=", "narHash": "sha256-yeuEyxKPwsm5fIHN49L/syn9g5coxnPp3GsVquhrv5A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "667e5581d16745bcda791300ae7e2d73f49fff25", "rev": "013fcdd106823416918004bb684c3c186d3c460f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -59,6 +59,7 @@ in {
mopidy-bandcamp mopidy-bandcamp
latest-mopidy-somafm latest-mopidy-somafm
latest-mopidy-soundcloud latest-mopidy-soundcloud
python310Packages.ytmusicapi
]; ];
configuration = '' configuration = ''
[audio] [audio]
@ -92,6 +93,7 @@ in {
allow_cache = true allow_cache = true
search_results = 50 search_results = 50
youtube_dl_package = yt_dlp youtube_dl_package = yt_dlp
musicapi_enabled = true
[somafm] [somafm]
encoding = aac encoding = aac