- Save streamrip.sh as in the ~/.bash_script directory
- Add
alias streamrip='~/.bash_script/streamrip.sh'
to your .bash_aliases $ chmod a+x ~/.bash_script/streamrip.sh
$ source ~/.bashrc
$ cd ~/Music
$ streamrip [url of your stream]
- …
- Profit !
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
SESSION_NAME=Music | |
STREAMRIPPER="streamripper 'http://www.pulsradio.com/pls/puls-adsl.m3u' -d ~/Downloads/streamripper -s -r 9090 -o larger -M 500" | |
PLAY="clear && sleep 5s && mpg321 http://localhost:9090" | |
tmux has-session -t $SESSION_NAME 2>/dev/null | |
if [ $? -eq 1 ] | |
# Music session does not exist so create a new one | |
then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Bayern2 Programmseite abgrasen | |
# | |
require 'time' | |
# sudo gem install scrapi | |
# | |
# http://exceptionz.wordpress.com/2009/11/03/scrapi-on-snow-leopard/ | |
require 'scrapi' | |
require 'cgi' | |
require 'sqlite3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
streamripper http://ice1.somafm.com/missioncontrol-128-mp3 -q 33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Programm Bashtuner | |
# Autor Karsten Weidenfeld | |
# OS Linux Mint 14, Ubuntu 12.04 | |
# Abhängigkeiten curl, vlc, zenity, streamripper, at | |
# Bashtuner ist ein Radio Abspielprogramm das wahlweise Sender aus einer lokalen Favouritenliste | |
# oder einer Onlineliste abspielt. Es können auch Sender aus der Onlineliste übernommen werden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# winy-capture.sh | |
streamripper "http://18783.live.streamtheworld.com/WINYAMAAC.aac?pname=StandardPlayerV4&pversion=4.19.0-003&tdsdk=js-2.9&banners=none&sbmid=fe526fc8-ee41-4b27-fb09-dbff4ac11f99" -A -t -a $(date +"%Y_%a_%b_%d_%H%M%P") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Programm Bashtuner | |
# Autor Karsten Weidenfeld | |
# OS Linux Mint 14, Ubuntu 12.04 | |
# Abhängigkeiten curl, vlc, zenity, streamripper | |
# Bashtuner ist ein Radio Abspielprogramm das wahlweise Sender aus einer lokalen Favouritenliste | |
# oder einer Onlineliste abspielt. Es können auch Sender aus der Onlineliste übernommen werden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name this shell script 'desdezero.sh' | |
#!/bin/zsh | |
now=`date +"%m_%d_%Y"` | |
streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/MyFolder/Subfolder/desdezero/ -a desdezero-$now.mp3 -s -l 3600 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name this shell script 'paisgeneroso.sh' | |
#!/bin/zsh | |
now=`date +"%m_%d_%Y"` | |
streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/Myfolder/Subfolder/paisgeneroso/ -a paisgeneroso-$now.mp3 -s -l 5400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download formatter | |
https://www.sdcard.org/downloads/formatter_4/ | |
https://www.sdcard.org/downloads/formatter_4/eula_mac | |
2. Weehzy | |
http://www.raspberrypi.org/downloads | |
3. Format from the Mac App | |
NewerOlder