Song Fight Archive Web MP3 Player

Talk about how awesome the new _______ album is.
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

OK, I think I've got the "absent minded bandwidth hog" prevention JavaScript code implemented. It's a bit crude, UI-wise, in that it pops up a browser confirmation dialog asking you if you'd like to keep playing music, rather than doing a nice fancy in-page dialog. Spud and JB, I'd be happy to configure it to kick in after however long you'd like. I was thinking of trying to figure out a very rough average of the length of all the songs in a typical fight, like 30 songs x 2.5 minues each, so 75 minutes, to start out with.
User avatar
Spud
Hot for Teacher
Posts: 4770
Joined: Fri Sep 24, 2004 10:25 am
Instruments: Bass, Keyboards, eHorn
Submitting as: Octothorpe
Location: Seattle
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Spud »

Why not bump it to 90 so that no one gets bothered by the pesky dialog in the middle of a single fight?
"I only listen to good music. And Octothorpe." - Marcus Kellis
Song Fight! The Rockening
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

Will do. Thanks, Spud.
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

Using fancy Yahoo! YUI modal dialog for the activity reminder now. Whee!
User avatar
swilington
Ain't Talkin' 'Bout Love
Posts: 35
Joined: Wed Sep 27, 2006 3:32 am
Instruments: nothing really
Submitting as: Swilington
Location: Bay Area, California
Contact:

Re: Song Fight Archive Web MP3 Player

Post by swilington »

wow sam, this is amazing!

i have no idea if this is even plausible/possible but, it would be super cool if any sidefight songs (still out there in internet-land) were added to the archive. maybe just the major sidefights (nur ein, gift of music, etc.)

also, (pretty sure that this would be too much to even consider) it would be cool if there was a way to allow users to cross-reference themselves through all the different bands/songs they have appeared on. just an idea. :D
swilington, framed!, lack of sleep,
Eric Y.
Ice Cream Man
Posts: 1797
Joined: Sun Sep 26, 2004 12:36 pm

Re: Song Fight Archive Web MP3 Player

Post by Eric Y. »

Also: flying car.
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

Thanks for the feedback, those are good ideas. As far as I can tell, I would have to either crawl songfight.org and scrape that data out of the sidefight and artist profile Web pages, or manually recreate the data myself in my own database. I'm not really interested in either of those options at the moment. (I don't think the FMs would appreciate crawling/scraping, either.) But if the sidefight data were available in a fashion similar to the main archive data it would be easy for me to add those. And if the "See also" data for artists was put into the data I'm using I could add that, too.
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

I've done a fairly large-ish update of my jukebox. Now the home page is the current fight. There's an "About" page with the old home page content. The fight and artist pages are much better looking and should be easier to use. Issues with whacky characters in artist names and fight titles should be resolved as best they can be.

http://www.bozos.com/sf/
User avatar
roymond
Beat It
Posts: 5188
Joined: Sat Sep 25, 2004 3:42 pm
Instruments: Guitars, Bass, Vocals, Logic
Recording Method: Logic X, MacBookPro, Focusrite Scarlett 2i2
Submitting as: roymond, Dangerous Croutons, Intentionally Left Bank, Moody Vermin
Pronouns: he/him
Location: brooklyn
Contact:

Re: Song Fight Archive Web MP3 Player

Post by roymond »

Oh Sam, this is awesome. How's your HTML5 curiosity going?
roymond.com | songfights | covers
"Any more chromaticism and you'll have to change your last name to Wagner!" - Frankie Big Face
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

I'd definitely like to support it. It would be great if this could work on iOS devices. It really depends on how much control there is of HTML5 audio from JavaScript. If all you can do is just embed a single audio file and have the browser provide a player UI for it, that's not really going to work in the same way as the Flash stuff I'm using right now. So far I've only see demos of HTML5 audio that involve just one audio file, but I haven't done much research yet on whether more than that is possible. Do you know of any good resources for looking into that?
User avatar
Lunkhead
You're No Good
Posts: 8153
Joined: Sat Sep 25, 2004 12:14 pm
Instruments: many
Recording Method: cubase/mac/tascam4x4
Submitting as: Berkeley Social Scene, Merisan, Tiny Robots
Pronouns: he/him
Location: Berkeley, CA
Contact:

Re: Song Fight Archive Web MP3 Player

Post by Lunkhead »

This looks promising. The underlying JavaScript library that I use has been updated with preliminary HTML5 audio support, which is supposed to just work seamlessly in place of Flash with no change in the API the JavaScript layers on top.

http://www.schillmania.com/projects/soundmanager2/
Post Reply