diff --git a/CMakeLists.txt b/CMakeLists.txt index faadbc7..5a5155f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(pineapple-music LANGUAGES CXX VERSION 0.4.0) +project(pineapple-music LANGUAGES CXX VERSION 0.5.0) include (GNUInstallDirs) include (FeatureSummary) diff --git a/README.md b/README.md index bf4f431..70fb0f8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ We have the following features: - PotPlayer `.pbf` file, `[Bookmark]`s as chapters - Built-in chapter support (require build with FFmpeg) - Auto-load all audio files in the same folder of the file that you attempted to play, into a playlist +- [SMTC](https://learn.microsoft.com/en-us/uwp/api/windows.media.systemmediatransportcontrols) support on Windows These features are not available, some of them are TBD and others are not planned: @@ -21,7 +22,6 @@ These features are not available, some of them are TBD and others are not planne - No music library management support and there won't be one! - It'll auto-load music files in the same folder of the file that you attempted to play, so organize your music files on a folder-basis. - Limited system integration: - - No [SMTC](https://learn.microsoft.com/en-us/uwp/api/windows.media.systemmediatransportcontrols) support under Windows for now - No [MPRIS](https://www.freedesktop.org/wiki/Specifications/mpris-spec/) support under Linux desktop for now - Limited lyrics (`.lrc`) loading support: - Currently no `.tlrc` (for translated lyrics) or `.rlrc` (for romanized lyrics) support.