btw again, people of the summit. i want to discuss/ illustrate something. couldvthose of you that own, /have access too, a copy of Lewis Carroll's "Alice's Adventures in Wonderland" bring a copy of it? any kind, pocket, any translations. as many as you have is fine. I want to spesifically illustrate something with this book
2024-09-14 25822, 2024
Jigen
also, is there a way to alwasys see everything in edits like https://beta.musicbrainz.org/edit/112990478 ? so i don't havet to keep clicking "seemore" idk, maybe if it's under 50 or something
2024-09-14 25810, 2024
kellnerd[m]
Jigen: I suppose you are referring to the AcoustID column? That one is added by a userscript
2024-09-14 25839, 2024
Goemon joined the channel
2024-09-14 25823, 2024
ApeKattQuest has quit
2024-09-14 25802, 2024
ApeKattQuest joined the channel
2024-09-14 25821, 2024
pprkut has quit
2024-09-14 25856, 2024
pprkut joined the channel
2024-09-14 25821, 2024
mayhem[m] waves from 32,000ft
2024-09-14 25838, 2024
mayhem[m]
if anyone needs anything from me, let me know.
2024-09-14 25833, 2024
ansh[m]
lucifer: Hi! For the donors page, I need to setup the backend. Do we have a copy of metabrainz db on wolf? I needed the `SQLALCHEMY_METABRAINZ_URI`. I cannot use the API directly as I need some stats for the user to be passed as props.
2024-09-14 25849, 2024
lucifer[m]1
ansh: there's no copy of the meb db, so you'll need to set it up locally or if possible hard code the api response locally.
2024-09-14 25825, 2024
lucifer[m]1
are the stats you need computed from donation table in MeB or just usual LB data?
2024-09-14 25836, 2024
ansh[m]
okay
2024-09-14 25804, 2024
ansh[m]
<lucifer[m]1> "are the stats you need computed..." <- Usual LB Data
2024-09-14 25830, 2024
lucifer[m]1
yeah easiest way would be to just stub LB api data locally and roll with it.
2024-09-14 25859, 2024
minimal joined the channel
2024-09-14 25827, 2024
mayhem[m]
bitmap: did you get a chance to extend that one deadline?
2024-09-14 25838, 2024
bitmap[m]
mayhem: yup I extended kellnerd's deadline to Oct. 28th
2024-09-14 25821, 2024
Goemon
[09:57] kellnerd[m] Jigen: I suppose you are referring to the AcoustID column? That one is added by a userscript 🤔
2024-09-14 25821, 2024
Goemon
oohhhhh... huh, I wonder how i can modify this script to do that
unfortunately there is not a way to filter which relationship types are returned, you'll have to do it yourself (by checking the "type" and "direction" keys on each rel)
2024-09-14 25805, 2024
dvzrv joined the channel
2024-09-14 25800, 2024
Strykar has quit
2024-09-14 25819, 2024
Strykar joined the channel
2024-09-14 25844, 2024
discordbrainz
<11brain.dsg> OK - so at least I wasn't doing things incorrectly when I tried and failed.
<11brain.dsg> is that firing some specific sql query against the database?
2024-09-14 25837, 2024
v6lur joined the channel
2024-09-14 25838, 2024
discordbrainz
<11brain.dsg> Or, are there any mirrors of the db that would allow me to run a SQL query?
2024-09-14 25818, 2024
bitmap[m]
It performs a SQL query, yes. I'm not aware of any public mirrors that allow direct SQL access, but if you have enough space you could set up your own with Docker: https://github.com/metabrainz/musicbrainz-docker