Andreas
Andreas
I've just published a first version of trackfs (https://github.com/andresch/trackfs) a FUSE fs that splits FLAC+CUE into individual tracks. I've also tested it with mp3fs using the trackfs fs as source,...
Hi, the error indicates that trackfs is not able to extract the first track from the flac file. Without access to the flac file the root cause is hard to...
Hi izverev, Thanks for the great contribution. I did not think about the use case of mp3 files that contain a full album. I was referring to ffmpegfs for transcoding...
> Btw, why you not use ffmpeg-python, as [acenko](https://github.com/acenko) did before? Two reasons: - I wanted to keep the container as small as possible (ffmpegfs is a quite huge package...
> Unfortunately, I don't think it's possible, to figure out it we should look into FLAC compression algorithm. Maby it can works with wav... I browsed a bit through the...
You might want to look into trackfs. It should work with any media server with FLAC support (incl. mStream) running on some linux based NAS that supports docker https://github.com/andresch/trackfs Trackfs...
Hello, not sure this is still relevant to you, but I just realized that I never responded to your question: In short; In the way trackfs is currently implemented, this...
Hi Andrew, I agree that under error conditions this very simple implementation can't guarantee that you will not have holes in the retention. As nobody is forced to execute the...
Hi bobmvg, Thanks for using trackfs. The wrong file size is a limitation of the fundamental design of trackfs. The virtual filesystem you see doesn't exits anywhere on disk, but...
`As I understand it, in this case it all depends on the DLNA client whether it will continue playback if an error occurs when requesting a non-existent part of the...