Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingsznhone/ncmdump.net
Decipher ncm file to mp3 || flac
https://github.com/kingsznhone/ncmdump.net
converter dotnet encryption music ncm wpf
Last synced: 9 days ago
JSON representation
Decipher ncm file to mp3 || flac
- Host: GitHub
- URL: https://github.com/kingsznhone/ncmdump.net
- Owner: kingsznhone
- License: gpl-3.0
- Created: 2021-12-02T18:26:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T06:36:05.000Z (3 months ago)
- Last Synced: 2024-10-15T03:08:32.007Z (22 days ago)
- Topics: converter, dotnet, encryption, music, ncm, wpf
- Language: C#
- Homepage:
- Size: 2.34 MB
- Stars: 32
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# NCMDump.NET
Decipher .ncm file to mp3 || flac
## Feature
Highly Optimized Corelib.
Keep ID3 tags and cover image.
### [Change Log](./Changelog.MD)
## System Requirement
```Windows 11 10.0.22000.0``` & ```.NET8 Desktop Runtime``` (Recommended)
```Windows 10 10.0.19041.0``` & ```.NET8 Desktop Runtime``` (Minimum)
## Usage
### CLI
Drag .ncm file or directory on exe
### GUI
Don't ask, Just use.
## API
### public bool Convert(string path)
Convert NCM file into MP3/FLAC format in synchronous.
#### Parameters
```path``` String
File Path to a NCM file.
#### Return
```bool``` True if convert success
### public async Task\ ConvertAsync(string path)
Convert NCM file into MP3/FLAC format in asynchronous.
#### Parameters
```path``` String
File Path to a NCM file.
#### Return
```bool``` True if convert success
## Refrence
## Stargazers over time
[![Stargazers over time](https://starchart.cc/kingsznhone/NCMDump.NET.svg)](https://starchart.cc/kingsznhone/NCMDump.NET)