Difference between revisions of "OvoPlayer"

From Lazarus wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
===Features===
 
===Features===
* Can play MP3, FLAC, WMA, APE and OGG files (if supported by selected audio engine)
+
* Can play MP3, FLAC, WMA, APE, OGG, MP4, AAC, M4A files (if supported by selected audio engine)
* Can read and update tag of MP3, FLAC, WMA, APE and OGG files
+
* Can read and update tags of MP3, FLAC, WMA, APE and OGG files. Can read tags of MP4 and AAC.
 
* Cover viewer
 
* Cover viewer
 
* Cross platform - works on Linux and Windows  
 
* Cross platform - works on Linux and Windows  
Line 14: Line 14:
 
Ovoplayer can use various multimedia playback engines:
 
Ovoplayer can use various multimedia playback engines:
  
* '''VLC''' - preferred choice, tested on Linux and Windows
+
* '''[http://www.videolan.org/ VLC]''' - preferred choice, tested on Linux and Windows
* '''MPlayer''' - plays almost any format, tested on Linux and Windows
+
* '''[www.mplayerhq.hu MPlayer]''' - plays almost any format, tested on Linux and Windows
 
* '''XINE''' - almost complete (some performance issues), tested on Linux
 
* '''XINE''' - almost complete (some performance issues), tested on Linux
* '''BASS''' - complete, tested on Windows
+
* '''[www.un4seen.com BASS]''' - complete, tested on Windows
* '''GStreamer''' - complete, tested on Linux
+
* '''[http://http://gstreamer.freedesktop.org GStreamer]''' - complete, tested on Linux
 
* '''Direct Show''' - complete, Windows only, may need to install codecs for Flac and Ogg
 
* '''Direct Show''' - complete, Windows only, may need to install codecs for Flac and Ogg
 
* '''Media Foundation''' - complete, Windows only, may need to install codecs for Flac and Ogg
 
* '''Media Foundation''' - complete, Windows only, may need to install codecs for Flac and Ogg
* '''LibMPV''' - complete, tested on linux
+
* '''[http://wiki.lazarus.freepascal.org/uos UOS (United Openlib of sound)]''' - complete (no WMA, APE, MP4), tested on Linux and Windows
 +
* '''[http://mpv.io LibMPV]''' - complete, tested on linux
  
 
==Download==
 
==Download==

Revision as of 21:13, 9 December 2014

Info

OvoPlayer is a multiplatform music player for various audio formats.

Features

  • Can play MP3, FLAC, WMA, APE, OGG, MP4, AAC, M4A files (if supported by selected audio engine)
  • Can read and update tags of MP3, FLAC, WMA, APE and OGG files. Can read tags of MP4 and AAC.
  • Cover viewer
  • Cross platform - works on Linux and Windows
  • Multiple audio engines supported
  • Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlists

Supported Engines

Ovoplayer can use various multimedia playback engines:

  • VLC - preferred choice, tested on Linux and Windows
  • [www.mplayerhq.hu MPlayer] - plays almost any format, tested on Linux and Windows
  • XINE - almost complete (some performance issues), tested on Linux
  • [www.un4seen.com BASS] - complete, tested on Windows
  • GStreamer - complete, tested on Linux
  • Direct Show - complete, Windows only, may need to install codecs for Flac and Ogg
  • Media Foundation - complete, Windows only, may need to install codecs for Flac and Ogg
  • UOS (United Openlib of sound) - complete (no WMA, APE, MP4), tested on Linux and Windows
  • LibMPV - complete, tested on linux

Download

Binary releases for Windows and Linux can be found here:

http://ovoplayer.altervista.org/downloads.html

Source code: see below.

To Do

  • MAC OSX port

Development

OvoPlayer is hosted in Google Code: http://code.google.com/p/ovoplayer/

There is also a git mirror hosted on GitHub: https://github.com/varianus/ovoplayer

Subversion

Use this command to anonymously check out the latest project source code:

svn checkout http://ovoplayer.googlecode.com/svn/trunk/ ovoplayer

Git

Use this command to check out the latest project source code:

git clone https://github.com/varianus/ovoplayer.git

A compressed source archive can be downloaded here: http://ovoplayer.altervista.org/downloads.html

Screen Shot

OvoPlayerScreenshot.png

See Also