DSub for Android

Alternative Android Client for Subsonic

Moderators: daneren2005, moderators

Re: DSub for Android

Postby vancamp » Wed Oct 31, 2012 4:55 pm

mr_nobody wrote:Yeah, most of the time people (including myself) want to shuffle songs but sometimes some people want to shuffle albums!

Shuffle by album tends to be popular for people who listen to Classical music... you'd like to hear the whole (multiple track/movement) piece, then go on to the next random one.
vancamp
 
Posts: 40
Joined: Wed Aug 11, 2010 7:00 am

Re: DSub for Android

Postby boco » Wed Oct 31, 2012 5:34 pm

daneren2005 wrote:
boco wrote:Would it be possible to scroll titles that are long? This would be for either album or track titles that are longer than what is visible on screen.
Classical music usually has very long titles and currently there is no way to view the entire title.

Thanks

Probably, how do you think it should work to see the full title?


Possibly have the text move from the right to the left. This would cause the beginning of the title to disappear on the left as the rest of the title would start to appear from the right. Maybe only scroll once or twice so it is not too annoying.
boco
 
Posts: 3
Joined: Fri Oct 26, 2012 9:16 pm

Re: DSub for Android

Postby mr_nobody » Wed Oct 31, 2012 6:05 pm

vancamp wrote:
mr_nobody wrote:Yeah, most of the time people (including myself) want to shuffle songs but sometimes some people want to shuffle albums!

Shuffle by album tends to be popular for people who listen to Classical music... you'd like to hear the whole (multiple track/movement) piece, then go on to the next random one.


I actually like it for listening to all current year albums in a random order...for example, play all 2012 releases in a random sequence. Of course, to do that in subsonic, I would need to put all such albums in a folder together but I can live with that.
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby plastikman » Mon Nov 05, 2012 8:26 pm

where can i get this?

import github.daneren2005.dsub.R;

i cant seem to find it anywhere in the subsonic-android on github....

I want to build the app so I can see if it is better than the default SubSonic app before I decide to buy it.
plastikman
 
Posts: 51
Joined: Wed Oct 05, 2011 6:03 pm

Re: DSub for Android

Postby gamezonline » Mon Nov 05, 2012 9:59 pm

Loving the app keep up the good work, had everyone that using my server jump to your app (not much just about 6 ppl). cant wait to see what you come up with next.

Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
gamezonline
 
Posts: 30
Joined: Thu Feb 24, 2011 8:53 pm

Re: DSub for Android

Postby daneren2005 » Mon Nov 05, 2012 10:53 pm

gamezonline wrote:Loving the app keep up the good work, had everyone that using my server jump to your app (not much just about 6 ppl). cant wait to see what you come up with next.

Sent from my ASUS Transformer Pad TF700T using Tapatalk 2


The next update should mostly be cosmetic (bringing stuff more in line with current Subsonic app) and bug fixes. After that I will be getting back to coding new features for people to play with :D

plastikman wrote:where can i get this?

import github.daneren2005.dsub.R;

i cant seem to find it anywhere in the subsonic-android on github....

I want to build the app so I can see if it is better than the default SubSonic app before I decide to buy it.

That is defined by the compiler. You should just run the project and it will be generated. This next version which I will get out some time this week I will put up on github also so if you can't figure it out you can just wait.




Side Note: A user's review says that playback isn't stopping on bluetooth disconnect. Can anyone confirm or deny this for me? I have no test equipment :(
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby gamezonline » Mon Nov 05, 2012 11:06 pm

daneren2005 wrote:Side Note: A user's review says that playback isn't stopping on bluetooth disconnect. Can anyone confirm or deny this for me? I have no test equipment :(


I can confrim that when bluetooth is disconnected playback continues.
gamezonline
 
Posts: 30
Joined: Thu Feb 24, 2011 8:53 pm

Re: DSub for Android

Postby daneren2005 » Mon Nov 05, 2012 11:11 pm

gamezonline wrote:
daneren2005 wrote:Side Note: A user's review says that playback isn't stopping on bluetooth disconnect. Can anyone confirm or deny this for me? I have no test equipment :(


I can confrim that when bluetooth is disconnected playback continues.

Was it doing this before this last update or has it always done this?
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby gamezonline » Mon Nov 05, 2012 11:14 pm

daneren2005 wrote:Was it doing this before this last update or has it always done this?


Hmm not sure didnt have a bluetooth back then. if you have the old apk ill be game for giving it a try
gamezonline
 
Posts: 30
Joined: Thu Feb 24, 2011 8:53 pm

Re: DSub for Android

Postby daneren2005 » Mon Nov 05, 2012 11:17 pm

gamezonline wrote:
daneren2005 wrote:Was it doing this before this last update or has it always done this?


Hmm not sure didnt have a bluetooth back then. if you have the old apk ill be game for giving it a try

Nope just the super old one from Github (like 3 months old I think?). This is one reason why I need to start keeping all versions.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby gamezonline » Mon Nov 05, 2012 11:23 pm

daneren2005 wrote:
Nope just the super old one from Github (like 3 months old I think?). This is one reason why I need to start keeping all versions.


Just tryed the one on Github, and its doing the samething, playback dont stop when bluetooth disconnected.
gamezonline
 
Posts: 30
Joined: Thu Feb 24, 2011 8:53 pm

Re: DSub for Android

Postby daneren2005 » Mon Nov 05, 2012 11:32 pm

gamezonline wrote:
daneren2005 wrote:
Nope just the super old one from Github (like 3 months old I think?). This is one reason why I need to start keeping all versions.


Just tryed the one on Github, and its doing the samething, playback dont stop when bluetooth disconnected.

Alright I'll look into it then. I just copied the code from Subsonic which claimed to have fixed this issue. You think I would have learned by now not to just blindly include other's code and assume it actually works :?

Edit: And judging by what I found googling real quick it looks like it will be extremely simple to add so I will add it for the next release.
Last edited by daneren2005 on Mon Nov 05, 2012 11:39 pm, edited 1 time in total.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby gamezonline » Mon Nov 05, 2012 11:38 pm

BTW i found a small bug, in settings when you go to set/change your server information it dont show the changes under settings untill you back out of settings then go back in, hope you under stand that.

P.S. that on the latest one btw

P.S.S the one on Github do the samething
gamezonline
 
Posts: 30
Joined: Thu Feb 24, 2011 8:53 pm

Re: DSub for Android

Postby plastikman » Tue Nov 06, 2012 12:51 am

I can confirm on the stock subsonic app playback stops on Bluetooth disconnect.

Edit

And by I can confirm I mean it depends on the use case...

My car stops the music when I turn it off, my BT speakers do not...
plastikman
 
Posts: 51
Joined: Wed Oct 05, 2011 6:03 pm

Re: DSub for Android

Postby daneren2005 » Tue Nov 06, 2012 2:15 am

plastikman wrote:I can confirm on the stock subsonic app playback stops on Bluetooth disconnect.

Edit

And by I can confirm I mean it depends on the use case...

My car stops the music when I turn it off, my BT speakers do not...

Can you verify that the same things happen with DSub? Or different behavior?
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

PreviousNext

Return to DSub for Android

Who is online

Users browsing this forum: No registered users and 23 guests