|
Author | Thread |
---|---|
ktadd |
Published: 2009/8/11 9:39 Updated:
2009/8/11 9:39
|
Quite a regular
Joined: 12/06/2006
From: California, Unitied States
Comments: 675
|
Re: New ClipDown v2.2 released - Improved YouTube support...
ClipDown v2.3 has just been uploaded to OS4Depot with the following changes:
Version 2.3 (released) Fixed bug where saving with getvideo would fail if save path had spaces Added "Ask Save Location" menu item which can be toggled on/off. Sorry for the frequent changes. I think I'm done for now unless a critical bug is discovered. |
ktadd |
Published: 2009/8/11 20:07 Updated:
2009/8/11 20:07
|
Quite a regular
Joined: 12/06/2006
From: California, Unitied States
Comments: 675
|
Re: New ClipDown v2.2 released - Improved YouTube support...
For people having trouble getting all the programs setup to run ClipDown, here are some simplified instructions:
The simplest way is to: Put 'wget' into your 'C:' directory. Put getvideo.rexx into your 'C:' director or 'S:Arexx' directory Put 'MPlayer in the 'C:' directory. Set ClipDown's VPLAYER tooltype like this: VPLAYER="C:MPlayer" ==================================================================== If you don't like everything in the "C:" directory then do this: Install wget where ever you like. Put getvideo.rexx into S:Arexx. Install MPlayer where ever you like. Modify the folloing setting in getvideo.cfg to point to the paths for MPlayer and wget then put it in SYS:Prefs/Env-Archive: Don't forget to uncomment the lines by removing the ';'. ;# here as examples the default settings save_http = 'Volume:[path]/wget -c -O "%d" "%s"' save_mms = 'Volume:[path]/mplayer >nil: -dumpfile "%d" -dumpstream "%S" -quiet' play_file = 'Volume:[path]//mplayer >nil: *>nil: "%d" -quiet' play_stream = 'Volume:[path]/mplayer >nil: *>nil: "%S" -quiet' Modify the following ClipDown ToolTypes: CMD_PATH="Volume:[path]/wget" VPLAYER="Volume:[path]/MPlayer" |
ktadd |
Published: 2009/8/14 11:09 Updated:
2009/8/14 11:10
|
Quite a regular
Joined: 12/06/2006
From: California, Unitied States
Comments: 675
|
Re: New ClipDown v2.2 released - Improved YouTube support...
Some of you may have noticed that YouTube isn't working anymore with getvideo as YouTube changed the address scheme a bit. Juergen Lucas has already updated getvideo to version 0.21 which fixes YouTube again! Get it at aminet HERE!
Thanks Juergen! |