Coder Social home page Coder Social logo

ymcli's Introduction

Ymcli: open source Yandex.Music client / music player

Uses unoffical Yandex.Music Api

Version Stable

Installation

  • See releases

  • AUR (from source code), see package

    yay -S ymcli 
  • Compile for Linux (from source code)

    Ymcli has been tested on python 3.11. You can try running it on a lower version.

    You will need python to run it, but it is not listed in the installation below.

    #Install system dependencies Arch-like
    sudo pacman -S vlc 
    # Install system dependencies Rhel-like
    yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
    yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm
    yum install vlc vlc-core
    # Install system dependencies Debian-like
    sudo apt install vlc 
    # Clone source 
    git clone https://github.com/hikaary/ymcli
    cd ymcli 
    # Build 
    python setup.py install
    # Run app from poetry
    poetry install && poetry shell
    poetry run python -m ymcli

First run

A token will be requested at the first startup. ou can find out about getting the token here

Config & Logs

  • Config file - ~/.config/ymcli/config.ini
  • Log file - ~/.local/ymcli/ymcli.log

Key actions

Key Action
K Move cursor up
J Move cursor down
ENTER Select
Space Play/Pause
B Back to previous menu
UP Volume up
DOWN Volume down
RIGHT Fast forward the track by 5 seconds
LEFT Rewind the track back 5 seconds
R Repeat track
N Skip track
P Previous track
L Like now playing track
D Dislike now playing track

Dependencies (excluding python dependencies)

  • python 3.11
  • vlc 3.0.20

ymcli's People

Contributors

hikaary avatar vediusse avatar

Stargazers

NameOfFool avatar  avatar Антон Масюк avatar Roman Petrakov avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.