Tubalr, YouTube without all the bullshit.
1–10 of 23 posts
Re: Tubalr, YouTube without all the bullshit.
#2Re: Tubalr, YouTube without all the bullshit.
#3Re: Tubalr, YouTube without all the bullshit.
#4Re: Tubalr, YouTube without all the bullshit.
#5Looking at this it's shocking to me how Google who became famous for their "less is more" approach to interface design have turned YouTube into a cluttered mess which reminds me of MySpace.
Re: Tubalr, YouTube without all the bullshit.
#6Re: Tubalr, YouTube without all the bullshit.
#7Re: Tubalr, YouTube without all the bullshit.
#8Otherwise: good work. The selection of music it gets me when selecting an artist is rather impressive. I can see me using this a lot.
Re: Tubalr, YouTube without all the bullshit.
#9How does it find similar artists?
Re: Tubalr, YouTube without all the bullshit.
#10this is neat, can we get a tech overview of what's going on behind the scenes?
A user input's a band or artist... or really anything they want to. You can insert Football, Funny, LOL Cats, or anything else you can think of. I'm aiming for people to use Tubalr for bands and artists, but it dosnt really matter, long as it has a use!
Then Tubalr posts to YouTube.com and retrieves a list of the top YouTube videos for whatever was searched excluding videos that dont allow embeding(I post to gdata.youtube.com/feeds/api/videos/… to determine if its embeddable, and throw it out if its not). Then Tubalr does some parsing and rips out the video ids and puts them away for the next step.
Once there is a list of all the videos, I then use YouTube's API to embed the YouTube player with the correct video. The YouTube API allows you to determine on the fly if a video is paused, finished, or any other state you can think of. Once a video is complete, it simply embeds the next video, using some jquery and a .php file with the player in it.
So what if a user hits the "Similar Artist/Bands"... well, Tubalr uses audioscrobbler.net's API by doing something like below!
Tubalr hits ws.audioscrobbler.com/2.0/artist/ARTIST_NAME_HERE/… and grabs the top 20 similar artists/bands and stores them for the next step.
Once Tubalr has the list of 20 similar bands/artists, it hits YouTube up for the number one video for each artists.
Then, after Tubalr has all the similar videos we just use the YouTube API to embed just like we did for the default option!