Git Product home page Git Product logo

subsonic-snap's Introduction

Subsonic
Subsonic

This is the snap for Subsonic, “Your complete, personal media streamer”. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Snap Status

Published for with 💝 by ArubIslander

Build from repo

$ git clone https://github.com/arubislander/subsonic-snap.git
$ snapcraft snap
$ sudo snap install subsonic-arubislander_<snap version>_<snap arch>.snap --dangerous

Install from store

sudo snap install subsonic-arubislander

or

Get it from the Snap Store

(Don't have snapd installed?)

Summary

Subsonic is a media streaming and sharing platform created by Sindre Mehus. (see https://www.subsonic.org)

This snap runs under full confinement, which means it will not be able to access files outside of its 'home' folder. Normally this would make the app pretty useless, right? So to get around this issue somewhat the snap also consumes the removable-media interface. But it is not hooked up by default. So after installing the snap do:

$ sudo snap connect subsonic-arubislander:removable-media

After that, anything mounted under /media will be accessible to the snap.

Version history

New in version 6.1.5+snap3

Refresh of packages for security updates.

New in version 6.1.5+snap2

Refresh of packages for security updates.

New in version 6.1.5+snap1

See the official release notes for Subsonic.

New in version 6.1.4+snap1

See the official release notes for Subsonic.

New in version 6.1.3+snap14

Introduction of configuration settings:

  • host: IP address for the service to listen on. Defaults to 0.0.0.0 to listen on all IP addresses.
  • port: What port the service should listen on. Defaults to 4040
  • https-port: What port to use for https. Defaults to 0, for no https
  • context-path: The context path to use for the url of the service. Defaults to "/"
  • max-memory: Max amount of memory in MB that the java virtual machine is allowed to use. Defaults to 150

Example:

To set the subsonic service to use a maximum of 450 MB and listen on URL: http://192.168.5.10:8080/subsonic do:

$ sudo snap set subsonic-arubislander host=192.168.1.10 port=8080 context-path="/subsonic" max-memory=450

The service no longer needs to be restarted to pick up the new settings. But if you want to:

$ sudo snap restart subsonic-arubislander

Happy listening!

subsonic-snap's People

Contributors

arubislander avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.