listenbrainz-server/listens-experiment 0aa4926 Roman Tsukanov: Just send another request to load new page...
2015-09-17 26039, 2015
github has left the channel
2015-09-17 26032, 2015
alastairp
can someone with “Unknown date” scrobbles try and do an import?
2015-09-17 26046, 2015
alastairp
Mineo: can you check your timezone issue again?? it looks like it's taking into account timezone now with our testing (though we didn't do anything that we can see)
2015-09-17 26001, 2015
Mineo
I can't open the dropdown menu on my username anymore :(
2015-09-17 26008, 2015
alastairp
refresh
2015-09-17 26011, 2015
alastairp
we updated some css
2015-09-17 26017, 2015
Mineo
ah
2015-09-17 26028, 2015
Mineo
nope, it's still saying "2 hours ago" for tracks I just listened to
2015-09-17 26011, 2015
alastairp
can you give us:
2015-09-17 26026, 2015
alastairp
- inspect element on the time in lastfm, and see what the date is
2015-09-17 26031, 2015
alastairp
- your current time
2015-09-17 26038, 2015
alastairp
- your musicbrainz username
2015-09-17 26013, 2015
alastairp
ah, we think we have it - the date that lastfm gives seems to be in utc, but we’re interpreting it as a localtime and then converting to utc
2015-09-17 26009, 2015
Mineo
I've added the 3 things to the ticket
2015-09-17 26014, 2015
alastairp
thanks. I think we've found it
2015-09-17 26026, 2015
alastairp
I blame javascript
2015-09-17 26051, 2015
Mineo
ah, so if you correct it on the listens overview again, you're just converting it back to the utc time lastfm was showing, that makes sense
2015-09-17 26014, 2015
alastairp
"If the date format is in an ISO-9601 format with no timezone, UTC is assumed. If the date format is not in ISO-8601 with no timezone, the user's local timezone is assumed" <- actual javascript docs
2015-09-17 26022, 2015
Mineo
9601, 8601, the case for 7601 is obviously missing :P
Leo_Verto: Leftmost: anyway, there'll be a meeting in here tomorrow at 20:30 UTC usual time, this is just a reminder :D
2015-09-17 26043, 2015
Gentlecat
meetings
2015-09-17 26036, 2015
LordSputnik
Leo_Verto: how easy would it be for you to set me up with access to the Bookzombie server?
2015-09-17 26014, 2015
LordSputnik
Leo_Verto: if the answer is "not very", perhaps we could make a new Heroku account with one of the @bb.org emails, or host it on Google (nomo, with the chat log bot, ruaok?)
hi all, I have a basic plugin now that I can see in te context menu and teh options page for it is displaying, I have added teh python code to genearate the BPM and currently it is in a vairable; Question: how do I write that value now back to the file ?
2015-09-17 26037, 2015
Freso
It looks like I'm stuck at "Sending page 570 of 573 to ListenBrainz".
2015-09-17 26020, 2015
[Kid] joined the channel
2015-09-17 26030, 2015
[Kid]
any issues with API right now?
2015-09-17 26043, 2015
[Kid]
i keep getting 503 when trying to update album info
madmouser1: I guess you already have a reference to a picard.file.File object somewhere - those have a metadata attribute which is a dictionary where the keys are tag names
Mineo: thanks I am nor a developer and just rying my hand at creating a plugin, but your comment do help as that is what I did but get an error so let me dig some more, I did teh following:
2015-09-17 26010, 2015
madmouser1
Mineo: metadata["bpm"] = calculated_bpm
2015-09-17 26036, 2015
madmouser1
I do have
2015-09-17 26037, 2015
madmouser1
from picard.metadata import register_album_metadata_processor, register_track_metadata_processor
2015-09-17 26028, 2015
Mineo
can you copy all of the code and the error message somewhere, like http://lpaste.net/ ?
2015-09-17 26052, 2015
madmouser1
I get this error : NameError: global name 'metadata' is not defined