-
Notifications
You must be signed in to change notification settings - Fork 87
Getting Started
Carey Metcalfe edited this page Sep 20, 2022
·
25 revisions
Even Easier Install
Easy Install
Install the Chrome App from the Chrome Web Store. https://chrome.google.com/webstore/detail/minisub/jccdpflnecheidefpofmlblgebobbloc
Permissions
- You will have to allow "Access your data on all websites". This is required because your Subsonic server could be at any URL
http://*/*
orhttps://*/*
- I NEVER access, read, modify, store, or transmit your personal data.
- https://github.com/tsquillario/Jamstash/blob/master/manifest.json
- Chrome Issue: http://code.google.com/p/chromium/issues/detail?id=158004
Manual Install
- Create a folder under the Subsonic install directory (eg. Jamstash)
- Windows:
C:\subsonic\jetty\[numbers]\webapp/
- Mac OSX:
/Library/Application Support/Subsonic/jetty/[numbers]/webapp/
- Linux:
/var/subsonic/jetty/[numbers]/webapp/
- Windows:
- Download the latest release from the releases page
- Extract the contents of the zip file directly into the previously created folder. The folder should now contain an
index.html
file as well as some other folders. - Go to
http://hostname:port/Jamstash
, if you're not already logged in you will be redirected to the Subsonic login page. Login, be sure to click "Remember Me" to stay logged in. After you login go to the the URL again.
I don't know what to enter for the Server? It's typically the same URL you use to access the normal Subsonic web interface: Subsonic Server URL Ex: http://host:port/subsonic
When I launch the Chrome App none of my artists are showing up? First, make sure your Username, Password & Server are correct. Secondly, if you configured your server to use HTTPS and it's using a self-signed certificate you will either have to install it into your browser or use the Manual Install procedures above so you can accept the Certificate warning.