Giter Club home page Giter Club logo

museeks's Introduction

Museeks

Build Status Github All Releases

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

Note Museeks is on its way to a big rewrite with some major UI changes, please help shape the future of the music player in the discussions section! :]

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 it goal 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
  • ๐Ÿค“ Dark theme
  • ๐Ÿšค Playback speed control
  • ๐Ÿ˜ด Sleep mode blocker
  • ๐Ÿ”„ .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

Binaries can be found on this page.

Build (advanced)

Museeks is built upon:

Requirements:

  • node > 18
  • yarn 1

Please consider that master is unstable.

  • git clone [email protected]:martpie/museeks.git
  • cd museeks
  • yarn
  • for dev mode:
    • yarn dev
    • yarn museeks:debug (in another terminal)
  • for prod mode:
    • yarn build
    • yarn museeks

Package binaries (advanced)

  • rm -rf node_modules dist build
  • yarn
  • yarn build
  • to test the production build:
    • yarn museeks or yarn museeks:debug
  • to test packaging yarn package:lmw, or:
    • yarn package:l (linux-only)
    • yarn package:m (mac-only)
    • yarn package:w (windows-only)

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
  • yarn install --frozen-lockfile && yarn run dev then run in a separate terminal yarn run museeks:debug
  • yarn run dev will launch electron and compile the app. Hot reload will work out of the box.

Please respect a few rules:

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

Then open a PR :)

museeks's People

Contributors

martpie avatar yurysolovyov avatar dkniffin avatar qcasey avatar fkd13 avatar cfollet avatar gilgameshxzero avatar dipras avatar briangzimmerman avatar igorer88 avatar jvegaf avatar vprigent avatar anthonychoi avatar evandandrea avatar haidang666 avatar zyrouge avatar khubo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.