ruaok: Hi ! I wanted to transfer the kotlin-Taglib Tagger library repository to metabrainz org. How do I do it? currently I'm getting "You donāt have the permission to create public repositories on metabrainz" message while transfering
ishaanshah: I was trying to find where this 51 years is coming from? Do you have any idea? i understand that is it is related to unix epch but I am not sure how is it getting rendered. I have used the BrainzPlayer.
I don't know where to put the *.so file from the releases section. I am on Linux.
jmp_music_
alastairp: give me 5 minutes to restart my pc
alastairp
no prob. take you rtime
ksynwa: I'm not familiar with the plugin, but the readme file says that if you run `sudo make install` that it will copy the so file to VLC's plugin directory
Mr_Monkey
rdswift: There is definitely an error on the LB listens page that prevent it from auto-updating with the recent listens and "now playing" notifications. We have a CORS issue that broke that functionality down. I'll see if there's a ticket open and open one otherwise
alastairp
hi Mr_Monkey!
ksynwa
Hmm that makes sense. Let me try.
alastairp Yes that worked. Thank you very much.
alastairp
š glad we could help
Mr_Monkey
Hi alastairp !
rdswift: they were already reported: LB-624 and LB-679
so I'm looking at your branch, at the output of `git log -p --pretty=fuller`
jmp_music_
I closed the other PR as you suggested me
alastairp
specifically Im looking at commit d3930e5e2b3256d4caeaee46780678f937ee2507, which is your merge
yeah, that's great
I can't tell for sure what happened, but I wonder if you had some conflicts that you tried to fix? and got into an unexpected situation where you ended up creating a regular commit
MajorLurker joined the channel
it seems that the conflict may have been around the train_gaia stuff, right? because you modified that, and I did too
this isn't a problem. looking at the commits: https://github.com/metabrainz/acousticbrainz-se..., I recommend that we keep the first 3 commits, undo the others, perform a proper merge, and then re-apply any additional commits that we need. this should be quite easy
jmp_music_
right! There is a function that I implemented. The previous train parameters did not include the C, gamma inputs from the form
alastairp
right
jmp_music_
I made these changes and I built the function for training gaia
alastairp
so, first I'm going to do `git reset --hard 54ab98724862eee`. This will undo until the commit where you added the readme
then `git merge origin/master`, and obviously it's failed with "CONFLICT (content): Merge conflict in dataset_eval/evaluate.py"
jmp_music_
exactly
alastairp
you can follow along if you want. make sure you stash any local changes, or have them in a separate branch. as long as all of your commits are on github it'll be very difficult to lose anything