tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

lastfm_rs.1 (932B)


      1 .ie \n(.g .ds Aq \(aq
      2 .el .ds Aq '
      3 .TH lastfm-csv-export 1  "lastfm-csv-export " 
      4 .SH NAME
      5 lastfm\-csv\-export \- Export Last.fm scrobbles to a .csv file
      6 .SH SYNOPSIS
      7 \fBlastfm\-csv\-export\fR <\fB\-u\fR|\fB\-\-username\fR> <\fB\-a\fR|\fB\-\-api\-key\fR> [\fB\-o\fR|\fB\-\-output\fR] [\fB\-\-from\fR] [\fB\-\-to\fR] [\fB\-l\fR|\fB\-\-limit\fR] [\fB\-h\fR|\fB\-\-help\fR] 
      8 .SH DESCRIPTION
      9 Export Last.fm scrobbles to a .csv file
     10 .SH OPTIONS
     11 .TP
     12 \fB\-u\fR, \fB\-\-username\fR \fI<USERNAME>\fR
     13 Last.fm username
     14 .TP
     15 \fB\-a\fR, \fB\-\-api\-key\fR \fI<API_KEY>\fR
     16 Last.fm API key
     17 .TP
     18 \fB\-o\fR, \fB\-\-output\fR \fI<OUTPUT>\fR [default: scrobbles.csv]
     19 Output CSV file path
     20 .TP
     21 \fB\-\-from\fR \fI<FROM>\fR
     22 Start timestamp (Unix timestamp)
     23 .TP
     24 \fB\-\-to\fR \fI<TO>\fR
     25 End timestamp (Unix timestamp)
     26 .TP
     27 \fB\-l\fR, \fB\-\-limit\fR \fI<LIMIT>\fR
     28 Maximum number of pages to fetch (200 tracks per page)
     29 .TP
     30 \fB\-h\fR, \fB\-\-help\fR
     31 Print help