From 113ccc681d2c149ac2f9eb13bc1e266c8c12c811 Mon Sep 17 00:00:00 2001 From: Aditya Kurdunkar <51816057+aditya-K2@users.noreply.github.com> Date: Fri, 31 Dec 2021 00:35:57 +0530 Subject: [PATCH] Update index.md --- README.md | 11 ++++++++--- docs/index.md | 10 +++------- extras/showcase.md | 1 + 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 extras/showcase.md diff --git a/README.md b/README.md index 4e12b27..a6a0265 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,17 @@ MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration. -https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4 +![screenshot](https://user-images.githubusercontent.com/51816057/147781035-69eeeb1c-cd62-4e42-8e71-3b07538704e8.png) ## Table of Contents + * [Roadmap](#roadmap) * [Installing / Building](#installing--building) * [AUR Package](#aur-package) * [Manually](#manually) - * [Configuring gomp](#configuring-gomp) +* [Setting Up](#setting-up) + # Roadmap @@ -42,4 +44,7 @@ go build ``` --- -#### [Configuring](https://aditya-K2.github.io/gomp/) gomp +# Setting Up + +- [Configuring](https://aditya-K2.github.io/gomp/) +- [Video Showcase](https://github.com/aditya-K2/gomp/tree/master/extras/showcase.md) diff --git a/docs/index.md b/docs/index.md index 25382cd..1696d29 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,8 @@ + +![screenshot](https://user-images.githubusercontent.com/51816057/147781035-69eeeb1c-cd62-4e42-8e71-3b07538704e8.png) + ## Table Of Contents -* [Prerequisites](#prerequisites) * [Configuration](#configuration) * [MPD Port](#mpd-port) * [Music Directory](#music-directory) @@ -11,12 +13,6 @@ * [Key Mappings](#key-mappings) * [Getting Album Art from LastFm API](#getting-album-art-from-lastfm-api) -# Prerequisites - -- Music Player Daemon must be setup and Running -- Go Should Be Installed ( For Building ) -- After Reading this it is highly recommended to read the [sample_config](https://github.com/aditya-K2/gomp/blob/master/sample_config.yml) - # Configuration Configuration of gomp is done through a `config.yml` file in `$HOME/config/gomp/` diff --git a/extras/showcase.md b/extras/showcase.md new file mode 100644 index 0000000..0a2521c --- /dev/null +++ b/extras/showcase.md @@ -0,0 +1 @@ +https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4