aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0af062f..90251b7 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,14 @@ A Python script that fetches media data from MPRIS-compliant media players and s
6 6
7## Required packages 7## Required packages
8 8
9- [blessed](https://github.com/jquast/blessed) 9- [blessed](https://github.com/jquast/blessed): Terminal UI
10- [dbussy](https://github.com/ldo/dbussy) 10- [dbussy](https://github.com/ldo/dbussy): DBus client
11
12## Parameters
13
14- `-h`: Display help
15- `--file`: Full path to the file the data is written into
16- `--format-artist`: Format string for the artist part
17- `--format-title`: Format string for the title part
18- `--format-album`: Format string for the album part
19- `--format`: Format string that puts all parts together