Skip to content

Commit 0ae8fd2

Browse files
author
pnck
committed
update version to 0.2.0
1 parent 2fc4089 commit 0ae8fd2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Play NCM files directly with our favourite
2+
![screenshot](/screenshot.png)
3+
4+
15
### How to setup and build project
26

37
1. Download [foobar2000 SDK](https://www.foobar2000.org/SDK) and extract into vendor/sdk

foo_input_ncm/main.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
/**
44
changelog
55
6+
Version 0.2.0
7+
- decode and play any ncm file
8+
- correctly recognize meta info and album artworks
9+
610
Version 0.1.0
711
- decode and play any ncm file
812
- meta info correctly recognized (without album artwork)
@@ -17,7 +21,7 @@ Version 0.0.1
1721
1822
**/
1923

20-
DECLARE_COMPONENT_VERSION("Ncm Loader", "0.1.0", "Load and play Netease Music specific file format (ncm) directly.\n");
24+
DECLARE_COMPONENT_VERSION("Ncm Loader", "0.2.0", "Load and play Netease Music specific file format (ncm) directly.\n");
2125

2226
// This will prevent users from renaming your component around (important for proper troubleshooter behaviors) or
2327
// loading multiple instances of it.

screenshot.png

355 KB
Loading

0 commit comments

Comments
 (0)