diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..48eb35a --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +ACOUSTID_API_KEY=YOUR ACOUSTID API KEY +AUTHKEY_PATH=PATH TO YOUR APPLE MUSIC AUTHKEY +KEY_ID=YOUR APPLE MUSIC KEY ID +TEAM_ID=YOUR APPLE MUSIC TEAM ID +CLIENT_ID=YOUR APPLE MUSIC CLIENT ID + +SPOTIFY_CLIENT=YOUR SPOTIFY CLIENT ID +SPOTIFY_SECRET=YOUR SPOTIFY CLIENT SECRET \ No newline at end of file diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..8feba45 --- /dev/null +++ b/flake.lock @@ -0,0 +1,61 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1739019272, + "narHash": "sha256-7Fu7oazPoYCbDzb9k8D/DdbKrC3aU1zlnc39Y8jy/s8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "fa35a3c8e17a3de613240fea68f876e5b4896aec", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +}