-
Notifications
You must be signed in to change notification settings - Fork 1
Arguments
Sets the Spotify Client ID used to authenticate to Spotify
Usage | --spotifyclient <clientid> |
---|---|
Required? | ✔ |
Aliases | -sClient, -sC |
Sets the Spotify Client Secret used to authenticate to Spotify
Usage | --spotifysecret <clientsecret> |
---|---|
Required? | ✔ |
Aliases | -sSecret, -sS |
Sets the LastFM API Key used to authenticate to LastFM
Usage | --lastfmtoken <apitoken> |
---|---|
Required? | ✔ |
Aliases | -lToken, -lT |
Sets the LastFM username from which to pull the data
Usage | --lastfmuser <username> |
---|---|
Required? | ✔ |
Aliases | -lUser, -lU |
Selects a .jpeg file to upload as cover art
Usage | --coverart <path/to/file.jpg> |
---|---|
Required? | ❌ |
Aliases | -ca, -cover |
Selects a name for the created playlist. Supports templating. Refer to Filename Templating for information on file name templates.
Usage | --playlistname <name> |
---|---|
Required? | ❌ |
Aliases | -pN, -pName |
Makes the playlist show on your profile.
Usage | --public |
---|---|
Required? | ❌ |
Aliases | -pP |
Makes the playlist collaborative.
Usage | --collaborative |
---|---|
Required? | ❌ |
Aliases | -pC |
Sets the data selection period to one week.
Usage | --weekly |
---|---|
Required? | ❌ |
Aliases | -W |
Sets the data selection period to one month.
Usage | --monthly |
---|---|
Required? | ❌ |
Aliases | -M |
Sets the data selection period to three months.
Usage | --quarterly |
---|---|
Required? | ❌ |
Aliases | -Q |
Sets the data selection period to six months.
Usage | --biannually |
---|---|
Required? | ❌ |
Aliases | -B |
Sets the data selection period to one year.
Usage | --annually |
---|---|
Required? | ❌ |
Aliases | -A |
Shows a list of all commands or, if provided, help for a given command.
Usage | --help [argument] |
---|---|
Required? | ❌ |
Aliases | -h, -? |
Sets the loglevel. May flood the console. Use carefully. Possible loglevels:
- 0: Quiet Will run completely quietly
- 1: Default Will only show progress
- 2: Verbose Will echo current step being worked on
- 3: Debug Will give specific information on what excactly the tool is doing
Usage | --loglevel <loglevel> |
---|---|
Required? | ❌ |
Aliases | -log, -l |
Caches the access token and corresponding refresh token into an encrypted file saved at "~/.lfm2s/spotify.lfm2scred". The secret key for the encryption is generated from the password.
Usage | --spotifycache <password> |
---|---|
Required? | ❌ |
Aliases | -sTk |
Copyright B00tLoad_ & Môrrîl