I hereby claim:
- I am gbrks on github.
- I am gbrks (https://keybase.io/gbrks) on keybase.
- I have a public key whose fingerprint is 4B86 FB53 816F 416D F8B6 7AB0 B6E8 4081 1988 7BC2
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # fix-check.sh — list vinyl imports, let the user narrow to a single album | |
| # with a beets query, validate the tracklist, then reimport with the correct | |
| # MusicBrainz release ID. | |
| set -euo pipefail | |
| # Field separator that won't appear in artist/album/media text (unlike space, | |
| # which breaks on values like `12" Vinyl`). |
I hereby claim:
To claim this, I am signing this object:
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| OpenPGP Key Transition Statement | |
| Gavin Brooks <gavinjbrooks@gmail.com> | |
| Mon Dec 21 13:41:40 UTC 2015 | |
| For a number of reasons, I've recently set up a new OpenPGP key, and | |
| will be transitioning away from my old one. |
| plugins: | |
| - musicbrainz | |
| - fetchart | |
| - embedart | |
| - scrub | |
| - lastgenre | |
| - missing | |
| ## Folders | |
| directory: /music/music |
| #! /bin/bash | |
| ####################################################################### | |
| # this is a helper script that keeps SnapRAID parity info in sync with | |
| # your data. Here's how it works: | |
| # 1) it first calls diff to figure out if the parity info is out of sync | |
| # 2) if there are changed files (i.e. new, changed, moved or removed), | |
| # it then checks how many files were removed. | |
| # 3) if the deleted files exceed X (configurable), it triggers an | |
| # alert email and stops. (in case of accidental deletions) | |
| # 4) otherwise, it will call sync. |
| #! /bin/bash | |
| ####################################################### | |
| # This is a helper script to be used in a systemd timer | |
| # or cron job to scrub all mounted btrfs filessytems | |
| # | |
| # $Author: gbrks | |
| # $Revision 0.1 | |
| # $Date: 2015.05.15 | |
| # | |
| # Update email address below |