Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: andresch/trackfs

Tags

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix attributes of CueSheet object being included as tags in track fil…

…es (gh-23)

* Fix attributes of CueSheet object being included as tags in track files

* Update VERSION

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix case when folder ends with *.flac|*.wav pattern. (#21)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(fusepath): Make album extension matching by default case insensi…

…tive (#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'

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(fusepath): Expose audio files without cue sheet as regular files (g…

…h-12) (#14)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(trackfs): Support WAVE files with accompanying cue-sheets (gh-8) (

…#11)

To introduce WAVE support a few breaking changes got introduced:
- New naming scheme for virtual files; in case you have indexed the virtual
  filesystem in some media-server you have to re-index it
- parameter `keep-flac-cue` got renamed to `keep-album`
- parameter `extension` now has to be a regular expression
- trackfs now also uses album meta-data from the cue-sheet to backfill
  missing entries in the album file
- basic support for album-art in accompanying jpg files

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update release.yml

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding detection of character encodigin for cue-sheet files (#7)

v0.1.4

Toggle v0.1.4's commit message
bugfix for external-cue support