DSub for Android

Alternative Android Client for Subsonic

Moderators: daneren2005, moderators

Re: DSub for Android

Postby keith » Sat Jan 05, 2013 7:10 am

I downloaded alogcat, but DSub doesn't seem to produce any logs.

At any rate, it's working fine now. When it breaks, I'll try to use alogcat, but I don't have much info in there. Do I need a debug build or flag?
keith
 
Posts: 12
Joined: Tue May 08, 2012 5:57 pm

Re: DSub for Android

Postby daneren2005 » Sat Jan 05, 2013 4:21 pm

keith wrote:I downloaded alogcat, but DSub doesn't seem to produce any logs.

At any rate, it's working fine now. When it breaks, I'll try to use alogcat, but I don't have much info in there. Do I need a debug build or flag?

Do you happen to be using a phone with Android 4.2 on it? Apparently they redid the permissions so apps can only collect the logs for themselves.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby keith » Sat Jan 05, 2013 5:01 pm

Android 4.1.2
keith
 
Posts: 12
Joined: Tue May 08, 2012 5:57 pm

Re: Re: DSub for Android

Postby hyatari » Sat Jan 05, 2013 10:39 pm

keith wrote:I downloaded alogcat, but DSub doesn't seem to produce any logs.

At any rate, it's working fine now. When it breaks, I'll try to use alogcat, but I don't have much info in there. Do I need a debug build or flag?


Alogcat has to run as a system app to work correctly I think. You must have root and use something like titanium backup to change it to a system app.
hyatari
 
Posts: 53
Joined: Thu Jan 28, 2010 11:56 pm

Re: DSub for Android

Postby mr_nobody » Sun Jan 06, 2013 12:06 am

I successfully used an app called catlog before on an unrooted gingerbread device...maybe try that instead.
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby daneren2005 » Sun Jan 06, 2013 2:58 am

That's odd I am using alogcat without root on my phone. I guess I just need to setup some way to log directly within the app.

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

Re: DSub for Android

Postby boognish43 » Sun Jan 06, 2013 4:13 am

Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday
boognish43
 
Posts: 66
Joined: Sat Jan 09, 2010 3:13 pm

Re: DSub for Android

Postby daneren2005 » Sun Jan 06, 2013 4:38 am

boognish43 wrote:Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday

While I would love to support needs to be added to the server API before I could do that.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby Alpione » Sun Jan 06, 2013 10:27 pm

Dumb question. How do I get the lock screen functionality going?

Thx.

A
Alpione
 
Posts: 13
Joined: Mon Jun 28, 2010 1:19 pm

Re: Re: DSub for Android

Postby boognish43 » Sun Jan 06, 2013 10:57 pm

daneren2005 wrote:
boognish43 wrote:Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday

While I would love to support needs to be added to the server API before I could do that.


Gotcha. I thought it was since isub has this function.
Thanks again for your hard work on this!
boognish43
 
Posts: 66
Joined: Sat Jan 09, 2010 3:13 pm

Re: Re: DSub for Android

Postby mr_nobody » Mon Jan 07, 2013 3:14 am

boognish43 wrote:
daneren2005 wrote:
boognish43 wrote:Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday

While I would love to support needs to be added to the server API before I could do that.


Gotcha. I thought it was since isub has this function.
Thanks again for your hard work on this!


Erm, then the server api does support it?
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: Re: DSub for Android

Postby daneren2005 » Mon Jan 07, 2013 6:07 am

boognish43 wrote:
daneren2005 wrote:
boognish43 wrote:Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday

While I would love to support needs to be added to the server API before I could do that.


Gotcha. I thought it was since isub has this function.
Thanks again for your hard work on this!

Ah maybe I'm wrong then. I just looked on http://www.subsonic.org/pages/api.jsp and didn't see anything about being able to look who else is listening on the same server.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: Re: Re: DSub for Android

Postby boognish43 » Mon Jan 07, 2013 6:25 am

daneren2005 wrote:
boognish43 wrote:
daneren2005 wrote:[quote="boognish43"]Sorry if this has been addressed but is there any plans to add a feature to see what others are listening to on the same server?
Thanks for this app! I use it everyday

While I would love to support needs to be added to the server API before I could do that.


Gotcha. I thought it was since isub has this function.
Thanks again for your hard work on this!

Ah maybe I'm wrong then. I just looked on http://www.subsonic.org/pages/api.jsp and didn't see anything about being able to look who else is listening on the same server.[/quote]

Is this it? I have no clue what this stuff means or how to use it but this seems like what I was referring to.

getNowPlaying

http://your-server/rest/getNowPlaying.view
Since 1.0.0

Returns what is currently being played by all users. Takes no extra parameters.

Returns a <subsonic-response> element with a nested <nowPlaying> element on success. Example.
boognish43
 
Posts: 66
Joined: Sat Jan 09, 2010 3:13 pm

Re: DSub for Android

Postby daneren2005 » Mon Jan 07, 2013 6:35 am

Yep that is it. I must have just missed it when I was looking.

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

Re: DSub for Android

Postby obcd » Mon Jan 07, 2013 9:53 am

Hi,

I have been using different versions of subsonic andoid apps for the last few months. I was bothered with the ads. I have compiled dsub, but even with it I get some popups when I try for instance to play a playlist ("play now"). It says that the time frame for unlimited downloads is over and that I should donate to get unlimited downloads back. I am using musiccabinet on the other side.

Is this behavior normal? What should I do to remove that popup that blocks me from playing some stuff.
obcd
 
Posts: 40
Joined: Mon Nov 19, 2012 2:42 pm

PreviousNext

Return to DSub for Android

Who is online

Users browsing this forum: No registered users and 2 guests