* fix(flacinfo): escape tags for flac arguments
Special characters in tags, esp. title can cause invalid flac parameters when extracting a trackfs/cuesheet.
refactor(cuesheet): Major refactoring of cuesheet parser and support for album metadata.
* feat(albuminfo): backfill missing album tags from cuesheet
Renamed flacinfo to albmuminfo to perpare pending wav support.
Use cuesheet albuminfo in case flac file has not album metadata.