You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
App for downloading scrobbles from Last.fm - save your play history for posterity. Data is stored as a JSON file. Works on large histories - 900K+ scrobbles, going back to 2004.
4
4
5
+
Available for Linux and Windows, x86/x64 and arm64.
6
+
5
7
## Features
6
8
7
9
- Supports download resumption
@@ -10,17 +12,17 @@ App for downloading scrobbles from Last.fm - save your play history for posterit
10
12
11
13
## Install
12
14
13
-
Simply download the latest build of lastfm download from [github.com.](https://github.com/shukriadams/lastfm-dl/releases) for your OS. No dependencies are required. Place wherever you normally store binaries on your system.
15
+
Download the latest build of lastfm-dl download from [github.com.](https://github.com/shukriadams/lastfm-dl/releases) for your OS. No dependencies are required. Place wherever you normally store binaries on your system, and add to your system PATH if desired.
14
16
15
-
To use, invoke the app directly from the terminal.
17
+
To use, invoke directly from the terminal.
16
18
17
19
lastfm-dl
18
20
19
21
## Requirements
20
22
21
-
You need a valid cookie bound to your Lastfm user. You can copy this from any modern browser when you login to Lastfm. There are several browser plugins that can help you do this, but if you want to get the cookie directly, in your browser
23
+
You need a valid cookie bound to your Last.fm user. You can copy this from any modern browser when you login to Lastfm. There are several browser plugins that can help you do this, but if you want to get the cookie directly, in your browser
22
24
23
-
- Right mouse click on any last.fm page and "inspect" the page
25
+
- Right mouse click on any Last.fm page and "inspect" the page
24
26
- This brings up the common dev console, go to the "Network" tab.
25
27
- Press "F5" to reload the page, scroll to the top of the list of transfers (the first successful GET transfer status code 200), click it.
26
28
- Find the Headers tab for that item's transfer, then the Request section under that. Copy the entire cookie string
0 commit comments