Hi lucifer Sir ,I have successfully setup the Listenbrainz server on my local machine using docker and the provided documentation on localhost 8100 and its working fine, wanted to ask how can I proceed for the project brainzplayer internet archive integration DMP 2025 since the deadline for the proposal submission is 5 May can u please guide me how can I proceed?
2025-05-01 12112, 2025
sp1ff` has quit
2025-05-01 12104, 2025
sp1ff` joined the channel
2025-05-01 12130, 2025
lucifer[m] joined the channel
2025-05-01 12130, 2025
lucifer[m]
rayyan_seliya123: hi! i would suggest going through the tickets on https://tickets.metabrainz.org/browse/LB and find a good first issue or otherwise to work on. also, look into Internet archive apis and their `ia` cli tool and document how you would index that data in your proposal. You can look at https://github.com/metabrainz/listenbrainz-server… for existing metadata indexers. The IA indexer
2025-05-01 12130, 2025
lucifer[m]
that you create will store the URL of the audio file. For the frontend side of things, you can find existing audio player integrations at https://github.com/metabrainz/listenbrainz-server…. For this integration you wouldn't need to wrap any existing library like spotify
2025-05-01 12102, 2025
lucifer[m]
* rayyan_seliya123: hi! i would suggest going through the tickets on https://tickets.metabrainz.org/browse/LB and find a good first issue or otherwise to work on. also, look into Internet archive apis and their `ia` cli tool and document how you would index that data in your proposal. You can look at https://github.com/metabrainz/listenbrainz-server… for existing metadata indexers. The IA
2025-05-01 12102, 2025
lucifer[m]
indexer that you create will store the URL of the audio file. For the frontend side of things, you can find existing audio player integrations at https://github.com/metabrainz/listenbrainz-server…. For this integration you wouldn't need to wrap any existing library like spotify/apple music's but query LB api for the URL and play it with a html5 audio element.
2025-05-01 12113, 2025
rashapx7[m] joined the channel
2025-05-01 12113, 2025
rashapx7[m]
Hi, lucifer, even i discussed the same about with mayhem, about DMP 2025, so I m also going thriugh the issues, i will update it
2025-05-01 12141, 2025
rayyan_seliya123
<lucifer[m]> "rayyan_seliya123: hi! i would..." <- Thankyou so much for your guidance I will explore the tickets , internet archive APIs and also all the resources u provided
2025-05-01 12110, 2025
rashapx7[m]
* with mayhem yesterday, about
2025-05-01 12139, 2025
ridge[m] joined the channel
2025-05-01 12140, 2025
ridge[m]
Curious about how ListenBrainz decides which version of a record to show, and which release to link to.
2025-05-01 12140, 2025
ridge[m]
Ultimately not a big deal of course, but I noticed when I listen to a soundtrack which I tagged with one of the pseudo-releases (english track names), it still shows up in the original track name in my history, that makes sense, but when I click the cover art it leads to the bootleg version of that particular album, instead of the official one I'm listening to. Is it because I've tagged it as a pseudo-release, or is there some
2025-05-01 12140, 2025
ridge[m]
default behaviour that dictates this?
2025-05-01 12140, 2025
ridge[m] uploaded an image: (24KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/envs.net/68cc021e4f3d7cbb9612de94ce938997aa770af61917989018864189440/bilde.png >
2025-05-01 12156, 2025
rayyan_seliya123 uploaded an image: (65KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/YgpNZiFwKwxICYKJZQMXJEAt/Screenshot%202025-05-01%20232324.png >
2025-05-01 12114, 2025
rayyan_seliya123 uploaded an image: (185KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/OrDzlGjhQxMxmKqjipwlDOUy/Screenshot%202025-05-01%20232254.png >
2025-05-01 12107, 2025
rayyan_seliya123 uploaded an image: (10KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/FRbTdgeduWdjjfwFUcLaRdwc/Screenshot%202025-05-01%20232840.png >
2025-05-01 12123, 2025
rayyan_seliya123
Hi lucifer sir,... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/QfukUednNjwRHbqyaOaXfgFk>)
2025-05-01 12133, 2025
lucifer[m]
[@rayyan_seliya123:matrix.org](https://matrix.to/#/@rayyan_seliya123:matrix.org) sure using 127.0.0.1 instead of localhost sounds good (also no need to call me sir).
2025-05-01 12138, 2025
rayyan_seliya123
<lucifer[m]> "[@rayyan_seliya123:matrix.org](..." <- Okk noted ! And I need to ask that I have to change the callback url of Spotify only as u mentioned in 127.0.0.1 format or need to change for all like lastfm api and critiquebrainz coz we are changing the redirect /callback url does it affect others if only done for Spotify and lastly how can I directly edit this doc :
I think just changing the Spotify one is fine for now, also add a small comment above the configuration to note that 127.0.0.1 is required for Spotify. For docs check the docs directory in the repo itself, docs/developers/devel-env.rst in your case.
2025-05-01 12130, 2025
rayyan_seliya123
lucifer[m]: Thankyou for the guidance now it's clear to me I will raise an issue and reslove it !!