Download:
https://github.com/tsquillario/MiniSub
Hey, I've been developing a MiniPlayer based off the Subsonic API. Built it with HTML/CSS, jQuery and SoundManager2. It's based off the SubAir player, which sadly hasn't seen much development and I thought I could build a fully browser based one, plus fix some of the issues with SubAir
It's still got a bit of work but it plays and lets you browse your library as well as playlists.
As far as installation it would be copied to a subfolder of your main Subsonic install, pretty simple!
Let me know what you think!
- Features
- - Flexible layout, will scale to whatever size your browser window is
- - Keyboard shortcuts (back, forward, play/pause, skip to artist)
- - Playlist support (create new, add to existing, delete)
- - Podcast support
- - Chat support (when the chat window is open it will auto-update in the background)
- - Now Playing support (see what others are streaming at the moment)
- - Easy installation
- - FF/Chome support, IE is a little rough around the edges but it works
- - Last.fm support
- - Artist/Album rating
Change Log:
9/30/2012 - 2.1
Moved ratings to stars (5 star ratings will reappear eventually)
9/30/2012 - 2.0.9
Added Dark Theme
Fixed issue with track duration display
9/30/2012 - 2.0.8
Removed "http://*/" permission from manifest.json (This was what caused the permissions alert)
9/29/2012 - 2.0.7
Updated to SoundManager2 v297a-20120916
Implemented updatePlaylist API method. Allows for larger playlists.
Added support for Podcasts (Thanks to nithinphilips)
Added Genre support for Auto Playlists (Thanks to Concept211 & orangepeelbeef)
8/13/2012 - 2.0.6
Minor bugfix
7/20/2012 - 2.0.5
Fixed Mp3 only folder issue
Launch server URL from the Subsonic icon!
Added "Now Playing" notification option
7/15/2012 - 2.0.3
Fixed double click bug
Fixed plaintext password issue
7/5/2012 - 2.0.2
Added ability to force Flash on the sound plugin
5/22/2012 - 2.0.1
Drag and drop sorting for Current and all other Playlists
Fixed bug with artist index list
5/21/2012 - 1.9.8
Support for 4.7beta1 in preparation for next full release
Ability to download Playlist or Song
Playing a song from a Playlist or Album will add the rest of the songs to the Current Playlist
Clicking an album takes you to the album (helpful from a playlist)
Added ability to search Albums or Songs
Ability to create new Playlist from any selected songs
Change track position while playing (lost after switch to SM2)
Added song rating to Player
4/3/2012 - 1.9.4
URL Querystring support for setting of variables
Added legacy support for Subsonic 4.5
Fixed Chrome audio bugs
3/31/2012 - 1.9
Switched to SoundManager2 audio library (changing track position currently not functional, next update)
Other minor bug fixes