Clean up the parsing of .scrobbler.log (bug 631)
commit50486721441175fc480377533ab26a3cb6d24031
authorAlex Bennee <alex@bennee.com>
Wed, 4 Nov 2009 17:46:26 +0000 (4 17:46 +0000)
committerThomas Perl <thp@thpinfo.com>
Thu, 5 Nov 2009 09:59:18 +0000 (5 10:59 +0100)
treedf5a575ea35dac9f8fceffb770a04f51e0e5a31b
parent606697c008c6c5211d961e73866225a0f282284e
Clean up the parsing of .scrobbler.log (bug 631)

* Split on \t instead of using regex. Some fields are optional and the
  regex got confused
* Store album/track instead of artist/track which gets more "hits"

This fixes up some of the problems I've been seeing however as the
scrobbling device is working from the id3/tag information on the track
in it's log we really should use tags for matching.
src/gpodder/sync.py