Code Monkey home page Code Monkey logo

subsonic's Introduction

Subsonic

Dockerfile for Subsonic 6.1.6 with FFMPEG

Usage

Create the data container with:

sudo docker run --name subsonic_data \
-v /data/music:/var/music \
hydria/subsonic:latest /bin/true

Data container manages only the subsonic configuration information.

After crerateing this run subsonic_app:

sudo docker run -d -t -i \
    --publish 8100:4040 \
    --name="subsonic_app" \
    --volumes-from subsonic_data \
    hydria/subsonic:latest

In this example, we specify port 4040 to 8100.

Port (default)

4040

Default Data Routes (default)

/var/music
/var/subsonic

subsonic's People

Contributors

hydriaone avatar minaivan avatar imina-inbenta avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

psyfx

subsonic's Issues

No Sonos connection

Sonos cant find the Subsonic server. - It is activated inside subsonic.

Which port do sonos use when it wants to connect to Subsonic? At first i thought it was the 8100 port that was wrong but it didnt help changing it to 4040. And i have also tried to change the Sonos SID - because i already have a Subsonic running on a raspi.

I have also tried to install Airsonic on my omv, but that didnt either work with sonos.

It works on raspi without docker - could the problem be that it, when its installed in a dockercontainer - doesnt have its own "identity" on my network? I wonder whenever some kind of port forward in my router would solve it?

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.