Page 1 of 3

Beta Testing

PostPosted: Tue Oct 09, 2012 1:14 am
by tsquillario

Re: Beta Testing

PostPosted: Wed Oct 10, 2012 5:07 pm
by dazbobaby
Request sent.

Re: Beta Testing

PostPosted: Wed Oct 10, 2012 8:18 pm
by nutt318
Do you have the ability to watch videos in the MiniSub Beta? If so I would love to test it out.

Re: Beta Testing

PostPosted: Wed Oct 10, 2012 8:28 pm
by tsquillario
nutt318 wrote:Do you have the ability to watch videos in the MiniSub Beta? If so I would love to test it out.


No not yet. That is probably the most requested feature. I started to implement it actually, then found out that the library I'm using for HTML5 audio (SoundManager2) doesn't support video anymore. So I either have to use two libraries or switch to one that does both...so it's in the works just have to work out some more details. Donations, will certainly motivate me to implement it faster, lol.

Re: Beta Testing

PostPosted: Wed Oct 10, 2012 8:39 pm
by nutt318
Awesome, glad its something you are working on! That stinks about the library. When I have some extra funds I'll try and donate, do you have a link/paypal?

Re: Beta Testing

PostPosted: Wed Oct 10, 2012 8:47 pm
by tsquillario
nutt318 wrote:Awesome, glad its something you are working on! That stinks about the library. When I have some extra funds I'll try and donate, do you have a link/paypal?


I just added it to the main MiniSub topic:
http://forum.subsonic.org/forum/viewtopic.php?f=12&t=10452&p=47107

Re: Beta Testing

PostPosted: Sat Oct 13, 2012 6:58 pm
by grumpwagon
When you are looking at the track list of an album, is it intended behavior for the play button of one track to add the remainder of the entire album? I don't hate it if it is, it just seems weird.

Edit: Also, I asked this question before, but I asked it in a confusing way. When looking at the auto albums (I.E. recently added) would it be possible to have previous and next buttons like there is on the main subsonic interface?

Edit 2: Is it possible for the Random Album auto album list to only come from the folder selected in the drop down? Looking at the API, it didn't seem like it, but I'm no expert and I figured it was worth asking.

Edit 3: Applied to the Google group and threw a small donation at you. If you're still supporting this when I graduate (this upcoming Spring), count on a bigger donation.

Edit 4: Podcasts should have a date, if possible.

Re: Beta Testing

PostPosted: Sun Oct 14, 2012 8:30 pm
by tsquillario
When you are looking at the track list of an album, is it intended behavior for the play button of one track to add the remainder of the entire album? I don't hate it if it is, it just seems weird.
Hitting the + button only adds the song to the current playlist, Hitting the play button plays that song and adds the rest, correct. Double clicking on a song will only play that song, this is how you get just one song to play.

Edit: Also, I asked this question before, but I asked it in a confusing way. When looking at the auto albums (I.E. recently added) would it be possible to have previous and next buttons like there is on the main subsonic interface?
I'll take a look at this.

Edit 2: Is it possible for the Random Album auto album list to only come from the folder selected in the drop down? Looking at the API, it didn't seem like it, but I'm no expert and I figured it was worth asking.
No, this is not currently possible with the getAlbumList API call.

Edit 3: Applied to the Google group and threw a small donation at you. If you're still supporting this when I graduate (this upcoming Spring), count on a bigger donation.
:D

Edit 4: Podcasts should have a date, if possible.
The original code had this, then I switched it to track #, I will switch it back. The published date does show up when you hover over the individual podcast...


All changes will be in the next Beta release which should be today, or early this week.

Edit: Beta Chrome app was just updated to 2.1.8

Re: Beta Testing

PostPosted: Thu Oct 18, 2012 5:30 pm
by runagt2
The keyboard volume control is convenient, but it seems to reset to 100% on every track change. I.e. if it's set at 50% for one track, it will change to 100% on the next, then I can click + then - to make it go to 60% then 50% again.

Re: Beta Testing

PostPosted: Fri Oct 19, 2012 11:20 am
by tsquillario
runagt2 wrote:The keyboard volume control is convenient, but it seems to reset to 100% on every track change. I.e. if it's set at 50% for one track, it will change to 100% on the next, then I can click + then - to make it go to 60% then 50% again.


This has been fixed in the latest 2.2.1 release

Re: Beta Testing

PostPosted: Tue Oct 23, 2012 11:25 pm
by zeromod
I have an interesting setup. I'm using Owncloud so that users can synch their music collections and then in Subsonic over SSL (Self Signed) we the library, but you can also drop down to individual users music instead of everyones. My newest venture is html5 on Xbox. Minisub streams like a champ, but the browser doesn't know how to handle self signed ssl certificates.

Is there a way to enable SSL for subsonic, but defer Mini Sub to a non ssl and non encrypted connection? Perhaps I could route it to port 81 for example.

Re: Beta Testing

PostPosted: Wed Oct 24, 2012 2:02 am
by tsquillario
zeromod wrote:I have an interesting setup. I'm using Owncloud so that users can synch their music collections and then in Subsonic over SSL (Self Signed) we the library, but you can also drop down to individual users music instead of everyones. My newest venture is html5 on Xbox. Minisub streams like a champ, but the browser doesn't know how to handle self signed ssl certificates.

Is there a way to enable SSL for subsonic, but defer Mini Sub to a non ssl and non encrypted connection? Perhaps I could route it to port 81 for example.


If your using tomcat you might be able to listen on both HTTP and HTTPS by modifying the server.xml file.
http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

Re: Beta Testing

PostPosted: Tue Oct 30, 2012 6:46 pm
by tsquillario
10/30/2012 - 2.2.7
- Added Shortcuts!
- Switched to jPlayer for HTML5/Flash audio+video, video support coming soon!

Re: Beta Testing

PostPosted: Tue Oct 30, 2012 7:09 pm
by nutt318
tsquillario wrote:10/30/2012 - 2.2.7
- Added Shortcuts!
- Switched to jPlayer for HTML5/Flash audio+video, video support coming soon!


Awesome, can't wait to try out the html5 video!

Re: Beta Testing

PostPosted: Tue Oct 30, 2012 8:56 pm
by guygg
Either I'm blind or there's a basic navigation feature that seems to be missing. There a way to go back up a level once you've drilled into subfolders?

Personally, think a breadcrumb path at the top would be the ideal answer to that.