museeks

? A simple, clean and cross-platform music player

Github星跟蹤圖

Museeks

Build Status
Dependencies
Github All Releases

A simple, clean and cross-platform music player. (museeks.io)

Screenshot

Features

Museeks aims to be a simple and easy to use music player with a clean UI. You will not find tons of features, as its goals is not to compete with more complete and more famous music players. Here is a little preview though:

  • ? Cross-platform music player (Linux, macOS and Windows)
  • ? Supported formats: mp3, mp4, m4a/aac, flac, wav, ogg, 3gpp
  • ✨ Clean and polished
  • ? Playlists
  • ? Queue management
  • ➰ Shuffle, loop
  • ? Covers support
  • ? Dark theme
  • ? Playback speed control
  • ? Sleep mode blocker
  • ? Minimize to tray
  • ? .m3u import/export

Want more? Open a new issue or ? an existing one so we can talk about it.

Releases notes

Over here!

Installation

Classic

Builds and installers can be found on this page.

Build (advanced)

Museeks is built upon:

Requirements:

  • node > 10
  • npm > 6

Please consider that master is unstable.

  • git clone git@github.com:martpie/museeks.git
  • cd museeks
  • npm ci
  • npm modules:rebuild
  • npm run build or npm run dev
  • npm run museeks or npm run museeks:debug

Package (advanced)

  • rm -rf node_modules dist build
  • npm ci
  • npm modules:rebuild
  • npm build
  • npm run package:lmw

Troubleshooting

Museeks is currently in development. This implies some things can break after an update (database schemes changes, config...).

If you encounter freezes or crashes when using the app, you can reset Museeks by following these steps:

  • Go to the Museeks folder directory
    • Windows: %AppData%\museeks
    • OSX: ~/Library/Application Support/museeks
    • Linux: ~/.config/museeks/ or $XDG_CONFIG_HOME/museeks
  • Delete:
    • IndexedDB folder
    • config.json file
  • Restart Museeks

If you still get problems after that, please open an issue :)

Bug report

If you want to report a bug, first, thanks a lot, that helps us a lot. Please open an issue and mention your OS, your Museeks version, and how to reproduce it. Adding a screen of the console (Menu -> View -> Toggle Developer Tools) is a big help too.

Contribute

  • Fork and clone
  • Master may be unstable, checkout to a tag to have a stable state of the app
  • npm install && npm run dev then run in a separate terminal npm run museeks:debug
  • npm run dev will watch for file changes using Webpack which will recompile JSX and CSS files.

Please respect a few rules:

  • Before making complex stuff, don't hesitate to open an issue first to discuss about it ;)
  • Make the code readable and comment if needed
  • Make sure your build pass

Then open a PR :)

主要指標

概覽
名稱與所有者martpie/museeks
主編程語言TypeScript
編程語言JavaScript (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2015-03-03 13:01:31
推送於2025-06-20 12:36:02
最后一次提交2025-06-19 20:00:50
發布數49
最新版本名稱0.21.1 (發布於 )
第一版名稱0.1 (發布於 )
用户参与
星數1.8k
關注者數49
派生數207
提交數2.1k
已啟用問題?
問題數466
打開的問題數49
拉請求數289
打開的拉請求數7
關閉的拉請求數81
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?