artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

Bugs bugs bugs #135

Closed artem-zinnatullin closed 9 years ago

artem-zinnatullin commented 9 years ago

From email:

Firstly, I like to do some tests when I get a new scrobbler: 1) Play track and pause it several times to ensure it does not scrobble the track several times - OK 2) Play track on repeat (2x) so it is correctly scrobbled 3) Play track again, but hit restart before the track is finished (over 50% of the track)

I did the 3 tests, but I only got 2 scrobbles on my account. The WAIL app showed 4 songs, but in the end I did not get them all. The difference is 5 minutes between them, so I guess the test 3 did not work. Then, I tried to scrobble more tracks, but it showed the artist name next to "null", so in the end it did not scrobble.

ilya-murzinov commented 9 years ago

I think, this is related to #26 and should be retested after it fixed. But it can be also related to some network issues.

ilya-murzinov commented 9 years ago

Ok, I retested this.

  1. Passes if one of intervals between pauses is longer than 50% of tracks duration. I think it's the correct behavior.
  2. Passes.
  3. Passes.

Thanks to whoever reported this :+1

lemerafael commented 9 years ago

It was me! I'm glad I could help and you could fix it!