msync
msync copied to clipboard
Maintain a lower-bitrate copy of a music library in sync with the main copy.
rather than hardcoding ffmpeg, allow specifying eg. an encoding script that can call ffmpeg with whatever parameters you want. this also requires customizing the output file extension, since the program...
(for determining whether a given file is a music file)
right now it's always case insensitive because that's the macOS default, but perhaps we should allow case sensitivity for future usage
For music under the limit, files are symlinked (if you use that option, anyway), which isn't a problem. But if files are copied or transcoded, and then the main copy's...