Linux Play NetEase Cloud Music (Raspberry Pi)

Source: Internet
Author: User
Tags prev

  1. Environment installation
    sudo apt-get install Python-pip
    sudo apt-get insyall python-dev mpg123
    sudo pip install Netease-musicbox
  2. Use
    MusicBox
    Exit: "Q"
    NetEase Cloud Music > Help
    0. ' J ' down Move Down
    1. ' K ' Up Move Up
    2. ' H ' back
    3. ' L ' Forward forward
    4. ' U ' Prev page prev
    5. ' d ' next page next
    6. ' F ' search fast searching
    7. ' [' Prev song on a song
    8. ' Next song '
    9. ' Play/pause Play/Pause '
  3. Smooth Increase Volume
    #!/bin/bashsound_name="PCM"setvolume () {    sudo amixer Set $SOUND _name $1} for in $ (seq  ) ;  do setvolume $n; Sleep ten;  Done

Linux Play NetEase Cloud Music (Raspberry Pi)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.