DSub for Android

Alternative Android Client for Subsonic

Moderators: daneren2005, moderators

Re: DSub for Android

Postby daneren2005 » Fri Aug 09, 2013 10:32 pm

Ah, no wonder my changes didn't look wrong no longer matter how much I looked at them. There was never anything wrong with it, there was just something wrong with how I was grabbing the DownloadFile for a particular song that never manifested until I tried to have the views keep track of which DownloadFile they first grabbed. It will be fixed for the next release.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby mr_nobody » Thu Aug 15, 2013 5:10 pm

Not sure if this is a bug or not but it is a weird interaction between dsub and another app...

I've been testing out utter which is a really cool app:

https://play.google.com/store/apps/deta ... all.nutter

I am using the wake-up-phrase feature a lot (this is where the app is constantly listening for a special phrase to initiate some action). However, I've noticed if I have that turned on and I start playing music via bluetooth with dsub, the music keeps pausing and then starting again.

Any ideas why this would be happening? Thanks.
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby daneren2005 » Thu Aug 15, 2013 6:31 pm

My guess is Utter is requesting audio focus. Try setting the Temporary Loss of Focus option to Do Nothing and see if that fixes it.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby mr_nobody » Thu Aug 15, 2013 6:47 pm

Okay, thanks, I'll take a look at that option and post back.

[edit]: Never got a chance to test this but I'm sure you were right. That feature in utter was completely killing my battery so I had to turn it off. I guess I need to get a moto x! ;)
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby eRJe » Thu Aug 22, 2013 10:09 am

I only noticed today that we now have the option to choose the number of preloaded songs via wifi separately from mobile data!

GREAT stuff! Thanks so much for adding this feature!
eRJe
 
Posts: 10
Joined: Tue Sep 28, 2010 1:20 pm

Re: DSub for Android

Postby HeWhoIsLunchbox » Fri Aug 23, 2013 2:09 pm

Since the update I'm unable to open albums that are starred. If I unstar the albums, I am able to open them. But they won't open otherwise.
HeWhoIsLunchbox
 
Posts: 22
Joined: Wed Jul 20, 2011 11:21 pm

Re: DSub for Android

Postby daneren2005 » Fri Aug 23, 2013 2:25 pm

HeWhoIsLunchbox wrote:Since the update I'm unable to open albums that are starred. If I unstar the albums, I am able to open them. But they won't open otherwise.

Ah yes, I can confirm that. Let me try to get a fix out either tonight or tomorrow.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Postby flvinny521 » Fri Aug 23, 2013 2:35 pm

Also, it seems that equalizers are no longer available... when i choose to view then, nothing happens.

In addition, the position marker is very jumpy, advancing by anywhere between 2-5 seconds at a time.

Sent from my SPH-L900 using Tapatalk 4
flvinny521
 
Posts: 70
Joined: Thu Jul 28, 2011 1:48 pm

Re: DSub for Android

Postby HeWhoIsLunchbox » Tue Aug 27, 2013 8:50 pm

Found another bug since the major update. The app crashes when you choose "show album" on a track in the play queue.
HeWhoIsLunchbox
 
Posts: 22
Joined: Wed Jul 20, 2011 11:21 pm

Re: DSub for Android

Postby daneren2005 » Tue Aug 27, 2013 9:36 pm

Yeah I'm trying to figure out what I can even do about that one. According to the reports I see in the my dev console, it is because of a stack overflow, which basically means there are too many function calls embedded in each other. It looks like it became a problem when I switched to Google's official backwards compatability library (used to use ActionBarSherlock). Every function call I do is necessary though, and there isn't any way to shorten the number of calls that the compat library makes, so I am kind of stumped on this one. I will continue looking for a solution obviously, but this might not be a immediate fix like the other couple were.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby WACOMalt » Thu Aug 29, 2013 6:15 pm

On my Nexus 7 (old model) if I open equalizer , and then back out without enabling it, I get a force close.
WACOMalt
 
Posts: 22
Joined: Fri Oct 12, 2012 3:55 am

Postby flvinny521 » Thu Aug 29, 2013 9:21 pm

It seems I am having some trouble with playlists clearing upon launching the app. Once or twice, the app froze for a few seconds when I viewed the now playing screen and the playlist repopulated, but several times it has remained empty.

Sent from my SPH-L900 using Tapatalk 4
flvinny521
 
Posts: 70
Joined: Thu Jul 28, 2011 1:48 pm

Re: DSub for Android

Postby daneren2005 » Thu Aug 29, 2013 10:36 pm

After that happens can you send me a log? I haven't noticed it happening but I may just not be triggering the right conditions for it to happen.

Sent from my HTC One X using Tapatalk 4
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby flvinny521 » Fri Aug 30, 2013 12:13 pm

daneren2005 wrote:After that happens can you send me a log? I haven't noticed it happening but I may just not be triggering the right conditions for it to happen.


I just noticed the behavior and was about to send a log, but when I navigated from the playlist screen (showing empty) back to the main screen of the app, the previously playing song populated after a few seconds. Navigating back to the playlist screen then showed the full playlist from my prior session.

In the past few days, when I had the issue I described, the app would hang and I'd get the prompt to wait, close, or send report. I'll keep checking to see if it happens again.

I will say that the app seems more sluggish lately than it was previously. There seems to be a delay when advancing songs, and moving between screens seems jumpy, when both of those actions were smooth and fast before recent updates. I didn't see anybody else complaining of these issues, so maybe it's something specific to my ROM/kernel.
flvinny521
 
Posts: 70
Joined: Thu Jul 28, 2011 1:48 pm

Postby daneren2005 » Fri Aug 30, 2013 1:59 pm

That just seems wrong to me. All of those operations are in a background thread, so there should be no way it's freezing on you. And if it is taking several seconds to load the playlist then that is very slow. In thinking something else is wrong there. Maybe try reinstalling DSub before trying the whole ROM

Sent from my HTC One X using Tapatalk 4
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 2 guests