Live data from Hacker News

4 weeks in the zone = my latest app (just for fun).

news.ycombinator.com

31–40 of 44 posts

Re: 4 weeks in the zone = my latest app (just for fun).

#31
post #22

This is very cool :) By default, if the search string consists of more than 1 word do you do an OR or AND search? It seems OR from the results I'm getting, but most people now are conditioned by Google to expect an AND search (which really makes more sense..) Great work, either way.

It is boolean enabled, so you can add in operators such as + = and - = not "" to get actual etc.

Re: 4 weeks in the zone = my latest app (just for fun).

#32

Yea, I've written some similar code to this for fetching the lyrics based on arbitrary parts of the song. It's a fun challenge, and getting the correct lyrics is also hard. Well done on that account. I see that you are using a flash player to display Flickr photos, presumably appropriated tagged, while playing an mp3 of the song? I like the site though, well done!

The flash player is custom built, I built it using the bones of the first app which is on myplaylist.biz (main).

Re: 4 weeks in the zone = my latest app (just for fun).

#33
post #21

Earlier quoted context omitted.

'You're getting text encoding funkiness --??' please explain what you see, all looks good here?

Same here - characters in the lyrics aren't displaying correctly - like the character encoding is incorrect. (Firefox on Windoze xp) You need to sanitize the text you are storing to unicode. Here's a cut and paste: Singing la lalalalala la lé… And the night over London lay…

hmm thanks looks like a db rash. I will have a look at that. cheers

Re: 4 weeks in the zone = my latest app (just for fun).

#34
post #17

Earlier quoted context omitted.

Sorry m8, I know the logo might be a bit cheap (30 mins work) as I am, but I really could care less about the logo, I'm more fanatical about making it actually work well.

you have the ring tone but you could always link the sheet music for another source of revenue

yes good idea. many thanks

Re: 4 weeks in the zone = my latest app (just for fun).

#35
post #20

I would highly suggest you get a license to feature the lyrics on your site if you intend on going mainstream. Aside from legal troubles you could face, I think intellectual property should be respected. Using someone's copyrighted material without their consent is never ok.

>Using someone's copyrighted material without their consent is never ok. Sometimes it is fine.

It seems the norm in this sector is to be open about this data (lyrics), all of the main sites have same and none are in license agreements. Plus others are opening shop with APIs for access.

Re: 4 weeks in the zone = my latest app (just for fun).

#36
post #20

I would highly suggest you get a license to feature the lyrics on your site if you intend on going mainstream. Aside from legal troubles you could face, I think intellectual property should be respected. Using someone's copyrighted material without their consent is never ok.

>Using someone's copyrighted material without their consent is never ok. Sometimes it is fine.

It is almost definitely fine if you live outside of the USA.

Re: 4 weeks in the zone = my latest app (just for fun).

#38
http://www.myplaylist.biz/Coldplay/Lost/269837

this was displayed on the page above:

array(1) { [0]=> array(2) { [0]=> string(8) "coldplay" [1]=> int(0) } } here1 coldplayhere2 coldplay

And if I take the lyrics from this page, "Just because I'm loosing" or Just because I'm loosing, it doesn't find Coldplay. Am I incorrect in assuming it should find this?

I think it's pretty cool, but I would give the user the option of "playing" the song rather than doing it automatically. In my experience most people are already listening to the songs which they are trying to find the lyrics for.

This page also produces an error, I don't think Sting did a Wu tan song, but I could be wrong on that as well:

http://www.myplaylist.biz/Sting/Wu-Tang-Cream-Team-Line-Up/1...

Re: 4 weeks in the zone = my latest app (just for fun).

#39

Found all three songs I looked for first try, but site is getting pretty slow. Might try whittling down the number of results returned. Also saw text encoding funkiness. Really nice tho, bookmarked. How are you getting the songs and pictures in the flash on the left?

hmm, site getting slow. I have to be careful about robots, they can kill it, as its all generated dynamically thus memory is an issue and I just downgraded memory as I like to run a tight ship. The flash widget I built, its all custom, Images from Flickr and MP3s sourced through Seeqpod, both have shit hot APIs.

also just checked slow logs. seems was needed some more optimizing

Re: 4 weeks in the zone = my latest app (just for fun).

#40

http://www.myplaylist.biz/Coldplay/Lost/269837 this was displayed on the page above: array(1) { [0]=> array(2) { [0]=> string(8) "coldplay" [1]=> int(0) } } here1 coldplayhere2 coldplay And if I take the lyrics from this page, "Just because I'm loosing" or Just because I'm loosing, it doesn't find Coldplay. Am I incorrect in assuming it should find this? I think it's pretty cool, but I would give the user the option…

u just caught me checking something hence the array. looking into the search problem now. thanks
Post reply on HN