A local music software that is expected to support multiple platforms with AI capabilities and multimodal features.
The current development phase is to develop an Elecetron cross platform music software that is compatible with Navichrome and has a beautiful UI, and to simultaneously develop music artificial intelligence and streaming services as cloud services for NSMusicS
The goal of NSMusicS is to integrate various functions (such as artificial intelligence, streaming, music library management, cross platform, etc.), which can be understood as similar to Navidrome but with more features than Navidrome. It wants to become a plugin integrated application that can almost have all music functions.
The expectation of the NSMusicS series products is to enable people around the world to use free, open-source, and user-friendly music products
Project | Development status | Technology Framework | Author/Copyright Owner | Operating systems | LICENSE | Software positioning |
---|---|---|---|---|---|---|
NSMusicS (Now) | updateing | electron,docker,vue,nodejs,ts,vite,sqlite | Xiang Cheng | (Windows,Linux(ubuntu+,Docker),MacOS,Android11++,IOS) Based on the Chrome kernel | A-GPL 3.0 | Open source + Commercial |
NSMusicS_WPF (Old) | complete | dotnet8(wpf),cs,window,sqlite | Xiang Cheng | (Windows10++) | A-GPL 3.0 | Open source + Commercial |
NSMusicS_For_PythonApp_Of_AudioProcessing | will developed | pytorch,py | Xiang Cheng | python | Apache License 2.0 | Open source |
NSMusicS_For_Knowledge_Graph | Not started | NebulaGraph / Neo4j | Xiang Cheng | (Windows10++/Linux) | A-GPL 3.0 | Open source + Commercial |
NSMusicS_For_Flutter | Not started | flutter,dart | Xiang Cheng | (Windows10++,Linux(ubuntu+,群晖Nas+Docker),MacOS,Android11++,IOS) | A-GPL 3.0 | Open source + Commercial |
MZMusic | Not started | electron,docker,vue,nodejs,ts,vite | MZMusic Team | (win,linux,macos...) | Apache License 2.0 | Open source |
- NSMusicS(Electron):Under development
- NSMusicS_WPF (Old):Development completed
- If you haven't installed Navidrome, please install and start its service, and then add your computer's music to Navidrome.
- Copy and replace the navidrome.db file located in the resources folder of the folder where NSMusicS Electron is installed with the navidrome installation location \ navidrome installation version \ navidrome.db.
cd NSMusicS
# node -v 20.15.0
# npm -v 10.4.0
npm install
# Install MPV in the Windows environment (requires its executable file compressed file)
# https://mpv.io/installation/
# unzip its contents to (NSMusicS\resources\mpv-x86_64-20240623)
# You need to recompile the native module better sqlite3 to allow the sqlite database to read normally
cd NSMusicS/node_modules/better-sqlite3
npm install electron-rebuild -D
# 1.open better-sqlite3/package.json
# 2.scripts addline: "rebuild": "electron-rebuild -f -w better-sqlite3"
npm run rebuild
cd NSMusicS
npm run dev # Direct operation NSmusicS
cd NSMusicS
npm run build-only # Package into the current system_configs's software package (such as exe)
- NSMusicS Web Of Thanks:
- NSMusicS Web ImageResource Thanks:
- NSMusicS WPF Of Thanks:
- As this project is currently independently developed by Xiang Cheng(myself), programming standards are a personal habit of the Xiang Cheng(myself), and coding standards are not yet standardized enough. However, this project will continue to undergo self refactoring and reverse development. It can be affirmed that in the future, NSMusicS will form a standard coding specification, which will be beneficial for the community to develop third-party NSMusicS plugins, Enable NSMusicS to meet the diverse needs of more potential customers,Most importantly, NSMusicS will always be open source and continuously updated