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

fix: correct dead link

ewancroft.uk e0d4ea43 9ab3d30f

verified
+5 -5
+1 -1
web/package.json
··· 1 1 { 2 2 "name": "web", 3 3 "private": true, 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+1 -1
web/pnpm-lock.yaml
··· 969 969 resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} 970 970 engines: {node: 4.x || >=6.0.0} 971 971 peerDependencies: 972 - encoding: ^0.1.0 972 + encoding: ^0.1.1 973 973 peerDependenciesMeta: 974 974 encoding: 975 975 optional: true
+3 -3
web/src/lib/components/steps/FilesStep.svelte
··· 122 122 <details> 123 123 <summary>How to export from Last.fm</summary> 124 124 <p> 125 - Go to <a href="https://www.last.fm/settings/dataexporter" target="_blank" rel="noopener"> 126 - last.fm/settings/dataexporter 127 - </a>, request a data export, and download the CSV once ready. 125 + Use the third-party export tool at <a href="https://lastfm.ghan.nl/export/" target="_blank" rel="noopener"> 126 + lastfm.ghan.nl/export 127 + </a> to download your scrobble history as a CSV. 128 128 </p> 129 129 </details> 130 130 {/if}