Fix attributes of CueSheet object being included as tags in track files (gh-23)
* Fix attributes of CueSheet object being included as tags in track files
* Update VERSION
0.2.5
fix(albuminfo): Catch exceptions when trying the part cue sheet (gh-18) (22)
- Catch problems with detecting / decoding character encoding of cue sheet file - Catch parsing errors - refactor fix provided for gh-19 to also fix a problem with albums without tags
0.2.4
Fix case when folder ends with *.flac|*.wav pattern. (21)
0.2.3
feat(albuminfo): Allow cuesheets with full name of album file (gh-15) (17)
When scanning for accompanying cueshees for an album file "album.flac" trackfs checks for cuesheets files with four possible names: * album.cue * album.CUE * album.flac.cue * album.flac.CUE
0.2.2
feat(fusepath): Make album extension matching by default case insensitive (gh-13) (16)
Now recognizes '.flac' as well as '.FLAC' or even '.fLaC' as valid extension. Bahaviour can still be modified via --extension parameter Virtual track files will still only use the lower-case variant '.flac'