yvanzo: blog post ready to review, draft release of docker ready, didn't tag docker yet in case we have something else to add, although I'm expecting not since there's nothing new in master
2021-11-15 31917, 2021
reosarevok
Do let me know
2021-11-15 31926, 2021
reosarevok
zas: see support about ip addresses
2021-11-15 31911, 2021
zas
I'll check
2021-11-15 31959, 2021
ruaok
lucifer: that list of releases looks very promising -- I really want to listen to it.
2021-11-15 31910, 2021
lucifer
nice :D
2021-11-15 31914, 2021
ruaok
is there any way to get this data into a dataset hoster or something that is playable?
2021-11-15 31935, 2021
ruaok
I think I will embed BP into data set hoster once that is possible.
2021-11-15 31958, 2021
lucifer
i think i can get this on LB prod this week.
2021-11-15 31901, 2021
ruaok
another thought on this: would it be possible to differentiate on album type?
2021-11-15 31924, 2021
lucifer
once this data is in LB db we can present it in any way we want.
2021-11-15 31933, 2021
lucifer
can you elaborate on that?
2021-11-15 31936, 2021
ruaok
I care less about singles releases or EPs, but albums, those I really want to know about
2021-11-15 31957, 2021
lucifer
i see. yes should be possible i think.
2021-11-15 31913, 2021
lucifer
do you mean to just select albums or include album type in the final json?
2021-11-15 31942, 2021
lucifer
*just select albums before in the sql query itself
2021-11-15 31908, 2021
ruaok
I think selecting the column is a good start.
2021-11-15 31917, 2021
ruaok
then the question is: how do we present this?
2021-11-15 31937, 2021
ruaok
do we want to make a list of releases and a "selected recordings from this list of releases" playlist
2021-11-15 31941, 2021
ruaok
?
2021-11-15 31953, 2021
ruaok
I can make the latter happen if you can get this data into the data set hoster.
2021-11-15 31904, 2021
reosarevok
Keep in mind EPs very often are also new music that doesn't end up in albums, so I'd want to be able to at least choose to see those :)
2021-11-15 31931, 2021
lucifer
we'll get a release mbid as the output. show the users the list of releases. if they click one, load the recordings from MB WS and feed it to BP. thoughts?
2021-11-15 31902, 2021
lucifer
much like how huesound works actually. clicking color gets release mbids then we fetch recordings from db.
2021-11-15 31914, 2021
ruaok
reosarevok: claro, I just want to be able to skew it.
2021-11-15 31943, 2021
ruaok
lucifer: yes, I think that is good.
2021-11-15 31948, 2021
lucifer
another possibility is random recordings from these release playlist.
2021-11-15 31958, 2021
ruaok
that means we need to write such an endpoint, which shouldn't be hard.
2021-11-15 31915, 2021
lucifer
indeed.
2021-11-15 31919, 2021
ruaok
lucifer: the random recordings is what I was suggesting for a playlist. we could do both.
2021-11-15 31929, 2021
lucifer
sounds good to me.
2021-11-15 31927, 2021
ruaok
a lot of my top discoveries of 2021 haven't been matched to MBIDs.
2021-11-15 31947, 2021
ruaok
so now I am trying to make sure that they exist in MB and am working on a "retry no_match" mbid mapping entries/
2021-11-15 31901, 2021
lucifer
ah, that's not good. matching is a key part of much of the stuff we are doing.
2021-11-15 31902, 2021
ruaok
so we can tell people to go and get their missing albums in before we run the data for real.
should it just the whole thing back if there's no cruft?
2021-11-15 31928, 2021
lucifer
*just return the whole thing
2021-11-15 31940, 2021
ruaok
it should return the whole thing if there is no cruft, returning "" is wrong
2021-11-15 31907, 2021
ruaok
well, but clearly that is what the code does. let me look closer.
2021-11-15 31915, 2021
lucifer
👍
2021-11-15 31920, 2021
ruaok
yeah, that seems wrong.
2021-11-15 31958, 2021
ruaok
it should return the whole string. time to add more detailed test cases that catches this.
2021-11-15 31911, 2021
lucifer
cool, let's fix that bug. it should hopefully improve some matches.
2021-11-15 31926, 2021
ruaok
possibly.
2021-11-15 31942, 2021
ruaok
I'll dive into that once the migration doc for the afternoon is worked up.
2021-11-15 31944, 2021
alastairp
I'm copying a 500gb file over a usb2 hard drive enclsure
2021-11-15 31958, 2021
alastairp
I now remember that usb2 max speed is 400mbps
2021-11-15 31906, 2021
alastairp
my home internet connection is faster
2021-11-15 31931, 2021
lucifer
another thing i was thinking that we detune only query strings not the mb data (makes sense because mb data is mostly correct) but then levensthein distance is symmetric so should not matter anyways, right?
2021-11-15 31907, 2021
ruaok
lucifer: if you have more examples that the mapping should match, but doesn't, let me know. I'll add them to the tests
2021-11-15 31915, 2021
lucifer
sure will do
2021-11-15 31958, 2021
ruaok
detuning MB data is intended to catch the subculture example
2021-11-15 31926, 2021
ruaok
I think that is still valid.
2021-11-15 31922, 2021
lucifer
uh right, i got confused.
2021-11-15 31943, 2021
ruaok
alastairp: lucifer zas : how do we feel about doing backups before today's migration? In theory today's operations are a little less error prone, but still. what should our level of backups be today?
2021-11-15 31955, 2021
ruaok
lucifer: this shit does get confusing.
2021-11-15 31957, 2021
lucifer
thinking again. yes, i think another step that detunes MB data after detuned query string has no match and assigns a low match in this case sounds good.
2021-11-15 31911, 2021
lucifer
indeed 😓
2021-11-15 31932, 2021
alastairp
ruaok: incremental backup and playlist/mapping backup took less than 5 minutes, I don't have a problem doing them again just in case
2021-11-15 31935, 2021
ruaok
lets gather more cases that didn't match and see if we can make a prioritized list of things to add
2021-11-15 31945, 2021
lucifer
+1 on both
2021-11-15 31905, 2021
ruaok
lucifer: we didn't happen to run a full dump last night, did we?
2021-11-15 31917, 2021
lucifer
let me check
2021-11-15 31933, 2021
alastairp
oh, or more specifically, there isn't a full dump running right now, is there?
2021-11-15 31944, 2021
ruaok
even better question.
2021-11-15 31949, 2021
zas
ruaok: we should be ready for the worse, so back up whatever is needed