aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 90251b77e1d8e6980db23288956180295500c261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# MPRIS To Text

A Python script that fetches media data from MPRIS-compliant media players and saves it into a text file.

![Screenshot of the user interface](screenshot.png)

## Required packages

- [blessed](https://github.com/jquast/blessed): Terminal UI
- [dbussy](https://github.com/ldo/dbussy): DBus client

## Parameters

- `-h`: Display help
- `--file`: Full path to the file the data is written into
- `--format-artist`: Format string for the artist part
- `--format-title`: Format string for the title part
- `--format-album`: Format string for the album part
- `--format`: Format string that puts all parts together