mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
add .webm filetype as a playable file
This commit is contained in:
parent
6af81cb769
commit
ddf2de4fe8
2
ani-cli
2
ani-cli
@ -13,7 +13,7 @@ PLAYER_CMD="mpv -config-dir ${XDG_CONFIG_HOME:-$HOME/.config}/mpv"
|
|||||||
# dependencies: grep, sed, curl, video_player, rofi, sqlite3
|
# dependencies: grep, sed, curl, video_player, rofi, sqlite3
|
||||||
# video_player ( needs to be able to play urls )
|
# video_player ( needs to be able to play urls )
|
||||||
player_fn="mpv"
|
player_fn="mpv"
|
||||||
playable="\.mp4|\.mkv|\.ts|\.mp3"
|
playable="\.mp4|\.mkv|\.ts|\.mp3|\.webm"
|
||||||
prog="ani-cli"
|
prog="ani-cli"
|
||||||
|
|
||||||
c_red="\033[1;31m"
|
c_red="\033[1;31m"
|
||||||
|
Loading…
Reference in New Issue
Block a user