Malachite is a tool to import your Last.fm and Spotify listening history to the AT Protocol network using the fm.teal.alpha.feed.play lexicon.
malachite scrobbles importer atproto music
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): bump versions and rename web package

- Bump core package version to 0.10.3
- Rename web package to "malachite-web-frontend"
- Bump web package version to 0.3.2

+3 -3
+1 -1
package.json
··· 1 1 { 2 2 "name": "malachite", 3 - "version": "0.10.2", 3 + "version": "0.10.3", 4 4 "description": "Malachite - Import Last.fm and Spotify listening history to ATProto with intelligent deduplication and rate limiting", 5 5 "type": "module", 6 6 "main": "./dist/index.js",
+2 -2
web/package.json
··· 1 1 { 2 - "name": "web", 2 + "name": "malachite-web-frontend", 3 3 "private": true, 4 - "version": "0.3.1", 4 + "version": "0.3.2", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",