All Projects → AryToNeX → Mprislyrics

AryToNeX / Mprislyrics

Licence: apache-2.0
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.

Projects that are alternatives of or similar to Mprislyrics

Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+128370.83%)
Mutual labels:  cli, command-line, tool
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+4695.83%)
Mutual labels:  command-line-app, cli, command-line
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+550%)
Mutual labels:  cli, command-line, tool
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+2870.83%)
Mutual labels:  command-line-app, cli, command-line
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (+15491.67%)
Mutual labels:  cli, command-line, tool
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (+308.33%)
Mutual labels:  cli, command-line, tool
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+11654.17%)
Mutual labels:  cli, command-line, tool
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (+150%)
Mutual labels:  cli, command-line, tool
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (+1066.67%)
Mutual labels:  cli, command-line, tool
Onefetch
Git repository summary on your terminal
Stars: ✭ 3,680 (+15233.33%)
Mutual labels:  cli, command-line, tool
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (+87.5%)
Mutual labels:  cli, command-line, tool
Jtc
JSON processing utility
Stars: ✭ 425 (+1670.83%)
Mutual labels:  cli, command-line, tool
Csview
📠 A high performance csv viewer with cjk/emoji support.
Stars: ✭ 208 (+766.67%)
Mutual labels:  cli, command-line, tool
Simple Console
Add an elegant command-line interface to any page
Stars: ✭ 107 (+345.83%)
Mutual labels:  command-line-app, cli, command-line
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+82612.5%)
Mutual labels:  cli, command-line, tool
Diskus
A minimal, fast alternative to 'du -sh'
Stars: ✭ 674 (+2708.33%)
Mutual labels:  cli, command-line, tool
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+2804.17%)
Mutual labels:  cli, tool
Hover
Hover helps developers to release Flutter applications on desktop.
Stars: ✭ 698 (+2808.33%)
Mutual labels:  cli, tool
Mow.cli
A versatile library for building CLI applications in Go
Stars: ✭ 725 (+2920.83%)
Mutual labels:  cli, command-line
Hexyl
A command-line hex viewer
Stars: ✭ 6,349 (+26354.17%)
Mutual labels:  command-line, tool

MPRISLyrics ko-fi

Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.

Preview of the project

This screenshot is courtesy of @SantX27

Before you download

Please note: I am only challenging myself here, and I wanted a lyrics visualizer that can run on a terminal.

Don't spam for ETAs (eg. for a certain lyrics provider) or update requests.

If you like the idea you can always contribute to it (pull requests are VERY welcome), fork it and maintain it, rewrite it in another language.

And finally, please note that when my interest in this project will be over, it will be over. There's no way around it, sadly.

Prerequisites

This project relies on Playerctl, a CLI tool that can remotely control MPRIS-capable players. You can get it here.

You will also need PHP (>= 7.1) and cURL extension for PHP (php-curl)

Using the project

Before using MPRISLyrics, please check if your music player is listed and supported: click here

If you don't find your music player you can still test if it works and then make a PR to include it in the compatibility sheet.

Using a packaged build (recommended)

mkdir MPRISLyrics && cd MPRISLyrics
wget https://github.com/AryToNeX/MPRISLyrics/releases/download/1.0.0-beta2/MPRISLyrics-1.0.0-beta2.phar -o MPRISLyrics.phar
wget https://github.com/AryToNeX/MPRISLyrics/raw/1.0.0-beta2/start.sh -o start.sh
chmod +x start.sh # if you encounter problems running the start script
./start.sh

From source

git clone https://github.com/AryToNeX/MPRISLyrics
cd MPRISLyrics
chmod +x start.sh # if you encounter problems running the start script
./start.sh

Apache 2.0 License

Copyright 2018 Anthony Calabretta

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].