MiniSub - Subsonic HTML5 Web App (Archive)

Jamstash is an HTML5 Mini Player for the Subsonic streaming server

Moderator: moderators

Re: Subsonic HTML5 MiniPlayer

Postby kayvee » Tue Sep 18, 2012 7:16 pm

Country Life Dreams wrote:Was also getting the blank screen until I added a / at the end of the url after the port number then all seemed to work fine.


/ added where? In the MiniSub app? Can you please explain?
kayvee
 
Posts: 51
Joined: Fri Apr 10, 2009 7:26 pm

Re: Subsonic HTML5 MiniPlayer

Postby yochaigal » Tue Sep 18, 2012 8:26 pm

Yup, a trailing slash helped.
For future reference, the URL I used was:
http://xxx.dyndns.org:4040/
yochaigal
 
Posts: 4
Joined: Sun Jan 16, 2011 6:27 am

Re: Subsonic HTML5 MiniPlayer

Postby kayvee » Tue Sep 18, 2012 10:30 pm

Okay, I finally got it to work - sort of.
In the MiniSub settings page, I was entering my server address as: xxx.subsonic.org Instead, I tried https://xxx.dyndns.org:1234/ and that worked. I see the albums/tracks populated. But the problem is that tracks refuse to play in Firefox on my Mac. Every time I try to play, Firefox crashes. This may be unrelated to MiniSub though because I notice the exact same behavior when I try to listen to tracks using the regular subsonic web interface on Mac Firefox.
On Safari, MiniSub works as expected. The tracks/albums list is displayed and I am able to select and play tracks. The problem here is that of the track lengths. As reported in the previous posts, I too see the NaN:NaN/00:00 for track length.
kayvee
 
Posts: 51
Joined: Fri Apr 10, 2009 7:26 pm

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Fri Sep 21, 2012 2:33 pm

kayvee wrote:Okay, I finally got it to work - sort of.
In the MiniSub settings page, I was entering my server address as: xxx.subsonic.org Instead, I tried https://xxx.dyndns.org:1234/ and that worked. I see the albums/tracks populated. But the problem is that tracks refuse to play in Firefox on my Mac. Every time I try to play, Firefox crashes. This may be unrelated to MiniSub though because I notice the exact same behavior when I try to listen to tracks using the regular subsonic web interface on Mac Firefox.
On Safari, MiniSub works as expected. The tracks/albums list is displayed and I am able to select and play tracks. The problem here is that of the track lengths. As reported in the previous posts, I too see the NaN:NaN/00:00 for track length.


Have you tried using Chrome? Also it looks like your using https, you might run into issues with the Chrome App and a self signed certificate. You need to go to the main Subsonic interface and accept the certificate first.
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby NLclothing » Wed Sep 26, 2012 11:30 pm

Any chance we could see a darker contrast theme?

I love what you've done, with the exception of subsonic settings and other edit features (like tags/metadata) I am using your version of subsonic almost exclusively!
NLclothing
 
Posts: 32
Joined: Mon Aug 02, 2010 5:38 pm

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Sat Sep 29, 2012 7:31 pm

Just pushed a new release:

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)
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Sat Sep 29, 2012 7:37 pm

NLclothing wrote:Any chance we could see a darker contrast theme?

I love what you've done, with the exception of subsonic settings and other edit features (like tags/metadata) I am using your version of subsonic almost exclusively!


Yea, I would like to make a darker version most def. Soon my friend....
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby grumpwagon » Sun Sep 30, 2012 3:38 am

Not that I don't trust you, but what is the new permission for?
grumpwagon
 
Posts: 74
Joined: Sun Sep 30, 2012 3:36 am

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Sun Sep 30, 2012 4:13 am

grumpwagon wrote:Not that I don't trust you, but what is the new permission for?


Apparently having this "http://*/" in the permissions of my manifest.json gives you that warning now. I don't even remember what that is for, removed it. Just pushed 2.0.8

http://developer.chrome.com/extensions/permission_warnings.html

If it breaks let me know.
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby grumpwagon » Sun Sep 30, 2012 3:47 pm

Seems to work just fine, thanks for the update!

On a different subject, it seems like you scrape the auto albums from Subsonic, correct? I'd love a previous/next page option, if that's possible. I've just turned up the number of albums for now, and that's worked fine.

Secondly, If I'm wrong about that and you don't scrape them directly, would it be possible to filter out albums based on the folder they're in? I'd like to be able to select random from a specific folder.
grumpwagon
 
Posts: 74
Joined: Sun Sep 30, 2012 3:36 am

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Sun Sep 30, 2012 4:48 pm

grumpwagon wrote:Seems to work just fine, thanks for the update!

On a different subject, it seems like you scrape the auto albums from Subsonic, correct? I'd love a previous/next page option, if that's possible. I've just turned up the number of albums for now, and that's worked fine.

Secondly, If I'm wrong about that and you don't scrape them directly, would it be possible to filter out albums based on the folder they're in? I'd like to be able to select random from a specific folder.


I don't think scrape is the right word to describe it. I use the getRandomSongs method from the Subsonic API http://www.subsonic.org/pages/api.jsp

It only supports the "top-level music folders". That's what the Folder Playlists come from...
Last edited by tsquillario on Mon Oct 01, 2012 12:11 am, edited 1 time in total.
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Sun Sep 30, 2012 4:48 pm

Just pushed another update.

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)
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby Slate8 » Wed Oct 03, 2012 8:16 pm

New MiniSub user here. Just wanted to say I am liking MiniSub big lots, so thanks :)
I know it has been mentioned earlier in this thread, but has there been any progress with Jukebox mode support?

Thanks, and keep up the good work. It's appreciated.
Slate8
 
Posts: 28
Joined: Sat Sep 22, 2012 6:37 am

Re: Subsonic HTML5 MiniPlayer

Postby tsquillario » Wed Oct 03, 2012 8:30 pm

Slate8 wrote:New MiniSub user here. Just wanted to say I am liking MiniSub big lots, so thanks :)
I know it has been mentioned earlier in this thread, but has there been any progress with Jukebox mode support?

Thanks, and keep up the good work. It's appreciated.


These are the controls provided by the Subsonic API for Jukebox mode.
http://www.subsonic.org/pages/api.jsp#jukeboxControl

Tell me how you use the Jukebox mode so I can better understand it. I don't use it.
Jamstash Developer
Chrome App - https://chrome.google.com/webstore/detail/jccdpflnecheidefpofmlblgebobbloc
Beta Site - http://beta.jamstash.com
GitHub Project - https://github.com/tsquillario/Jamstash
User avatar
tsquillario
 
Posts: 206
Joined: Thu Jun 30, 2011 5:10 pm
Location: State College, PA

Re: Subsonic HTML5 MiniPlayer

Postby Slate8 » Wed Oct 03, 2012 9:08 pm

tsquillario wrote:
Slate8 wrote:New MiniSub user here. Just wanted to say I am liking MiniSub big lots, so thanks :)
I know it has been mentioned earlier in this thread, but has there been any progress with Jukebox mode support?

Thanks, and keep up the good work. It's appreciated.


These are the controls provided by the Subsonic API for Jukebox mode.
http://www.subsonic.org/pages/api.jsp#jukeboxControl

Tell me how you use the Jukebox mode so I can better understand it. I don't use it.


From a user's point of view, you use jukebox mode in exactly the same way as you would the local playback mode that you currently have. The only difference is there would be a tickbox or similar on the player to dictate if music should be played from your local PCs speakers or from the Subsonic server's audo hardware. I think the current playlist will switch depending on if you are in jukebox mode or not, so one playlist for what you have queued on the jukebox, and one for local, but I might be wrong.

I've had a read of the API docs and am having a poke around with the Firefox RestClient extension so will try and get the procedure down. I'd love to say I'll get a pull request over to you, but I just know I won't have the time due to a young family & hectic job keeping me busy. I'll get the process down for the jukebox API though and document my findings here in the hope that it helps any future development.

Thanks
Slate8
 
Posts: 28
Joined: Sat Sep 22, 2012 6:37 am

PreviousNext

Return to Jamstash (formerly MiniSub)

Who is online

Users browsing this forum: No registered users and 9 guests