From 14e0848a7a4f79a3c75e6192330509ad45e9544a Mon Sep 17 00:00:00 2001 From: xarantolus Date: Sun, 16 Jul 2023 10:32:24 +0200 Subject: [PATCH] Move keyboard shortcuts in README --- README.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fd4b95e..73aee50 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,16 @@ and syncing using external programs. ### Features - * Easily edit [ID3v2 tags](https://en.wikipedia.org/wiki/ID3) like title, artist, album, year and the cover image - * [Import](#Importing) songs you already have - * Set up FTP clients to [sync](#Syncing) your music to all your devices - * Download manager: simply add songs using [youtube-dl](https://github.com/ytdl-org/youtube-dl) - * Automagic metadata extraction (including cover images) - * List and search your songs by title, artist, album or year - * Very likely works on your server, [even a Raspberry Pi](#Resources) works fine - * Automatic dark mode: the site applies a light or dark theme depending on your system settings - * Keyboard shortcuts for faster navigation - - `n` for loading the page where you can add new songs - - Listings: `s` for all songs, `a` for artists, `y` for years, `i` for incomplete, `e` for recent edits and `u` for unsynced songs - - `/` for focusing on the search bar - - `esc` for going to the main page +* Easily edit [ID3v2 tags](https://en.wikipedia.org/wiki/ID3) like title, artist, album, year and the cover image +* [Import](#Importing) songs you already have +* Set up FTP clients to [sync](#Syncing) your music to all your devices +* Download manager: simply add songs using [youtube-dl](https://github.com/ytdl-org/youtube-dl) +* Automagic metadata extraction (including cover images) +* List and search your songs by title, artist, album or year +* Very likely works on your server, [even a Raspberry Pi](#Resources) works fine +* Automatic dark mode: the site applies a light or dark theme depending on your system settings +* Keyboard shortcuts for faster navigation +* No JavaScript required ### Screenshots @@ -309,6 +306,14 @@ There are several assumptions made so the program will work as expected in most - All cover images are squared. Any that aren't will be cropped and some part of the image will be removed. +### Keyboard shortcuts +These are keyboard shortcuts that can be used on any page: +- `n` for loading the page where you can add new songs +- Listings: `s` for all songs, `a` for artists, `y` for years, `i` for incomplete, `e` for recent edits and `u` for unsynced songs +- `/` for focusing on the search bar +- `esc` for going to the main page + + ### Browser support The website should work in most modern browsers. It uses [native image lazy loading](https://caniuse.com/#feat=loading-lazy-attr) which is not yet supported by all browsers, but images will load without it regardless. If you use a recent browser version, it will be just a bit snappier.