cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
fb83a27cbbeee8ffca83f221fdcb922744022c73
parent
2898b916508dcfe91064c924a39d9e0ef0c1048e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-03 14:56
add mpv params

Diffstat

M cplay.py 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/cplay.py b/cplay.py

@@ -142,6 +142,8 @@ class Player:
  142   142                 'mpv',
  143   143                 '--audio-display=no',
  144   144                 '--start=%i' % self.position,
   -1   145                 '--volume=100',
   -1   146                 '--replaygain=track',
  145   147                 self.path,
  146   148             ],
  147   149             stdout=self.stdout_w,