khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

QNAP package for v1.0 #64

Closed the-nicolas closed 3 years ago

the-nicolas commented 3 years ago

Where can I find the installation packages for v1.0?

I just found v0.9 from 2017 and I get random segfaults when sharing fuse folder via network. Looks like some multi-threaded bugs got fixed recently, perhaps that would fix the problem...

Thanks!

RobMeerwijk commented 3 years ago

You could try to install docker on your QNAP. And then it is easy to install the mp3fs docker container. Works like a breeze. https://registry.hub.docker.com/r/khenriks/mp3fs

On my Synology I had to execute sudo mount --make-shared /volume1 in order to make the mp3 fuse filesystem available outside docker (source https://github.com/madslundt/docker-cloud-media-scripts/issues/35 )

khenriks commented 3 years ago

I don't know anything about QNAP or the packages on there, sorry. I don't have anything to do with them.

I recommend trying docker as @RobMeerwijk mentions though, since that is released by me and works anywhere that docker runs.