From 82229e145580d5a3efd7509f33fb09040571d550 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 13 Oct 2018 01:30:46 +0200 Subject: [PATCH] video player app : Some updates --- install/apps/multimedia/videoplayer | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/apps/multimedia/videoplayer b/install/apps/multimedia/videoplayer index 31f181a..dde1693 100644 --- a/install/apps/multimedia/videoplayer +++ b/install/apps/multimedia/videoplayer @@ -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 \