How to install and use SoundCloud on Linux

  
                

For friends who like music, SoundCloud is a good music software. SoundCloud is a German website. Now there are clients. After installing SoundCloud on Linux, you can play music on the command line. Everyone introduces the way Linux installs SoundCloud.

Installation

For Debian or Ubuntu users, install as follows:

$ sudo apt-get install portaudio19-dev libmpg123-dev libncurses-dev ruby1.9.1-dev

$ sudo gem install soundcloud2000

For Archlinux users, you can get the package in the AUR repository

For Fedora users, install as follows:

$ sudo yum install Portaudio-devel libmpg123-devel ncurses-devel ruby-devel

$ sudo gem install soundcloud2000

For CentOS users, install or upgrade to the latest Ruby/RubyGems (1.9 or higher), enable Repoforge Repo, install as follows:

$ sudo yum install portaudio-devel mpg123-devel

$ sudo gem install curses soundcloud2000

Finally, get the source code from the official github page
>

Using

Soundcloud2000 is very easy to use. Some people even say it is simple. I like the dignity of it and the efforts of the three authors and contributors. It starts as follows:

$ soundcloud2000

Here, you will see a splash screen:

Next is the song list:

You can use the up and down keys to scroll through the list, press Enter to play a song, the space bar is pause/resume, and the left and right arrow keys are fast forward/rewind. As you can see, there is no breakthrough but absolutely ergonomic.

If the random list is too long to scroll, you have an option to view all the tracks, and the user enters his name by clicking the ‘u’ key.

This is probably one of the main flaws of Soundcloud2000. Although the navigation has not been optimized, I still have high hopes for the improvement and support of this very young software.

Rewards

Another bonus: If you like the idea of ​​using SoundCloud on your terminal, but don't want to install any extra software (maybe you can't), I advise you to go to cmd.fm . The site is a disguised SoundCloud that is hidden behind a shell interface.

Enter the & ldquo; help & rdquo; you can get a list of commands, which is much longer than Soundcloud2000. For example, I see:

_genres lists all genres

_play random shuffles

_pause pauses play

_playlist new Creates a new playlist

_loop Looping

_cinema Subtitles like Star Wars

It even supports automatic completion of genre names via tab key

Finally, Soundcloud2000 is indeed A neat procedure. We can forgive its current flaws because it is still young. I really hope it will grow and contain more features (and inspiration from the potential cmd.fm).

The above is the introduction of Linux to install SoundCloud. SoundCloud is a platform for users to share music. You can share your recorded songs and listen to other people's songs. It is a good software.

Copyright © Windows knowledge All Rights Reserved