Difference between revisions of "OvoPlayer"

From Free Pascal wiki
Jump to navigationJump to search
m
(language)
Line 1: Line 1:
 
__TOC__  
 
__TOC__  
 
==Info==
 
==Info==
OvoPlayer is a multiplatform music player for various audio format,
+
OvoPlayer is a multiplatform music player for various audio formats.
  
 
===Features===
 
===Features===
Line 7: Line 7:
 
* Can read and update tag of MP3, FLAC, WMA, APE and OGG files
 
* Can read and update tag of MP3, FLAC, WMA, APE and OGG files
 
* Cover viewer
 
* Cover viewer
* Cross platform - work on Linux and Windows  
+
* Cross platform - works on Linux and Windows  
 
* Multiple audio engines supported
 
* Multiple audio engines supported
* Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlist
+
* Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlists
  
 
===Supported Engines===
 
===Supported Engines===
Line 15: Line 15:
  
 
* '''VLC''' - preferred choice, tested on Linux and Windows
 
* '''VLC''' - preferred choice, tested on Linux and Windows
* '''MPlayer''' - play almost any format, tested on Linux and Windows
+
* '''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
 
* '''BASS''' - complete, tested on Windows
 
* '''GStreamer''' - complete, tested on Linux
 
* '''GStreamer''' - complete, tested on Linux
* '''Direct Show''' - complete, Windows only, may need to install codec 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 codec for Flac and Ogg
+
* '''Media Foundation''' - complete, Windows only, may need to install codecs for Flac and Ogg
  
 
==Download==
 
==Download==
Line 27: Line 27:
  
 
http://ovoplayer.altervista.org/downloads.html
 
http://ovoplayer.altervista.org/downloads.html
 +
 +
Source code: see below.
  
 
==To Do==
 
==To Do==
Line 39: Line 41:
 
===Subversion===
 
===Subversion===
 
Use this command to anonymously check out the latest project source code:
 
Use this command to anonymously check out the latest project source code:
 
+
<syntaxhighlight lang="bash">
svn checkout http://ovoplayer.googlecode.com/svn/trunk/ ovoplayer
+
svn checkout http://ovoplayer.googlecode.com/svn/trunk/ ovoplayer
 +
</syntaxhighlight>
  
 
A compressed source archive can be downloaded here:
 
A compressed source archive can be downloaded here:

Revision as of 20:28, 7 July 2014

Info

OvoPlayer is a multiplatform music player for various audio formats.

Features

  • Can play MP3, FLAC, WMA, APE and OGG files (if supported by selected audio engine)
  • Can read and update tag of MP3, FLAC, WMA, APE and OGG files
  • 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
  • MPlayer - plays almost any format, tested on Linux and Windows
  • XINE - almost complete (some performance issues), tested on Linux
  • 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

Download

Binary releases for Windows and Linux can be found here:

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

Source code: see below.

To Do

  • creation of deb packages for 32 bit Linux
  • MAC OSX port

Development

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

Subversion

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

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

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

Screen Shot

OvoPlayerScreenshot.png

See Also