From 601b01f72c43118a4561e3ff20ee561529a74376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elmeri=20L=C3=A4nsiharju?= <139926936+tuplasuhveli@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:57:44 +0000 Subject: [PATCH 1/5] Update README.md This is a base for a new README with all the essential features I could think of. I don't have a working phone right now, so the listing is not perfect. I have marked all the bits I was uncertain about with a question mark, so please feel free to correct, delete and add anything you see fit. --- README.md | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d114183..f919fbd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,36 @@ # FlowPlayer for SailfishOS -**FlowPlayer is a music player with lyrics support, online radio and 10-band equalizer.** - +**FlowPlayer is a beautiful music player for SailfishOS.**
+## Features +### Input +- ASF, FLAC, M4A, MP3, Ogg Vorbis / Opus (?), WAV and WMA +### Playing +- Gapless playback + +- Playlists + +- Play queue (?) + +- 10-band equalizer + +### Interface +- Different album view modes + +- Media controls on home screen and lock screen -#### Features: -- Gap-less playback, optionally -- *A pull request for [the README.md](https://github.com/sailfishos-applications/flowplayer/blob/devel/README.md) which provides a full list of features will be much appreciated.* +- Metadata editor -Note that the functionality and / or ability to … may be broken (this is [known for internet radio](https://github.com/sailfishos-applications/flowplayer/issues/62)) due to API changes in recent SailfishOS releases.
+- Available in Catalan, Danish, Dutch, English, Estonian, Finnish, French, German, Italian, Russian, Spanish and Swedish +### Misc +- Lyrics support + +### Deprecated features +- Online radio + +- Last.fm scrobbling (?) + +
Pull requests with fixes, improvements and enhancements are welcome!
@@ -54,4 +76,3 @@ In 2023 [olf (Olf0)](https://github.com/Olf0) overhauled infrastructure aspects,
### License: [MPL 2.0](https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html) - From a05e903c38fc2c8977b9e23dfe06dca21c513b72 Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 27 Jun 2024 23:13:03 +0200 Subject: [PATCH 2/5] [README.md] Reformat added content --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f919fbd..9cf907d 100644 --- a/README.md +++ b/README.md @@ -3,31 +3,27 @@ **FlowPlayer is a beautiful music player for SailfishOS.**
## Features -### Input -- ASF, FLAC, M4A, MP3, Ogg Vorbis / Opus (?), WAV and WMA -### Playing -- Gapless playback -- Playlists +#### Supported file formats +- ASF, FLAC, M4A, MP3, Ogg Vorbis / Opus, WAV and WMA +#### Playing +- Gapless playback (can be disabled) +- Playlists - Play queue (?) - - 10-band equalizer -### Interface -- Different album view modes - +#### Interface +- Multiple album view modes - Media controls on home screen and lock screen - - Metadata editor - - Available in Catalan, Danish, Dutch, English, Estonian, Finnish, French, German, Italian, Russian, Spanish and Swedish -### Misc + +#### Misc - Lyrics support -### Deprecated features +#### Deprecated features - Online radio - - Last.fm scrobbling (?)
From 6603375d78a6d4e9a4a56637e6c5c53b0e2c0942 Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 27 Jun 2024 23:18:30 +0200 Subject: [PATCH 3/5] [README.md] Reduce shameless bragging & enhance wording --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9cf907d..757999a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FlowPlayer for SailfishOS -**FlowPlayer is a beautiful music player for SailfishOS.** +**FlowPlayer is a feature-rich music player for SailfishOS.**
## Features @@ -8,18 +8,18 @@ - ASF, FLAC, M4A, MP3, Ogg Vorbis / Opus, WAV and WMA #### Playing -- Gapless playback (can be disabled) - Playlists - Play queue (?) - 10-band equalizer +- Gapless playback (can be disabled) -#### Interface +#### User interface - Multiple album view modes - Media controls on home screen and lock screen -- Metadata editor - Available in Catalan, Danish, Dutch, English, Estonian, Finnish, French, German, Italian, Russian, Spanish and Swedish -#### Misc +#### Miscellaneous +- Metadata editor - Lyrics support #### Deprecated features From f55075f315a575c4153315d48a0856688258af7f Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 29 Jun 2024 01:53:47 +0200 Subject: [PATCH 4/5] =?UTF-8?q?[README.md]=20Omit=20`(=3F)`=20and=20denote?= =?UTF-8?q?=20gapless=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … playback as "optional", as suggested in https://github.com/sailfishos-applications/flowplayer/pull/106#issuecomment-2195808633 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 757999a..e9a5dce 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ #### Playing - Playlists -- Play queue (?) +- Play queue - 10-band equalizer -- Gapless playback (can be disabled) +- Gapless playback (optional) #### User interface - Multiple album view modes @@ -24,7 +24,7 @@ #### Deprecated features - Online radio -- Last.fm scrobbling (?) +- Last.fm scrobbling
Pull requests with fixes, improvements and enhancements are welcome! From ca93df7627a28ab074c80d61f5b6b2ddf2b41a35 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 1 Dec 2024 05:20:55 +0100 Subject: [PATCH 5/5] [README.md] Calarify wording according to: https://github.com/sailfishos-applications/flowplayer/pull/106#issuecomment-2508078491 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a5dce..cbfd351 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - Metadata editor - Lyrics support -#### Deprecated features +#### Currently broken features - Online radio - Last.fm scrobbling