Reply To: AudioScrobbler / last.fm support

#5252
Anonymous
Inactive

Must have been the DBI:Sqlite driver, as I had to fix this by using the following SQL:

SELECT artist, track, album, cast(song_length as varchar) as song_length FROM songs

as the int/double column was getting turned into a zero, and last.fm wasn’t liking this!