Mount any Subsonic compatible music server as a local directory.
Usage of subsonicfs:
-hostname string
Hostname/IP Address of the Subsonic Server (default "http://127.0.0.1:4533")
-mountDir string
Location to mount SubsonicFS (default "/tmp/SubsonicFS")
-password string
Password for the account (default "user")
-passwordAuth
Whether or not to use plain-text password authentication (Default is off as it is insecure)
-username string
Username for the account (default "user")
Example:
$ ./subsonicfs -hostname http://127.0.0.1:4533 -mountDir /home/demo/Music/Subsonic -username demo -password demo
- FUSE (Filesystem in Userspace)
- go-subsonic