My fork of seanut. Upstream: https://dev.focks.website/focks/seanut
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
a. fox 96f6b24227 fixed error fetching results after authentication
updated authorization format string
ensured we url encode our authorization values
removed ".local" from hostnames if it's present
added str package as dependency
fixed using deprecated authorization header
2 years ago
Makefile first push 2 years ago
README.md near feature complete (not tested :3c) 2 years ago
auth.lisp made authorization a keyword parameter in json-request 2 years ago
command-line.lisp added ability to pass in access token 2 years ago
package.lisp fixed error fetching results after authentication 2 years ago
seanut.asd fixed error fetching results after authentication 2 years ago
seanut.lisp fixed error fetching results after authentication 2 years ago
util.lisp reorganized things a bit 2 years ago
web.lisp fixed error fetching results after authentication 2 years ago

README.md

seanut

a. fox

a command line utility to bulk download media from jellyfin servers (e.g., shows, albums, etc)

Building

  1. Install roswell
  2. $ mkdir ~/common-lisp && git clone https://dev.focks.website/focks/seanut ~/common-lisp/seanut
  3. $ cd ~/common-lisp/seanut && make

Running

$ ./seanut -u Username -p hunter2 -m MusicAlbum -o ~/Downloads/Jellyfin/Media https://your.jellyfin.domain "My Cool Album"

$ ./seanut -q -m MusicAlbum -o ~/Downloads/Jellyfin/Media https://your.jellyfin.domain "My Cool Album"

License

MIT