lssa

List similar artists.


lssa

/

doc

/

help.txt

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
lssa
  List similar artists.

Usage
  lssa [--colour=<on|off|auto>] [-c|--count=<1-100>]
  [-H|--header=<key:value>]... [-i|--ignore-case] <artist>...
  lssa [--colour=<on|off|auto>] -h|--help
  lssa [--colour=<on|off|auto>] -v|--version
  lssa [--colour=<on|off|auto>] --license

Options
  --colour=<on|off|auto>
    Print the program output with colour either on, off, or auto based on if
    stdout is a tty, the default value is 'auto'.
  -c, --count=<1-100>
    The maximum number of matches to find for each artist, the default value is
    '10'.
  -H, --header=<key:value>
    Pass a custom HTTP request header, this option can be used multiple times.
  -h, --help
    Print the help output.
  -i, --ignore-case
    Ignore artist case and use titlecase.
  --license
    Print the program license.
  -v, --version
    Print the program version.

Examples
  lssa <artist>
    list 10 similar artists to <artist>
  lssa <artist-1> <artist-2>
    list 10 similar artists for each <artist-n>
  lssa -c 20 <artist>
    list 20 similar artists to <artist>
  lssa -H 'user-agent:custom user agent string' -H 'dnt:1' <artist>
    list 10 similar artists to <artist> and pass custom HTTP request headers
  lssa --help --colour=off
    print the help output, without colour
  lssa --help
    print the help output
  lssa --version
    print the program version
  lssa --license
    print the program license

Exit Codes
  0
    normal
  1
    error

Remotes
  https://www.last.fm/music/<artist>/+similar

Repository
  https://github.com/octobanana/lssa.git

Homepage
  https://octobanana.com/software/lssa

Meta
  The version format is 'major.minor.patch (day.month.year)'.

Author
  Brett Robinson (octobanana) <octobanana.dev@gmail.com>
Back to Top