How to save a Youtube playlist as mp3 files with Linux.

Saving a Youtube playlist as mp3 files is easy with Linux. The youtube-dl script is capable of handling this easily. You need to specify the playlist ID instead of the whole URL. Below is an example, this shows how easy it is to save a bunch of videos as mp3…

Read More

How to download a Youtube video as an MP3 with Linux.

Saving a Youtube video as audio and not video is very easy. This command below will save Youtube audio as an MP3 file. You need youtube-dl as well. Then select a Youtube video and use this one-liner to download it as an MP3 audio file. jason@jason-Lenovo-H50-55:~/Videos$ youtube-dl -f 140 https://www.youtube.com/watch?v=neEXAoYfcRo…

Read More

How to best tag your music collection on Linux.

The best way to tag your music collection on Linux is with MusicBrainz Picard. This is an automatic music tagging program that will lookup music on the MusicBrainz website using acoustic matching and then automatically tag the tracks and save the processed files into a folder you specify. This works…

Read More

Download a Youtube video to mp3 with the Linux shell.

Firstly, install youtube-dl. jason@darkstar:~/Music$ sudo apt-get install youtube-dljason@darkstar:~/Music$ sudo apt-get install youtube-dl Then run this command with the Youtube video URL. jason@darkstar:~/Music$ youtube-dl -f bestaudio -x –audio-format mp3 –prefer-ffmpeg https://www.youtube.com/watch?v=UWFm2LIYNjg [youtube] UWFm2LIYNjg: Downloading webpage [youtube] UWFm2LIYNjg: Extracting video information [youtube] UWFm2LIYNjg: Downloading DASH manifest [download] Destination: Dune (1983) OST -…

Read More

Malcom Turnbull and his failure on the NBN.

Hack Tuesday April 9 2013: http://mpegmedia.abc.net.au/triplej/hack/daily/hack_tue_2013_4_9.mp3. Listen to this recording of the ABC TripleJ radio show Hack and hear what Malcom Turnbull is planning if the Liberals get into power in 2013. A broadband network using copper wires instead of the Labour proposed fibre to the node that would use…

Read More