(no title)
lyricism | 3 years ago
- One little quirk I noticed is that adding albums from bandcamp doesn't seem to work if the artist is using a custom domain. I tried it with the browser extension and by copy-pasting the URL. Maybe you can change the way a bandcamp site is detected? Does the code only look at the URL to determine if it's bandcamp, or does it load the page and try to parse it?
Example:
https://music.einavjackson.com/album/--2
- Another issue I ran into is the search; it seems like you need to type the album name exactly and with correct spacing and punctuation, not just partially.
Examples:
I tried to look up "tUnE-yArDs w h o k i l l". It wasn't case-sensitive, but I ended up having to type all those spaces in the album name.
Hot Chip has a new album called "Freakout/Release". I tried to type "hot chip freakout" and it couldn't find it, but once I added "/release" it came up.
- I'm torn on this one, because I really liked being able to make an account without providing an email address, but social notifications might be more useful if I didn't have to go to the site to see them. Definitely should be opt-in, but I think the option to receive email notifications or notifications through the browser extension would be perfect.
- This is just a personal nice-to-have feature and I know it can be somewhat contentious (if you are looking towards future monetization licensing might be a headache), but I would love more open source code. I found the browser extension on Github but it would be fun to see all of it, and I would definitely contribute to development given the chance.
Anyway, thanks for the cool site, I've had a lot of fun with it so far and can't wait to get a few more friends and start getting really good recommendations.
throwaway874839|3 years ago
> One little quirk I noticed is that adding albums from bandcamp doesn't seem to work if the artist is using a custom domain. I tried it with the browser extension and by copy-pasting the URL. Maybe you can change the way a bandcamp site is detected? Does the code only look at the URL to determine if it's bandcamp, or does it load the page and try to parse it?
I didn't know custom domains were a thing with Bandcamp. I've added a ticket to tackle this somehow (seems like they all CNAME to dom.bandcamp.com, so that could be useful).
> Another issue I ran into is the search; it seems like you need to type the album name exactly and with correct spacing and punctuation, not just partially.
Searching is something that could be improved a lot. Thanks for that specific example, it really helps. This'll be prioritized soon.
> I'm torn on this one, because I really liked being able to make an account without providing an email address, but social notifications might be more useful if I didn't have to go to the site to see them. Definitely should be opt-in, but I think the option to receive email notifications
Yeah there's already a ticket for that. I totally agree with making it opt-in. I myself despise notification noise I didn't explicitly asked for :) This will be definitely done short-term.
> This is just a personal nice-to-have feature and I know it can be somewhat contentious (if you are looking towards future monetization licensing might be a headache), but I would love more open source code.
This is something I occasionally considered a few times myself. To be frank, the code is far from a point that I'd be comfortable releasing at this point. I haven't considered monetization yet (not even remotely), but I would like leave that option open.
Perhaps I could start small, and release some code I've written to wrap the MusicBrainz database and make it available as a Rails model.
This definitely needs more consideration - not something that's likely to be done soon, since there are other things I'd like to focus on (like those you suggested, polishing and bug fixes).
---
Thanks a lot for the amazing feedback!
throwaway874839|3 years ago
Just a heads up, this is now fixed.
lyricism|3 years ago