mymikemiller / a-simple-lastfm-scrobbler

Automatically exported from code.google.com/p/a-simple-lastfm-scrobbler
GNU General Public License v3.0
0 stars 0 forks source link

SLS doesn't work properly with motorola cliq/dext #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now, since I don't know anyone who owns a phone like this, it seems very
difficult to test why it doesn't work. It is very hard to get real data
through the web on what music apps are installed, or what info they broadcast. 

If you has a cliq/dext phone, please email me and tell me more specifically
what doesn't work.

(This article ( http://www.phonescoop.com/articles/article.php?a=301&p=2205
) about the cliq as a picture of a music widget that is similar but not the
same as the one for the default android music app

Original issue reported on code.google.com by tgwizard on 30 Jan 2010 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by tgwizard on 30 Jan 2010 at 7:37

GoogleCodeExporter commented 9 years ago
I've had the phone working with SLS for a while now and it's only been since 
recent 
updates that SLS is now dropping a growing number of scrobbles.

I'll be glad to help out in anyway I can.

Original comment by andrp...@gmail.com on 4 Feb 2010 at 4:19

GoogleCodeExporter commented 9 years ago
That would be much appreciated.

Is there a sure way to reproduce this behaviour?, Like can you describe 
step-by-step
a way to make SLS lose scrobbles? 

Thanks

Original comment by tgwizard on 4 Feb 2010 at 4:36

GoogleCodeExporter commented 9 years ago
I have all mine stored up and manually scrobble when I'm done listening. I 
rarely let 
it fill up to 50 and auto-submit.
I will start an album from track one and play thru (sometimes not to the very 
end). 
When I submit and check my last.fm, I see that sometimes, the first two or 
three tracks 
didn't make it, yet the rest do and it just seems to drop a couple here and 
there, no 
real patterns.

I'm using a DEXT on Orange in the U.K.

Original comment by andrp...@gmail.com on 24 Feb 2010 at 11:22

GoogleCodeExporter commented 9 years ago
What music player are you using? And do the lost tracks get cached on the phone
before you send them?

According to the scrobbling api, you have to play at least half the song or 240
seconds, whichever is smaller. (Also, no tracks that has a duration < 30s is 
allowed
to be scrobbled). What is your scrobble point settings?

What version of Android is your phone running?

Thank you for helping me.

Original comment by tgwizard on 24 Feb 2010 at 6:10

GoogleCodeExporter commented 9 years ago
I'm using the standard Android player with no others installed and SLS, again, 
with 
no others (scrobblers) installed.
It seems to be caching without issue so I'm guessing something happens 
pre/during/post transmission to last.fm.

Scrobble point is at 50% as per default.

Android version is 1.5 sadly (Motorola haven't given a firm date for 2.1 in 
Europe) 
:-(

Helping is my pleasure! I too am a programmer and know how important feedback 
is :-)

Original comment by andrp...@gmail.com on 25 Feb 2010 at 12:44

GoogleCodeExporter commented 9 years ago
This seems weird. Is it always the same tracks that don't get scrobbled? (Can 
you
tell me which?). Sometimes Last.fm rejects scrobbles, or at least I've 
encountered
such tracks in the past.

Original comment by tgwizard on 25 Feb 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Ok, just this morning for instance, I listened to 1984 by Van Halen. I started 
another album during its last track (House of Pain). After the second album 
(Ruination by Job for a Cowboy) ended, I checked the local cahce (which had 
everything I'd listened to in it) and then hit scrobble. 
I then checked my last.fm (http://last.fm/user/rustinpeace1990) to see that 
only two 
tracks from 1984 had made it to last.fm even though I'd listened to 7 tracks of 
the 
album.

It's not always the same tracks no; I rarely play anything really short 
(occasionally, I'll lsiten to some grindcore which has some tracks under 30 
seconds 
and I accept that they won't scrobble). It's random :s

Original comment by andrp...@gmail.com on 26 Feb 2010 at 10:31

GoogleCodeExporter commented 9 years ago
Okay, I'll look into it. Hmm. 

I'll release a new version of SLS in the next few days which will fix some other
problems (epecially this:
http://code.google.com/p/a-simple-lastfm-scrobbler/issues/detail?id=26), which 
might
fix the scrobbling issues as well. Or not.

Original comment by tgwizard on 26 Feb 2010 at 1:52

GoogleCodeExporter commented 9 years ago
I've released v1.2.7 now, with very minor bug fixes. Perhaps this might fix this
issue. If it does, plese tell me. 

Original comment by tgwizard on 28 Feb 2010 at 11:16

GoogleCodeExporter commented 9 years ago
I have 1.2.7 and this is still happening; I'm wondering if some third party 
apps could 
be affecting it. I'm not sure that I full trust Startup Auditor for a start...

Original comment by andrp...@gmail.com on 5 Mar 2010 at 2:10

GoogleCodeExporter commented 9 years ago
If it gets into the scrobble, I don't think any third party could prevent it 
from
getting scrobbled. This is so weird, could you perhaps send me a logcat of when 
it
happens?

Original comment by tgwizard on 5 Mar 2010 at 2:16

GoogleCodeExporter commented 9 years ago
I meant "If it gets into the cache"...

Original comment by tgwizard on 5 Mar 2010 at 2:28

GoogleCodeExporter commented 9 years ago
It seems to be working alright since the latest update; I will continue to 
monitor it 
to make sure (^_^)

Original comment by andrp...@gmail.com on 11 Mar 2010 at 8:52

GoogleCodeExporter commented 9 years ago
Wow, that would be awesome. Although I haven't really changed anything 
regarding that
part. But if it works....

Original comment by tgwizard on 11 Mar 2010 at 12:54

GoogleCodeExporter commented 9 years ago
bad news: today 11 scrobble were dropped from Atreyu's Congregation of the 
Damned 
album: http://www.last.fm/user/RustInPeace1990, but everything else seemed to 
go thru 
fine.
This really is an odd issue...

Original comment by andrp...@gmail.com on 12 Mar 2010 at 1:37

GoogleCodeExporter commented 9 years ago
I've switched to scrobbling every 10 tracks, just to see what happens. Will 
keep you 
updated as always.

Original comment by andrp...@gmail.com on 16 Mar 2010 at 2:45

GoogleCodeExporter commented 9 years ago

If you want to get into developing android apps yourself, you could set up the
development environment: http://developer.android.com/index.html

If you do that, I'd greatly appreciate if you could connect your phone and see 
what
log messages that gets printed whenever scrobbles get lost. 

Original comment by tgwizard on 16 Mar 2010 at 2:55

GoogleCodeExporter commented 9 years ago
It's funny that you say that; I've just actually fired it up after downloading 
it months ago. 
I've built the tutorials Hello, Android app and I now have some books on the 
way to me, 
to learn the rest.

Is it possible to view these messaging via a Terminal? I'm pretty well versed 
in Linux 
commands...

Original comment by andrp...@gmail.com on 18 Mar 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Yep, use the tool called ddms.sh, which lies in android-sdk/tools/. This should 
open
a window where you can see the current log, and SLS should print some messages 
there
whenever you pause/play and scrobble etc.

You can also use the omnipotent adb tool (in the same folder), which is pure 
terminal
but more tricky. `adb logcat` should get you the log, somehow.

Original comment by tgwizard on 18 Mar 2010 at 10:18

GoogleCodeExporter commented 9 years ago
I have a Moto Cliq which is stuck at android 1.5 (they don't have an update for 
this phone, sucks.) and I'm having issues as well. :( I signed it with my 
last.fm credentials and everything, and I'm using the android music player and 
it doesn't show up in the enabled apps.

Original comment by laurenle...@gmail.com on 31 Aug 2011 at 5:06