Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enn3developer/n_music
Simple music player written in Rust + Slint
https://github.com/enn3developer/n_music
audio cross-platform music music-player rust slint
Last synced: about 2 months ago
JSON representation
Simple music player written in Rust + Slint
- Host: GitHub
- URL: https://github.com/enn3developer/n_music
- Owner: Enn3Developer
- License: gpl-3.0
- Created: 2022-04-06T19:59:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T11:09:29.000Z (about 2 months ago)
- Last Synced: 2024-10-25T14:30:59.461Z (about 2 months ago)
- Topics: audio, cross-platform, music, music-player, rust, slint
- Language: Rust
- Homepage:
- Size: 514 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N Music
Simple music player written in Rust + Slint
## Contribute
### Translations
If your language isn't fully supported by N Music, you can add a language by creating a file in `n_player/assets/lang`.
The file must be a JSON file and its name should be like this: `en_English.json`; `en` is the denominator of the
language, `English` is the name of the language in that language.You can copy the english file and rename it correctly and start translating, then to check if everything works correctly
you can compile and run a debug build, the language will automatically be added to the supported languages during
compilation.