Download Latest Version symphonie-1.0.16.tar.gz (99.1 MB)
Email in envelope

Get an email when there's a new version of Symphonie Music Player

Home
Name Modified Size InfoDownloads / Week
linux-aur-release-v1.0.16 2025-07-09
windows-pre-release-v1.0.14 2025-07-04
README.md 2025-07-11 4.6 kB
Totals: 3 Items   4.6 kB 1

🎶 Symphonie Music Player 🎶

Your personal, lightweight music player for enjoying your local audio collection on Windows and Linux!

✨ Features

  • Wide Format Support: Plays a variety of audio formats including .mp3, .aac, .flac, .ogg, .m4a, .wav, .opus, and more.
  • Clean Metadata Display: Shows the song Title and Contributing Artist(s)/Album Artist if available in the track's metadata. Displays filename (without extension) as a fallback.
  • Interactive Playlist:

  • Add individual or multiple files.

  • Drag and drop files/folders directly onto the player or playlist.
  • See numbered tracks in the playlist for easy reference.
  • Reorder tracks within the playlist using drag and drop.
  • Remove single or multiple selected tracks via a context menu (right-click).
  • Select all tracks in the playlist and delete using Ctrl+A.
  • Show or hide the playlist panel.
  • Tooltips in the playlist show the full filename including extension.
  • Visualizer which can be enabled and disabled.
  • Standard Playback Controls:

  • Play / Pause

  • Next / Previous Track
  • Stop
  • Seek Bar for easy navigation within a track.
  • Volume Control (slider and mute button).
  • Fast Forward (10 seconds).
  • Shuffle Mode: Randomize your playlist playback.
  • User-Friendly Interface: Simple and intuitive design.
  • Persistent Settings: Remembers your last volume and whether the playlist was visible.
  • Visualizer for song playing with enable/disable option

💻 Supported Operating Systems

  • Primarily designed and tested for Windows 10, Windows 11, and Ubuntu 22.04/24.04+,Arch Linux.
  • It may work on other Linux distributions, but only .deb and AppImage are officially provided for now.
  • Older versions of Windows (like Windows 8.1) may work but are not officially supported. Windows 7 is not supported.

🪟 Installation / Getting Started (Windows)

[Installer]

  1. Download the installer: Symphonie-Setup-vx.x.x.exe.
  2. Run the installer and follow the on-screen instructions.
  3. Launch Symphonie from the Start Menu or Desktop shortcut.

⚠️ Since the app is unsigned, SmartScreen or antivirus may show a warning. Click "More info" > "Run anyway".

🐧 Installation / Getting Started (Linux - Ubuntu/Debian/Arch)

Option 1: Using `` package (.deb)

  1. Download the .deb file: symphonie_1.0.x_amd64.deb
  2. Install it:
sudo dpkg -i symphonie_1.0.x_amd64.deb
sudo apt-get install -f  # Fix any missing dependencies
  1. Launch the app:
symphonie

If the above doesn’t work, launch manually with:

/opt/symphonie/Symphonie %U

or

/opt/symphonie/Symphonie %U 2>/dev/null  (to supress warnings/errors)

Option 2: Using AppImage (Works on most Linux distros)

  1. Download the file: Symphonie-1.0.x.AppImage
  2. Make it executable:
chmod +x Symphonie-1.0.x.AppImage
  1. Run the AppImage:
./Symphonie-1.0.x.AppImage

💡 The AppImage includes all dependencies. Recommended if you face any issues with .deb.

Option 3: Using AUR (Arch/Manjaro and other Arch-based distros)

  1. Install using an AUR helper like yay:
yay -S symphonie-bin
  1. Launch the app:
symphonie

If the above doesn’t work, launch manually with:

/opt/symphonie/Symphonie %U

or

/opt/symphonie/Symphonie %U 2>/dev/null  (to supress warnings/errors)

If you prefer manual AUR installation:

git clone https://aur.archlinux.org/symphonie-bin.git
cd symphonie-bin
makepkg -si

🎵 How to Use

  1. Launch Symphonie.
  2. Add Music:

  3. Click the "+ Add Files" button to select your audio files.

  4. Or drag and drop files/folders into the window.
  5. Playback:

  6. Use playback controls at the bottom.

  7. Seek bar to jump to parts of the track.
  8. Adjust volume or mute.
  9. Fast forward by 10 seconds.
  10. Playlist:

  11. Toggle visibility, reorder, remove tracks.

  12. Shuffle mode available.

⚠️ Known Issues / Limitations

  • Metadata display relies on tags in audio files. If tags are missing, filename is shown.
  • On Linux, some users may need to manually install libasound2 and libpulse0 if not already installed.

🎉 Enjoy Your Music!

I hope you enjoy using Symphonie! If you have any feedback, feel free to share it.


Developer Notes (Optional):

  • Built with Electron.js
  • Uses music-metadata for tag parsing
  • Uses electron-store for settings persistence
Source: README.md, updated 2025-07-11