blob: 7611ab9d3b115e0c72cd769dcf6fb75ba08831fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
## 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
|