From 3b1458784942574222f8fea5b2ab2f8accaac6b8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Jul 2021 19:01:35 +0200 Subject: Respond to x11 ping (should fix gnome unresponsive application detection) --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c8e0b0..397a0a7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,22 @@ EXAMPLES: ``` ## Installation If you are running arch linux then you can install QuickMedia from aur (https://aur.archlinux.org/packages/quickmedia-git/), otherwise you will need to first install [sibs](https://git.dec05eba.com/sibs/) and then run `./install.sh` as root. +## Dependencies +### Libraries +`sfml`, `libx11`, `libxrandr`, `jsoncpp`, `libglvnd` (opengl) +### Executables +`curl`, `imagemagick` +### Fonts +`noto-fonts` +### Optional +`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\ +`mpv` needs to be installed to play videos.\ +`youtube-dl` needs to be installed to download youtube music/videos. (Note: `youtube-dl` is not required to watch (stream) youtube music/videos).\ +`libnotify` which provides `notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\ +[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking manga with `Ctrl + T`.\ +`waifu2x-ncnn-vulkan` needs to be installed when using the `--upscale-images` or `--upscale-images-always` option.\ +`xdg-utils` which provides `xdg-open` needs to be installed when downloading torrents with `nyaa.si` plugin.\ +`ffmpeg (and ffprobe which is included in ffmpeg)` needs to be installed to upload videos with thumbnails on matrix. ## Controls ### General control Type text and then wait and QuickMedia will automatically search.\ @@ -129,22 +145,6 @@ For example a value of 96 for the `Xft.dpi` means 1.0 scaling and 144 (96*1.5) m Note that at the moment, cached images will not be scaled with the dpi. Images do also not scale above their original size. ## Tabs [tabbed](https://tools.suckless.org/tabbed/) can be used to put quickmedia windows into tabs. After installing `tabbed`, run `tabbed -c -k quickmedia launcher -e`. -## Dependencies -### Libraries -`sfml`, `libx11`, `libxrandr`, `jsoncpp`, `libglvnd` (opengl) -### Executables -`curl`, `imagemagick` -### Fonts -`noto-fonts` -### Optional -`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\ -`mpv` needs to be installed to play videos.\ -`youtube-dl` needs to be installed to download youtube music/videos. (Note: `youtube-dl` is not required to watch (stream) youtube music/videos).\ -`libnotify` which provides `notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\ -[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking manga with `Ctrl + T`.\ -`waifu2x-ncnn-vulkan` needs to be installed when using the `--upscale-images` or `--upscale-images-always` option.\ -`xdg-utils` which provides `xdg-open` needs to be installed when downloading torrents with `nyaa.si` plugin.\ -`ffmpeg (and ffprobe which is included in ffmpeg)` needs to be installed to upload videos with thumbnails on matrix. ## License QuickMedia is free software licensed under GPL 3.0, see LICENSE for more details. `images/emoji.png` uses Noto Color Emoji, which is licensed under the Apache license, see: https://github.com/googlefonts/noto-emoji. # Screenshots -- cgit v1.2.3