All Projects → TheWiseNoob → Omp

TheWiseNoob / Omp

Licence: other
OMP is an open-source music player being developed for Linux. OMP is programmed in C++ using gtkmm, GStreamer, TagLib, clastfm, and g++.

Projects that are alternatives of or similar to Omp

Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (+345.05%)
Mutual labels:  linux-app, music-player, flac
Gogglesmm
Goggles Music Manager
Stars: ✭ 41 (-63.06%)
Mutual labels:  mp3, flac
Audioworks
A cross-platform, multi-format audio conversion and tagging suite
Stars: ✭ 35 (-68.47%)
Mutual labels:  mp3, flac
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (-58.56%)
Mutual labels:  mp3, flac
Mutagen
Python module for handling audio metadata
Stars: ✭ 760 (+584.68%)
Mutual labels:  mp3, flac
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+775.68%)
Mutual labels:  mp3, flac
Aplay
A Better(Maybe) iOS Audio Stream、Cache、Play Framework
Stars: ✭ 44 (-60.36%)
Mutual labels:  mp3, flac
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+366.67%)
Mutual labels:  mp3, flac
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+844.14%)
Mutual labels:  mp3, flac
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (-5.41%)
Mutual labels:  mp3, flac
Musicott
JavaFX application that manages and plays music files.
Stars: ✭ 97 (-12.61%)
Mutual labels:  music-player, mp3
Gerbera
UPnP Media Server for 2021: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
Stars: ✭ 710 (+539.64%)
Mutual labels:  mp3, flac
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+404.5%)
Mutual labels:  mp3, flac
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (+775.68%)
Mutual labels:  music-player, flac
Jsmediatags
Media Tags Reader (ID3, MP4, FLAC)
Stars: ✭ 522 (+370.27%)
Mutual labels:  mp3, flac
Starrysky
🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)
Stars: ✭ 1,022 (+820.72%)
Mutual labels:  music-player, flac
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+309.91%)
Mutual labels:  mp3, flac
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-12.61%)
Mutual labels:  mp3, flac
Osac
The Open Source Audible Converter
Stars: ✭ 49 (-55.86%)
Mutual labels:  mp3, flac
Abmediaview
Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.
Stars: ✭ 79 (-28.83%)
Mutual labels:  music-player, mp3

OMP : Open Music Player

Version: 0.1.1 : February 10th, 2019



Screenshot1

About OMP

OMP is an open-source music player being developed for Linux. It is programmed in C++ and some C using gtkmm3, GStreamer, TagLib, libconfig, libclastfm, and standard C and C++ libraries. It can play mp3, FLAC, Ogg, Ogg FLAC, ALAC, APE, WavPack, and AAC(m4a container).

Next Main OMP Release

Version 0.1.2

Compiling and Installing

Dependencies

  • GStreamer
    • gstreamer
    • gst-libav
    • gst-plugins-bad
    • gst-plugins-base
    • gst-plugins-base-libs
    • gst-plugins-good
    • gst-plugins-ugly
  • gtkmm3
  • libclastfm
  • libconfig
  • sqlite
  • taglib

Install Instructions

Method 1: Flatpak

OMP now has Flatpak support! That means any distribution that supports Flatpak is now supported by OMP! An official Flathub package will be provided soon. It is still being worked to meet Flathub's approval standards. More news about it is coming in the near future. Check for mentions about it in the Weekly News Updates on OMP's website at OpenMusicPlayer.com.

Until the official Flathub release, read the guide for installing OMP's Flatpak at OMP's official website.

Method 2: Arch User Repository

You can install OMP via AUR with the official omp AUR package for the stable build or the omp-git AUR package for the latest git build.

Once compiled and installed, you can run omp as a command to open it.

Method 3 : Manual Dependency Retrieval and Makefile

You will need to manually install all of the dependencies before being able to use the compile and install instructions for this method. OMP is currently only tested as working with Arch Linux.

To compile and then install, run the following commands in a new folder containing the source.

make
sudo make install

Once compiled and installed, you can run omp as a command to open it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].