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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?