video player app : Some updates

This commit is contained in:
MatMoul 2018-10-13 01:30:46 +02:00
parent 5f66f4a100
commit 82229e1455

View file

@ -2,11 +2,11 @@
. ./lib
options=()
options+=("vlc" "Video player" off)
options+=("smplayer" "Video player" off)
options+=("mpv" "Recommended for smplayer" off)
options+=("smtube" "Youtube Player" off)
options+=("gnome-mpv" "Video player (GTK)" off)
options+=("vlc" "(QT) Video player" off)
options+=("smplayer" "(QT) Video player" off)
options+=("smtube" "(QT) Youtube Player" off)
options+=("mpv" "(GTK) Recommended for smplayer" off)
options+=("gnome-mpv" "(GTK) Video player" off)
#options+=("streamstudio-bin" "(AUR) Stream video Player" off)
sel=$(whiptail --backtitle "$apptitle" --title "Video Player applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \