Features

Installation

Windows Installer (EXE)

  1. Download the installer from the Releases section.
  2. Run the installer and follow the on-screen instructions.

Ubuntu (DEB)

  1. Download the .deb package from the Releases section.
  2. Install it using the following commands:
    sudo dpkg -i midnight-player_1.0-1_amd64.deb 
    sudo apt-get install -f
                        

From Source

  1. Ensure you have Python 3.7+ and pip installed.
  2. Clone the repository:
    git clone https://github.com/Niamorro/Midnight-Player
    cd Midnight-Player
                        
  3. Install the required packages:
    pip install -r requirements.txt
  4. Run the application:
    python main.py

Usage

  1. Launch the application.
  2. Use the File menu to open audio files or folders.
  3. Create and manage playlists via the Add Playlist and Remove Playlist options.
  4. Control playback speed using the dropdown menu.
  5. Adjust the volume and navigate through tracks using the sliders.

Screenshots

Dark Theme

Dark Theme

Light Theme

Light Theme