dirkvdb / lastfmlib

Automatically exported from code.google.com/p/lastfmlib
GNU General Public License v2.0
1 stars 2 forks source link

No submissions going through to LastFM. #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mediatomb At revision 2018.
LibLastFM AT Release 0.1.3
Running on a MacBook 10.4.11

I hadn't played any music for awhile via my PS3 untill yesterday.
I noticed no submissions going through to LastFM.
So I got a fresh Svn copy of Mediatomb and a fresh copy of LibLastFM.
Patched the code and compiled both with no problems.
But still no submissions, have lastfm changed something or does the patch 
need updating?

I should point out it was working the last time I played any music via my 
PS3, but can't remember what revision Mediatomb was then.

If you need any more info let me know.

Cheers.

Original issue reported on code.google.com by Sp1der...@gmail.com on 3 Feb 2009 at 9:53

GoogleCodeExporter commented 9 years ago
can you compile lastfmlib with logging enabled and can you show me the contents 
of
the /tmp/lastfmliblog.txt file that gets created.

Regards,
Dirk

Original comment by dirk.vdb on 3 Feb 2009 at 9:59

GoogleCodeExporter commented 9 years ago
Doesn't seem to compile with logging.

checking for LOG4CPP... no
configure: error:  +Could not find log4cpp

Original comment by Sp1der...@gmail.com on 3 Feb 2009 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago
you need to install the log4cpp library: http://log4cpp.sourceforge.net/

Original comment by dirk.vdb on 3 Feb 2009 at 10:10

GoogleCodeExporter commented 9 years ago
Thanks I'm installing via Darwin Ports. http://log4cpp.darwinports.com/

Original comment by Sp1der...@gmail.com on 3 Feb 2009 at 10:13

GoogleCodeExporter commented 9 years ago
I seem to have two versions of Liblastfm on my system and I seem to have 
updated the 
wrong one, now that I've updated the right version it seems to be working again.

Sorry about that.

Original comment by Sp1der...@gmail.com on 3 Feb 2009 at 11:11

GoogleCodeExporter commented 9 years ago
Good to hear

Original comment by dirk.vdb on 3 Feb 2009 at 11:17

GoogleCodeExporter commented 9 years ago
One thing though, it doesn't seem to submit files that are transcoded.
Say I played a flac music file it gets transcoded but doesn't show up at LastFM.

Original comment by Sp1der...@gmail.com on 3 Feb 2009 at 11:23

GoogleCodeExporter commented 9 years ago
Indeed, that needs to be looked at. When files get transcoded a different code 
path
is taken which does not hit the current lastfmlib calls.

Original comment by dirk.vdb on 3 Feb 2009 at 11:29

GoogleCodeExporter commented 9 years ago
Thanks for your help, look forward to an update sometime in the future.

Original comment by Sp1der...@gmail.com on 3 Feb 2009 at 11:31