Dusting off a branch I was putting off merging....
BREAKING CHANGE:
- When using the offset parameter (-o), you must now drop the "h". So for example:
rb-scrobbler -f .scrobbler.log -o 10
CHANGELOG
- Move to @sonjek 's fork of the go-lastfm library
- Update to Go 1.22
- Replace deprecated ioutil library with io
- Change unix permissions of the keyfile & keyfile storage directory to something not insane (0600 & 0700, respectively)
- Bubble up all errors to the main() function instead of exiting with a file still open