From 3b8aa827cf0458acd26464eae1393416128bc0ba Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 30 Dec 2020 12:22:02 +0200 Subject: [PATCH] Add MVP (#630) * Add MVP * Update applications.json --- applications.json | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/applications.json b/applications.json index ae09faa..44ee175 100644 --- a/applications.json +++ b/applications.json @@ -6812,20 +6812,6 @@ "objective_c" ] }, - { - "short_description": "Video player based on MPlayer/mplayer2. ", - "categories": [ - "player" - ], - "repo_url": "https://github.com/mpv-player/mpv", - "title": "mpv", - "icon_url": "", - "screenshots": [], - "official_site": "", - "languages": [ - "c" - ] - }, { "short_description": "Caption takes the effort out of finding and setting up the right subtitles. ", "categories": [ @@ -8411,6 +8397,25 @@ "categories" : [ "git" ] - } + }, + { + "repo_url" : "https://github.com/mpv-player/mpv", + "official_site" : "https://mpv.io", + "title" : "MPV", + "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", + "screenshots" : [ + "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" + ], + "short_description" : "Lightweight, highly configurable media player.", + "languages" : [ + "c"" + ], + "categories" : [ + "audio", + "player", + "music", + "video" + ] + } ] }