From 25c0518727aaced34e1c771e5307baec4714fa43 Mon Sep 17 00:00:00 2001 From: Andrey Arekhva Date: Thu, 3 Oct 2019 19:18:15 +0300 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8de5b29 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# AimpLyrics +Lyrics plugin for [AIMP music player](http://www.aimp.ru/). + +### Features: +* display lyrics of current playing song (from file, or tag) +* auto search missing lyrics in Google +* abiltiy to edit artist/title for search +* open lyrics window by hot keys +* save lyrics to file +* edit font size + +The plugin is written on C# thanks to [AIMP DotNet SDK](https://github.com/martin211/aimp_dotnet). + +Please do not hesitate to contact me, if you have some questions or ideas.