swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
678 stars 41 forks source link

Issues with SMB/NFS shares volume bind to docker container #132

Closed gerryflux closed 9 months ago

gerryflux commented 1 year ago

I happen to have issues accessing smb/nfs shares that are mounted on the host system. I can bind just fine using other docker containers but not one I build for swingmusic (as documented in this repo):

This is how it partially detects the folders:

image Once you select any of the folders, nothing else is visible image image

I first assumed it having to do with spaces, then I remembered other containers such as Plex, Jellyfin, etc have been recognizing them fine for years without even needing the escape character "\".

cwilvx commented 1 year ago

Hello @gerryflux

I have never tested the app with NFS. I don't understand how NFS works for now, so I can't provide much help for now. The app has only been tested with a local filesystem.

I plan to support NAS in the near future, it has been asked about multiple times.

gerryflux commented 1 year ago

I plan to support NAS in the near future, it has been asked about multiple times.

Great to hear it's at least in the plan. It makes sense since most people with massive collections of media (music, photos, movies etc), use NASes for its added capacity, redundancy and speed. So having a way to bind to such volumes would be a God-send.

ema07cqc commented 9 months ago

I hope there is support for mounted drives in the future! It's the only way I have to access my music stored on the NAS!

cwilvx commented 9 months ago

Closing this for now.