Metadata-Version: 2.1
Name: lyrics-in-terminal
Version: 1.6.0
Summary: Command Line Lyrics fetcher from mpris media player like Spotify, VLC, Audacious
Home-page: https://github.com/Jugran/lyrics-in-terminal
Author: Samarth Jugran
Author-email: jugransamarth@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dbus-python
Provides-Extra: full
Requires-Dist: python-mpd2 ; extra == 'full'
Provides-Extra: mpd
Requires-Dist: python-mpd2 ; extra == 'mpd'

# Lyrics-In-Terminal
[![GitHub release](https://img.shields.io/github/release/Jugran/lyrics-in-terminal/all.svg)](https://github.com/Jugran/lyrics-in-terminal/releases)
[![GitHub license](https://img.shields.io/github/license/Jugran/lyrics-in-terminal.svg)](https://github.com/Jugran/lyrics-in-terminal/blob/master/LICENSE)
[![PyPI version shields.io](https://img.shields.io/pypi/v/lyrics-in-terminal.svg)](https://pypi.python.org/pypi/lyrics-in-terminal/)
[![Downloads](https://pepy.tech/badge/lyrics-in-terminal)](https://pepy.tech/project/lyrics-in-terminal)
[![Downloads](https://pepy.tech/badge/lyrics-in-terminal/month)](https://pepy.tech/project/lyrics-in-terminal)

Shows lyrics of songs from your favourite music player in terminal.

![lyrics](https://raw.githubusercontent.com/Jugran/lyrics-in-terminal/master/images/001.png)
![lyrics](https://raw.githubusercontent.com/Jugran/lyrics-in-terminal/master/images/003.png)

## Supported Players
Almost all of the mpris specification compliant media players are supported, including -
* Spotify
* VLC Media player
* Rhythmbox
* Audacious
* Music Player Daemon (MPD)

> With version 1.4.1 and above, browser media detection is also possible.

> For MPD player support install `python-mpd2` package as well.

## Wiki

#### [Installation](https://github.com/Jugran/lyrics-in-terminal/wiki/Installation)
#### [Usage](https://github.com/Jugran/lyrics-in-terminal/wiki/Usage)
#### [Keybindings](https://github.com/Jugran/lyrics-in-terminal/wiki/Keybindings)
#### [Configuration File](https://github.com/Jugran/lyrics-in-terminal/wiki/Configuration-File)

License
----
MIT
- - - -
