Inject on-fly / in chunks #636
Unanswered
gookie-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a FUSE in fusepy to mount music files. It looks like this and works perfectly:
My problem is that the FLAC files do not contain any metadata / audio tags. So I am trying to inject them with mutagen. I do not want to load the whole file though. My goal is to inject it on the fly. I have tried this:
However, when I open the mounted FLAC file in VLC, I get an I/O error from VLC. Does anyone have any idea how to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions