🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/mdlayher/subfs

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mdlayher/subfs

Source
Go
Version
v0.0.0-20171119165112-429d9a7beabc
Version published
Created
Source

subfs

Experimental FUSE filesystem for the Subsonic media server, written in Go. MIT Licensed.

It should be noted that both subfs and its companion library, gosubsonic, are highly experimental. These components are in need of much more testing, but I am happy with my progress thus far.

Installation

subfs can be built using Go 1.1+. It can be downloaded, built, and installed, simply by running:

$ go get github.com/mdlayher/subfs

Usage

To use subfs, simply run the binary and enter the appropriate command line flags to choose a host, username, password, mount point, and cache size.

$ subfs -host="demo.subsonic.org" -user="guest1" -password="guest" -mount="/tmp/subfs" -cache=1024

subfs will connect to your Subsonic media server, and cache up to -cache megabytes of data to your local machine. The cached data will be cleared from your system's temp directory upon subfs unmount.

FAQs

Package last updated on 19 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts