DSub for Android

Alternative Android Client for Subsonic

Moderators: daneren2005, moderators

Re: DSub for Android

Postby daneren2005 » Sat Jan 19, 2013 3:11 am

Alright well unless someone speaks up that is how it will be in the next update
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby shadow.8 » Sat Jan 19, 2013 4:28 am

Looks good, I like the change.
676 artists
2,348 albums
26,738 songs
276.51 GB (~ 1,993 hours)
User avatar
shadow.8
 
Posts: 110
Joined: Wed Sep 26, 2012 12:12 am

Re: DSub for Android

Postby jeme » Fri Jan 25, 2013 1:06 am

What about an option for you to choose what you are controlling with the remote control (RC) option of the app. For instance I have subsonic on a server computer in my closet in my office far away from any of my stereos. So the remote on the app is pretty useless for me cause my server will never be hooked up to speakers. But what about being able to choose like the web player on my laptop like "[Player 12] Mark" under Players? Pretty much I love being able to control my music through my living room from my phone (I currently do this with XBMC) but the android Dsub app is so much better for playing music than the XBMC Remote app. The "Play Next" "Play Last" options alone would be worth it. I could just use a long cord I guess but then im playing my transcoded music on my phone rather than the raw files the browser uses. Anyway im not even sure if this is possible. Thanks
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

Re: DSub for Android

Postby daneren2005 » Fri Jan 25, 2013 3:20 am

I don't think that is really possible right now with the way the server is setup. Really support for clients talking to each other would need to be supported by Subsonic, otherwise any work I do would be limited to this one client.

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 jeme » Fri Jan 25, 2013 6:11 am

K thx. Ill put a post in the subsonic request section :-)
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

Re: DSub for Android

Postby jeme » Tue Jan 29, 2013 10:17 pm

The Album Art downloaded in the same directory works GREAT, thanks for implementing. One quick thing though, and im sorry to be a pest. But Poweramp and Google Play Music wont read the cover.jpeg because the JPEG. It will only read JPG. The E messes it up. Thanks
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

Re: DSub for Android

Postby daneren2005 » Tue Jan 29, 2013 11:08 pm

I just tried changing it to .jpg and google music still doesn't recognize it properly. Are you sure?
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby hakko » Tue Jan 29, 2013 11:26 pm

Isn't it normally folder.jpg, not cover.jpg? Just a thought, don't know the details of Google Music / poweramp.
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: DSub for Android

Postby daneren2005 » Tue Jan 29, 2013 11:39 pm

Still doesn't seem to work in play music for me. Wonder if it just hasn't done a scan through yet. Might have to check back later. Power Amp does recognize it when it is stored in .jpg format though. I will have to fix that 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 jeme » Wed Jan 30, 2013 12:13 am

Google Play Music is a picky bastard lol, It will only scan and add the album art once. Once it figures that there is no cover.jpg file in the folder it will not check again. You need to go to the Google Play Music Application system process and clear the data and cache, careful though cause it will delete any playlists that you made with Play Music. But once the files are automatically downloaded with cover.JPG and google music scans it for the first time it will always show up, which is why this feature was so important to implement (for me at least), because DSub adds the album art file before Android initially scans it :-) Poweramp and Winamp with check repeatedly though. And winamp doesnt care if its jpeg or jpg.
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

Re: DSub for Android

Postby daneren2005 » Wed Jan 30, 2013 12:24 am

Yah I originally was checking with winamp, which is why I didn't notice this problem. Picky apps :evil:
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby jeme » Wed Jan 30, 2013 12:36 am

Haha yup
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

Re: DSub for Android

Postby nrogers » Wed Jan 30, 2013 4:09 pm

Just a thought.

I read back a bit, people were mentioning stuttering on playback of partially downloaded songs. I haven't looked at the code, but I think this is a gapless playback issue. Subsonic (or DSub) caches the undownloaded files as 01-song.partial.mp3, so presumably it plays a snapshot of the file until it no longer can, and then changes to the next snapshot (or full song if it's finished downloading). So it stutters, because it can't change tracks gaplessly. Again, this is just a theory, but it's strongly hinted at by the behaviour of the client.

Is there any way to implement gapless playback? I feel this is the single biggest feature missing from the client.
nrogers
 
Posts: 1
Joined: Wed Jan 30, 2013 4:01 pm

Re: DSub for Android

Postby shadow.8 » Wed Jan 30, 2013 4:14 pm

He's mentioned in the past that he wants to implement gapless playback.
676 artists
2,348 albums
26,738 songs
276.51 GB (~ 1,993 hours)
User avatar
shadow.8
 
Posts: 110
Joined: Wed Sep 26, 2012 12:12 am

Re: DSub for Android

Postby daneren2005 » Wed Jan 30, 2013 5:12 pm

nrogers wrote:Just a thought.

I read back a bit, people were mentioning stuttering on playback of partially downloaded songs. I haven't looked at the code, but I think this is a gapless playback issue. Subsonic (or DSub) caches the undownloaded files as 01-song.partial.mp3, so presumably it plays a snapshot of the file until it no longer can, and then changes to the next snapshot (or full song if it's finished downloading). So it stutters, because it can't change tracks gaplessly. Again, this is just a theory, but it's strongly hinted at by the behaviour of the client.

Is there any way to implement gapless playback? I feel this is the single biggest feature missing from the client.

Yes I am working on gapless playback, but no the two aren't even remotely related. The stuttering is because the media player thinks it's done playing because it's buffering reaches the end of the file and thinks it's done while the file is still downloading.
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 5 guests