This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: -apple-system, BlinkMacSystemFont, Helvetica, arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Trying to cleanup my music library this morning. | |
// It was easier to write this script in Swift than | |
// try and figure out the equivalent in Bash. | |
// | |
// I'm using this in conjunction with Beets <https://beets.io/>. | |
// | |
// Prior to importing music into my library with Beets, this | |
// script attempts to callout any problematic album folders that: | |
// | |
// 1. Contain BOTH .flac and at least one lossy format |
OlderNewer