Access personal profile in mopidy-bandcamp

This commit is contained in:
2025-12-01 11:31:14 +01:00
parent d2a7007549
commit 1eed8a02b3
3 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
secrets/soundcloud_token filter=git-crypt diff=git-crypt
secrets/bandcamp_token filter=git-crypt diff=git-crypt
assets/bitwig/activation.bwreg filter=lfs diff=lfs merge=lfs -text
assets/bitwig/bitwig-studio.deb filter=lfs diff=lfs merge=lfs -text
assets/bitwig/bitwig.jar filter=lfs diff=lfs merge=lfs -text

View File

@@ -17,6 +17,7 @@ let
];
});
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
bandcamp_token = builtins.readFile ../secrets/bandcamp_token;
in
{
@@ -98,6 +99,7 @@ in
auth_token = soundcloud_token;
explore_songs = 100;
};
bandcamp.identity = bandcamp_token;
};
};
}

BIN
secrets/bandcamp_token Normal file

Binary file not shown.