Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CircuitCoder/cuedflacfs
FUSE for exposing CUE/FLAC CD archives as individual FLAC tracks
https://github.com/CircuitCoder/cuedflacfs
Last synced: 2 months ago
JSON representation
FUSE for exposing CUE/FLAC CD archives as individual FLAC tracks
- Host: GitHub
- URL: https://github.com/CircuitCoder/cuedflacfs
- Owner: CircuitCoder
- License: mit
- Created: 2020-11-15T17:44:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T18:42:39.000Z (about 4 years ago)
- Last Synced: 2024-11-09T21:03:04.495Z (2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CuedFLACfs
------A FUSE library for mounting CUE/FLAC files to expose tracks as individual FLAC files.
## Motivation
I would really like to run a music streaming webapp on my NAS server running BitTorrent. Since I need to keep the original files for seeding, the most natural way is to use a webapp that directly supports CUE/FLAC files. Unfortunately, I could not find one. The closest I could find is airsonic, which has a pending PR (https://github.com/airsonic/airsonic/pull/856) that seemed ready to be merged.This is my second attempt.