From 1aa81b0859ce270cfeab3e71fcfbba445e6c35b1 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 26 Jun 2020 23:30:20 +0200 Subject: Adding Handbrake application --- qml/AppList.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/AppList.qml') diff --git a/qml/AppList.qml b/qml/AppList.qml index 002c582..396b191 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -30,6 +30,7 @@ ListElement { group: "internet";description: qsTr("Fast e-mail client"); title: ListElement { group: "video featured";description: qsTr("Media Player"); title: "Smplayer";name: "smplayer";command: "smplayer";repo: "";icon: "img/smplayer.png";} ListElement { group: "video";description: qsTr("A non-linear video editing application"); title: "Kdenlive";name: "kdenlive";command: "kdenlive";repo: "";icon: "img/kdenlive.png";} ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); title: "VLC";name: "vlc";command: "vlc";repo: "";icon: "img/vlc.png";} +ListElement { group: "video";description: qsTr("For converting video to a selection of codecs"); title: "Handbrake";name: "handbrake";command: "ghb";repo: "tainted";icon: "img/handbrake.png";} ListElement { group: "video featured";description: qsTr("Multimedia player and streamer"); title: "VLC";name: "vlc";command: "vlc";repo: "tainted";icon: "img/vlc.png";} ListElement { group: "video";description: qsTr("Media Center"); title: "Kodi";name: "kodi";command: "kodi";repo: "";icon: "img/kodi.png";} ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";} -- cgit v1.2.1