Skip to content

Subsonic File System: Mount a Subsonic server as a local directory

Notifications You must be signed in to change notification settings

stanleymw/subsonicfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubsonicFS

Mount any Subsonic compatible music server as a local directory.

Usage

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

Libraries Used

Tested on:

About

Subsonic File System: Mount a Subsonic server as a local directory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages