scripts
I will post scripts here from time to time.
At best, these scripts are simple examples
of some bash usage, nothing original here.
TUBE-GET scripts:
tube-get - downloads and converts a list of youtube urls to mp3
requires: ffmpeg, clive, flv2mp3-batch and mp42mp3-batch
license: GNU GENERAL PUBLIC LICENSE v3
Download:
tube-get (only the bash script)
mp42mp3-batch (bash script)
converts all mp4s to mp3s in a folder.
flv2mp3-batch (bash script)
Coverts all flvs to mp3s in a folder
mp42mp3 (bash script)
Converts a single mp4 to mp3.
flv2mp3 (bash script)
Converts a single flv to mp3
Install tube-get:
wget http://stealcode.com/assets/Linux/scripts/tube-get-0.0.1.tar.gz
tar -xvf tube-get-0.0.1.tar.gz
sudo mv tube-get /opt/
sudo chown <your-user> -R /opt/tube-get/
Usage:
/opt/tube-get/tube-get /path/to/list-of-youtube-urls.txt
NOTE:
tube-get is the only script that uses the other scripts.
the other scripts only require ffmpeg.
For tube-get, you will want to put the scripts in /opt/tube-get/,
or change the location of flv2mp3-batch and mp42mp3-batch
in the tube-get script. This is very easy todo.