feat: add mpv playerctl support
This commit is contained in:
parent
60dcfa5ab8
commit
c9a1919db6
3 changed files with 6 additions and 4 deletions
|
@ -179,10 +179,13 @@ categories:
|
||||||
- yt-dlp
|
- yt-dlp
|
||||||
- name: ytfzf
|
- name: ytfzf
|
||||||
desc: Look for youtube video
|
desc: Look for youtube video
|
||||||
|
player:
|
||||||
|
- mpv
|
||||||
|
- name: mpv-mpris
|
||||||
|
desc: Allow to control MPV with MPRIS protocol (playerctl)
|
||||||
_:
|
_:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- mpv
|
|
||||||
- zbar
|
- zbar
|
||||||
- zint
|
- zint
|
||||||
- qrencode
|
- qrencode
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
device_name: blackjack
|
device_name: blackjack
|
||||||
user: mbess
|
user: mbess
|
||||||
device_platform: vm
|
device_platform: vm
|
||||||
device_usage: perso|work
|
profile: perso OR pro (work)
|
||||||
device_is_vm: true|false
|
target_is_real: true (if not a vm)
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/mnt/extramedia3/mbess/workspace/monakhos/target/lambdacov
|
|
Loading…
Reference in a new issue