- Yahoo! Launch and Linux (Now in Windows!)
- 11 Sep 2005 08:34:37 pm
- Last edited by Kllrnohj on 16 Sep 2005 07:11:37 pm; edited 1 time in total
If you ever tried to stream music vids from launch.com, you know that it "requires" IE or Netscape, and uses windows media player (FF support and/or other media players can be used using the "Play Launch" extension and the MediaPlayerConnectivity extension). You also have to go to their crappy site, and can't make custom playlists (and least not for free).
I got tired of this, so looked at how the play launch extension worked, and made my own program to allow users to create a "playlist" of the streaming videos, and then launch it in either mplayer (mplayer or gmplayer) or xine. However, every video must be hand-recorded, and a master text-file must have every artist/song manually added, along with the video ID number. This is a pain in the a, and i'd love some help in creating this file (currently, i'm only adding artists as i watch vids by em)
Here's what you can do if you want to help.
1) Go to an artists videos page, view the source, and record all the song names + video ID numbers. Here's an example: (at: http://music.yahoo.com/ar-296483-videos--Disturbed )
would translate to: "Disturbed - Stricken = 22995703" (spacing does matter) the number came from within playVideos(NUMBERHERE)
current video ID list can be found here: http://www.kllrnohj.com/blah/Launch/vididlist (its rather small at the moment, lol)
2) or you can help beta test/try out the program. Note: Requires Linux, FLTK (since its a prebuilt exec, it must be FLTK-1.1 w/ libraries in /usr/lib/fltk-1.1/ ) , wget, and xine or mplayer
Its available here: http://www.kllrnohj.com/blah/Launch/launchgui (right click->save as - its an executable)
a windows port may come in the future, but don't hold your breathe, lol (would require re-writing large chunks - not fun)
And for all you windows-only users, here's a screenshot to make ya drooool:
(i have no clue where that black dot in the screeny came from, but thats not part of the program, lol)
I got tired of this, so looked at how the play launch extension worked, and made my own program to allow users to create a "playlist" of the streaming videos, and then launch it in either mplayer (mplayer or gmplayer) or xine. However, every video must be hand-recorded, and a master text-file must have every artist/song manually added, along with the video ID number. This is a pain in the a, and i'd love some help in creating this file (currently, i'm only adding artists as i watch vids by em)
Here's what you can do if you want to help.
1) Go to an artists videos page, view the source, and record all the song names + video ID numbers. Here's an example: (at: http://music.yahoo.com/ar-296483-videos--Disturbed )
Quote:
<td bgcolor="FFFFFF" class="small"><a onClick="playVideos(22995703); return false;" class="small" href="/ar-296483-videos--Disturbed"><b>Stricken</b></a> (2005)</td>
would translate to: "Disturbed - Stricken = 22995703" (spacing does matter) the number came from within playVideos(NUMBERHERE)
current video ID list can be found here: http://www.kllrnohj.com/blah/Launch/vididlist (its rather small at the moment, lol)
2) or you can help beta test/try out the program. Note: Requires Linux, FLTK (since its a prebuilt exec, it must be FLTK-1.1 w/ libraries in /usr/lib/fltk-1.1/ ) , wget, and xine or mplayer
Its available here: http://www.kllrnohj.com/blah/Launch/launchgui (right click->save as - its an executable)
a windows port may come in the future, but don't hold your breathe, lol (would require re-writing large chunks - not fun)
And for all you windows-only users, here's a screenshot to make ya drooool:
(i have no clue where that black dot in the screeny came from, but thats not part of the program, lol)