monkey: lucifer: that's the issue I was congratulating you guys on fixing the other day! I guess it's just that I used it on a device that happened to work :p
On my phone right now, my yim gives me: 'TypeError. Cannot read properties of undefined (reading '0'). Reload the page'
Probably not ideal
Throwing more thoughts into the void re. LB: Not sure if playing music through Brainzplayer works like this, but can we have visualisations? Or even just a full screen of colour based on the current album art. I play music on my second screen generally and would happily give up the screen real estate to some info and mellow colours
This is coming to mind because I recently got some nanoleaf lights (don’t judge me haha) and am trying to get them to sync to album art nicely
does everyone need to add fake secrets in their fork to pass the tests?
or am I looking way wrong?
jasje has quit
akshaaatt
Hi jasje
Where did you add keystore?
jasje if you’re pushing things to your personal fork, obviously the ci won’t work until you add these GH secrets to YOUR repo
This shouldn’t happen in a PR because ci is run on the lb android repo and not your personal repo
So this isn’t the issue
trolley has quit
trolley joined the channel
iconoclasthero
@outsidecontext what kepstin said was the solution. i was on #ffmpeg trying to get these 5.1 DTS flacs into something I could play. We went to an intermediate wav and then to DTS stream... that file was saved as a .dts: https://pastebin.com/2LsaGJN1
[listenbrainz-server] 14amCap1712 merged pull request #2410 (03master…fix-multiple-rels): Add ON CONFLICT clause to avoid error for already following user https://github.com/metabrainz/listenbrainz-serv...
iconoclasthero
fwiw, i just tried and ` id3tool -r "Mule" mule.dts ` did not show any difference in mediainfo
and the file size didn't change so whatever that is, it doesn't appear to have id3 taks
s/taks/tags/
outsidecontext
iconoclasthero: as I wrote, dsf or dff. A.dts is essentially just the pure audio stream. So there is not really a proper way to put tags into it
lucifer
mayhem: came across this app today to share music with friends, https://www.wishroll.co/ . haven't tried it out yet but trending here.
iconoclasthero: if I'm reading this right, id3tool only edits ID3v1 tags, which always occupy the exact same number of bytes at the end of the file
outsidecontext
You could of course just tack some APE or ID3 tags to the end of it. But if a player does not expect it it'll cause some issues (e.g. wrong length and eventual playback issues at the end when it fails to decode the garbage at the end)
mayhem
lucifer: thanks. signed up for the android beta.
lucifer
mayhem: their app is live on play store apparently (see second link). their site hasn't been updated. just downloaded myself
elomatreb[m]
iconoclasthero: also, that FLAC file you linked is a regular stereo 44.1kHz/16 bit file
lucifer
i was able to get `lucifermorningstar` as username lol
mayhem
the login on the app crashes for me in some useless error. :(
mayhem: used it a bit, basically can connect spotify/deezer/apple music on ios probably. can add people as friends and send them songs i have recently listened to or have liked previously or from a playlist. with an optional message. the friend can like/dislike your recommendation.
jasje
about rishuriya's pr
akshaaatt
It's actually really cool lucifer!
lucifer
i am not sure how/if they handle recommendations across services if they do.
akshaaatt
I like the app
jasje
i thought you'd prolly recommend changes to him
lucifer
ah noice
akshaaatt
jasje it looks okay but yeah we can improve it further. His pr helped with some major changes hence I didn't get too much on him
I like to follow the ideology of promoting people and not get too much on their nerves in the beginning
jasje
akshaaatt: well okeys
lucifer
akshaaatt: yeah, its like a toned down version of LB with a better UX probably as of yet. but yeah i can tell a large number of people would use the app in a heartbeat but not LB. UX and branding.
akshaaatt
Ikr lucifer!
jasje
also akshaaatt: I ran the all the tests on my machine
the login test and dao tests produce errors
akshaaatt
Yeah I saw that
Need to fix things
jasje
i have fixed dao tests (also my yim tests)
and im onto the login test
akshaaatt
Awesome! Thanks
ZaphodBeeblebrox
oh hai, people
jasje
the problem with login test is with context
i have restructed the code
akshaaatt
Hello ZaphodBeeblebrox !
jasje
restructured*
thinking of replacing profile screen with composable and auth will start its own activity
this auth is really annoying pepeangry
akshaaatt
You can ignore auth jasje. Let me handle that tonight
Hopefully if I don’t forget and get the time for it
jasje
akshaaatt: wait wait
ill make some changes
prolly do it in my pr
akshaaatt
Kewl
lucifer: I have huge respect for these Kiwi app people. They have just the right amount of features and tech.
We should aim for something like this from LB
iconoclasthero
@elomatreb[m] yeah, but it isn't
(a regular flac 16/44 file)
` $ffmpg -i that.flac that.flac.wav ` and then take a look at it.
the guys on #ffmpeg explained it yesterday but i didn't retain it
"<kepstin> iconoclasthero: well, fun, whoever ripped that didn't bother fixing it up and did flac compression of the dts in pcm encapsulated stream?"
that^
FWIW, i've gotten to a solution I can use, namely, losslessly extract the wav, then copy it through the DTS stream to an .mp4 conatainer and then tag that. It plays in mpd with tags, that's it for me.