Skip to content

Commit

Permalink
updated conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liupold committed Apr 27, 2022
1 parent 96f6189 commit 085fff5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fmdpy/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ def load():
}

config['STREAM'] = {
'player_cmd': ["mpv", "$audio", "--cover-art-file=$cover",
"--osd-msg2=$title", '--osd-level=2', '--really-quiet'],
'player_cmd': ['setsid', '-f', 'mpv', '$audio',
'--cover-art-file=$cover',
'--force-media-title=$title',
'--really-quiet',
'--oset-metadata-set=comment="a"', '--no-terminal'],
}

file_path = os.getenv('FMDPY_CONFIG_FILE') or \
Expand Down

0 comments on commit 085fff5

Please sign in to comment.