also, I wasn't able to build CB in production branch.
2020-09-14 25813, 2020
diru1100
But the translation option wasn't working in master.
2020-09-14 25826, 2020
diru1100
Me, _lucifer and shivam-kapila wanted to hack on CB project as part of a hackathon. But were stuck at what features to add and where to start.
2020-09-14 25807, 2020
diru1100
Thought BB support would be best, but all the reviews present in CB are of MB
2020-09-14 25852, 2020
yokel joined the channel
2020-09-14 25848, 2020
reosarevok
diru1100: that's why BB support is needed ;)
2020-09-14 25824, 2020
reosarevok
(right now AFAICT you can't review a BB entity at all)
2020-09-14 25809, 2020
Mr_Monkey
prabal! I did! thanks for catching that, I forgot.
2020-09-14 25830, 2020
diru1100
Yup, I agree. BB support will be crucial for CB to sustain. Apart from passionate MB entity reviewers, CB doesn't attract MB folks. As music is a thing we at best give a rating.
2020-09-14 25839, 2020
diru1100
And even if we remove 5 star rating in MB, no one will do the extra step of going to CB for that.
2020-09-14 25844, 2020
prabal
It didn't create any issue though. Just removed collections from the ES index :P
2020-09-14 25847, 2020
yokel has quit
2020-09-14 25857, 2020
prabal
i mean website didn't crash or anything like that
2020-09-14 25818, 2020
prabal
But
2020-09-14 25839, 2020
prabal
I think if there is a collection in ES index and we search in the main site
so, keep in mind that these charts show some numerical number changing over time
2020-09-14 25857, 2020
alastairp
at the moment, this is my only goal for this module
2020-09-14 25838, 2020
_lucifer nods
2020-09-14 25840, 2020
alastairp
the way that it works is that granfa goes to a well-known url and reads a json document that has recent stats. for example this could be something like acousticbrainz.org/internal/stats.json
2020-09-14 25807, 2020
alastairp
so we need a way for acousticbrainz (or something else that uses BU) to store stats, and serve them on and endpoint
2020-09-14 25855, 2020
yokel joined the channel
2020-09-14 25859, 2020
alastairp
our plan was to provide an API in BU that uses the existing cache library to store counts. We want some way to describe the resolution of our count buckets. For example we might want a count for each minute, or for each 10 minutes, or for each hour
diru1100: yes, the translation feature is in master of CB
2020-09-14 25851, 2020
alastairp
however I've not used it myself
2020-09-14 25858, 2020
CatQuest
[10:21] <diru1100> Thought BB support would be best, but all the reviews present in CB are of MB
2020-09-14 25859, 2020
CatQuest
BB support pls!
2020-09-14 25817, 2020
alastairp
BU is nothing more than a helper library containing common code that we use in a few different projects
2020-09-14 25839, 2020
diru1100
its not working in master branch in my local machine
2020-09-14 25856, 2020
diru1100
also had a problem with storing sample mb dump
2020-09-14 25838, 2020
diru1100
CatQuest: Hopefully :)
2020-09-14 25802, 2020
alastairp
unfortunately "it's not working" gives me no idea of what the problem might be, and I can't help you
2020-09-14 25852, 2020
diru1100
I mean when i change the language there is not translation done in the web site
2020-09-14 25853, 2020
_lucifer
is there some way to enable to enable logging the sql queries in CB
2020-09-14 25822, 2020
_lucifer
i am trying to work on CB-358 and it seems that the db returns no data when release type is EP. I think something might be going on with the SQL query itself