No description
Find a file
Hyzual 696c51a64c Adds a wiredep config to automatically add bower dependencies to karma.conf.js.
Remove jasmine as a dev-dependency, already included in karma-jasmine
2014-11-09 18:39:01 +01:00
app Uses $rootScope[0] to play the first song in getRandomStarredSongs. 2014-11-09 18:36:57 +01:00
images Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure. 2014-11-09 16:10:34 +01:00
.bowerrc Replaces almost all of the plugins with their bower equivalent. 2014-11-09 10:45:25 +01:00
.gitignore Adds a first Grunt file copied from the yeoman angular generator. 2014-11-09 15:59:37 +01:00
.jshintrc Refactors the subsonic service test with jasmine promise matchers. 2014-11-09 16:12:29 +01:00
bower.json Refactors the subsonic service test with jasmine promise matchers. 2014-11-09 16:12:29 +01:00
component.json Adds npm module "sellout" which enables us to more easily maintain all the metadata jsons. 2014-11-09 16:11:39 +01:00
gpl-2.0.txt changed to gplv2 open source license 2012-10-26 15:07:24 -04:00
Gruntfile.js Adds a wiredep config to automatically add bower dependencies to karma.conf.js. 2014-11-09 18:39:01 +01:00
karma.conf.js Adds a wiredep config to automatically add bower dependencies to karma.conf.js. 2014-11-09 18:39:01 +01:00
manifest.json Replaces almost all of the plugins with their bower equivalent. 2014-11-09 10:45:25 +01:00
package.json Adds npm module "sellout" which enables us to more easily maintain all the metadata jsons. 2014-11-09 16:11:39 +01:00
README.md update readme 2014-04-05 13:39:06 -04:00

Jamstash - HTML5 Music Streamer

Imagine you can stream all your music from home, to any device, where ever you are. That is Subsonic! Now imagine having a Web App to stream your music that is as beautiful and well designed as it is functional, that is Jamstash!

What?

  • HTML5 Music Streaming App for your Subsonic server
  • Archive.org Browsing and Streaming of Live Music

Features

  • HTML5 Audio with Flash fallback (provided by the jPlayer library)
  • HTML5 Notifications
  • Flexible Layout (will scale to whatever size your browser window is)
  • Keyboard shortcuts (back, forward, play/pause, skip to artist, media keys)
  • Playlist support (create new, add to existing, delete)
  • Podcast support (includes description field on hover)
  • Favorite/Starred support for Albums & Songs
  • Shortcuts supported
  • Easy installation (Chrome App or manual install)
  • FF/Chome support (IE9 works but is a little rough around the edges)
  • Light/Dark Theme
  • Last.fm support
  • Autopilot Mode (click one button and songs continue to play)
  • AutoSave Mode (saves position and current playlist if you close or refresh your browser)
  • Built with AngularJS

Please submit all bug reports & feature requests via the GitHub page https://github.com/tsquillario/Jamstash/issues

You will need a Subsonic server to be able to play your own music. Subsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. Please see http://www.subsonic.org

Change Log inside...

*Permissions

  • You will have to allow Jamstash to "Access your data on all websites". This is required because your Subsonic server could be at any URL http://*/* or https://*/*. This is somewhat misleading, we ask for *://*/* access so that developers can make API calls to ANY URL ...

we don't collect any personal data and we don't want access to your data on all websites, we simply have to use that permission so developers can use the App on all urls.

License: GNU General Public License version 2 (GPLv2) https://github.com/tsquillario/Jamstash/blob/master/gpl-2.0.txt