Good news! Thanks to Ultraviolet, I realized that under some (unclear, rare) circumstances, last.fm returns artist biographies that don't conform to the official specification. Up to this point, they have caused the import to stall, and fail to insert the recently fetched biographies.
This has now hopefully been addressed in version 0.5.45, which you can download from
http://dilerium.se/musiccabinet/subsonic.war. This affects all users, although it seems quite rare. It's a pure bugfix release but I still recommend everyone to start using it.
Jacob: since you also ran into this issue, you could (if you like), connect to your postgres server using the pgAdmin tool, and execute this sql command in the MusicCabinet database:
- Code: Select all
delete from library.webservice_history where calltype_id = 5 and artist_id not in (select artist_id from music.artistinfo)
If you do, all missing artist biographies will get fetched the next time you update the search index. If you don't, you'll have to wait for two weeks to have them fetched and updated by the search index. (MusicCabinet will consider them fetched and adhere to the last.fm caching rules, even though inserting them failed.)
and yes, the weather here is great and midsommardagen is just a few weeks away! thank you.
