- Spotify Keyboard Commands
- Spotify Free Download
- Uninstall Spotify Command Line Silent
- Command Line Spotify Download Free
Tizonia is a command-line music player that let you stream music from Spotify, Google Play Music, YouTube, Soundcloud, and more, straight from the terminal.
If your system doesn’t have Snap, install it using the command below: sudo apt-get install snapd. And then you can install Spotify Snap app using this command: sudo snap install spotify. Once installed, you can find it in the application menu. When you start it for the first time, it will ask you to log in. A command line utility to download albums on Spotify via youtube-dl. Usage usage: spotify-dl -h albumid positional arguments: albumid The Spotify ID for the album. Optional arguments: -h, -help show this help message and exit Example spotify.
The app is relatively easy to install on Ubuntu 16.04, and relatively straightforward to use. The comprehensive help guide included for each supported music streaming service (tizonia --help googlemusic
, tizonia --help youtube
, etc) is terrifically to the point.
Tizonia uses a custom multimedia framework based on OpenMAX IL 1.2 (and not ffmpeg, libav, gstreamer or anything else you already have installed).
You can see the player in action in the following gif:
Configuration
You’ll need a Spotify Premium account to use Spotify, and a subscription to use Google Play Music. Soundcloud can be used for free, but you’ll need to create and add an authentication token to play it.
The Tizonia Github page provides more details on how to set up the config file with your credentials for Spotify, Soundcloud, et al.
YouTube, however, works “out of the box”, no configuration needed.
Listen to YouTube from the Terminal with Tizonia
Let’s say I want listen to music by UK pop-punk band Trash Boat on YouTube. I first run Tizonia with the YouTube help command to see which options are available to me and how to use them:
Which returns this:
Since I don’t have a specific track, video or playlist I want to listen to I’m going to use the YouTube search option.
Because I only want to listen to studio recordings (and not tinny gig recordings) I’ll use an appropriate search term to narrow things down to Trash Boat’s official music videos:
Tizonia returns a list of matching videos instantly, and starts streaming them (in order) right away — no messing about!
Thanks to MPRIS integration I can leave Tizonia running in the terminal in the background while I do something else. To control playback (e.g., skip, pause, etc) I can use the Ubuntu Sound Menu.
Other features
Spotify Keyboard Commands
Tizionia is a versatile player as it can also play local files, and is able to act as a SHOUTcast/Icecast LAN server for local MP3 files.
For more information on the app skip over to the its Github page. There’ll you’ll find download links for a variety of distributions, including Ubuntu 16.04 LTS.
Spotify Connect client for the Raspberry Pi that Just Works™.
tl;dr
Install the Spotify Connect client on your Raspberry Pi,
Introduction
Raspotify is a Spotify Connect client forRaspbian on the Raspberry Pithat Just Works™. Raspotify is aDebian package and associated repositorywhich thinly wraps the awesomelibrespot library byPaul Lietar and others. It works out of the box onall three revisions of the Pi, immediately after installation.
Download Latest Version
Head on over to the releasespage to download themost recent version and install the Debian package. Or followthe directions below.
Requirements
Raspotify works on a Raspberry Pi running Raspbian.You’ll need a Spotify Premium account in orderto use Connect.
Raspotify should work on any Pi but it has been tested on,
- Raspberry Pi (v1) model B
- Raspberry Pi 2 model B
- Raspberry Pi 3 model B and B+
- Raspberry Pi 4
Easy Installation
This command downloads and installs the Debian package and adds its apt repository,which ensures you’ll always be up to date with upstream changes.
That’s it! Plug a speaker into your Pi on your local network, select the devicein Spotify et voilà!
Hard installation
Essentially, here’s what the easy installer does,
Or you can just download the latest .deb package and install it manually fromhere (raspotify-latest.deb
),
Uninstalling
To uninstall, remove the package,
To completely remove Raspotify and its Debian repository from your system try,
Configuration
Raspotify works out of the box and should be discoverable by Spotify Connect onyour local network, however you can configure it by editing /etc/default/raspotify
which passes arguments to librespot.
After editing restart the daemon by running: sudo systemctl restart raspotify
Building the Package Yourself
All that’s required is Docker on a *nix system withgit and Make. Itcan be built on any amd64 platform that runs docker using Raspberry Pi’scross-compiler (tested on Ubuntu 16.04 LTS and macOS El Capitan).
There should be a built Debian package (a .deb
file) in your project directory.
Note About Raspotify’s APT Repository
You can actually use GitHub to host an APT repository for Raspotify as Ihave done, but that’s very much out of the scope of this Readme. Have a lookat the Makefile’s apt-repo
and apt-deploy
directives, and itsAPT_GPG_KEY
and APT_GH_PAGES_REPO
variables. You’ll at least need thisrepository cloned on GitHub, GitHub Pages enabled for the gh-pages
branch,and a GPG key. I can’t and won’t support anyusers trying to do this at this time, but have fun and good luck!
Troubleshooting
My volume on Spotify is 100% and it’s still too quiet!
Have you tried turning the volume up using the command alsamixer
?
My Raspberry Pi does not use my USB sound card!
Try to replace the following in the file /usr/share/alsa/alsa.conf
:
with
The audio output buzzes a few seconds after audio stops!
Spotify Free Download
This is likely to be ALSA’s Dynamic Audio Power Management (DAPM) shutting downthe sound module of your device to save power. If you want to disable this feature,create a file called snd_soc_core.conf
in /etc/modprobe.d
with this line in:
Once you reboot and play some sound, the issue should be gone.
Other issues
File an issue and if we get it sorted, I’ll add to this list.
Donations
If you’re so inclined, Bitcoin my address is 1PoDcAStyJoB7zZz2mny4KjtjiEu8S44ns
. :)
(I’d rather you donate to librespotinstead, but there’s no public address for those folks.)
Final Note
…and remember kids, have fun!
License
Uninstall Spotify Command Line Silent
This project is licensed under the MIT License - see the LICENSE
file for details.
Command Line Spotify Download Free
Acknowledgments
Special thanks to Paul Lietar forlibrespot (and its additional authors),which Raspotify packages. Without librespot,Raspotify would simply not exist.