FOSSPicks

Spotitube

What this little tool does may be legally ambitious, depending on where you're located, but it's such a clever idea that it's worth covering. Spotitube can be asked to parse a Spotify playlist and look for each and every track from that playlist on YouTube. It then uses the awesome youtube-dl script to grab a copy of that track before then transcoding it into an audio format that you can use locally on your Linux machine. Of course, this process could well involve copyright infringement if the music isn't licensed to allow this format shifting, but it also takes into account the reality of how many people use YouTube, especially for old, rare, or unavailable material.

What's most interesting, however, is that this script can be used to legitimately bypass the lock-in you often experience with services like Spotify. If, for example, you've used Spotify for a number of years, it's likely you'll have built complex and infinitely edited playlists and collections to access from within the application itself. This is one of Spotify's best features, as is the ability to subscribe to and follow playlists created and curated by other people, often skilled musicians themselves. This script helps you extract these playlists and use them however you see fit, hopefully rebuilding the playlist with the specific tracks you buy from a DRM-free service. The script also offers lots of control over how the conversion takes place, including optional normalization, embedded lyrics, and the generation of an M3U playlist file. Perhaps its cleverest trick is being able to select the correct song on YouTube, using nothing more than the keywords it has learned from Spotify and its own algorithm (and your own Spotify account).

Project Website

https://github.com/streambinder/spotitube

Spotitube harnesses the power of youtube-dl and FFmpeg to free your playlists from Spotify.

Environment switcher

Environment Modules 4

With many of us now working from the same terminal in lots of different environments, one local configuration no longer fits all use cases. You might want a local build environment, for example, using environment variables, configuration files, and paths tailored for a specific version of GCC targeting a specific architecture, or you might work with lots of virtual machines locally before taking your scripts and applications to a high-performance computing platform. If you want to use your local configuration on these systems, you need some way to change the environment quickly. One option is to create different users for each of these, to copy all your configuration files back and forth before relogging into the same account, or to source each file before every switch. Environment Modules is a better way.

As implied by its name, Environment Modules enable you to create blocks of environmental variables and aliases and make them easily applicable and changeable. You could create one for the GCC example mentioned earlier, or for paths pointing to your local set of scripts. Because each would be a separate module, Environment Modules lets you pick and choose which parts to activate when you need to use them. You could start the session with GCC and a local bin in the path, for instance, before switching the latter module to point at a bin on a remote machine or network. Also worth noting is the excellent man page that tells you everything you need to know to get started, which could be confusing after installation, because the module command won't be in your path until you've configured your system. All it takes is a few commands and a little time to split up your current configuration, and you'll be able to add and remove environment configuration options dynamically and atomically, as and when you need to.

Project Website

http://modules.sourceforge.net/

Replace all those if statements in your Bash configuration file with modular environment variables and aliases.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Audacity

    Audacity is a free, open source, easy-to-use, multitrack audio recording and editing tool perfect for podcasts.

  • FOSSPicks

    This month Graham looks at Cardinal, Celestia 1.7.0, Friture, Wavetable, Helix Editor, Brogue CE, and more!

  • Podcasts with Audacity

    The glory days of podcasts might be over, but if you have something to say to your fellow humans, a digital audio recording is still a great way to deliver the message. Audacity is a free and easy tool for creating podcasts in Linux.

  • Audacity 2.1

    The Audacity free audio editor is evolving from a hobby app into a professional sound tool.

  • Podcasting with Audacity

    Create your own podcasts with the free and easy Audacity sound editor.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News