Difference between revisions of "OvoPlayer"

From Free Pascal wiki
Jump to navigationJump to search
(OvoPlayer: A free multiplatform audio player)
 
Line 1: Line 1:
 +
__TOC__
 
==Info==
 
==Info==
 
 
OvoPlayer is a music player for various audio formats.  
 
OvoPlayer is a music player for various audio formats.  
  
Features:
+
===Features===
 
* Can play and read music tag from MP3, FLAC, WMA, APE and OGG files,
 
* Can play and read music tag from MP3, FLAC, WMA, APE and OGG files,
 
* Cross platform - work on Linux and Windows  
 
* Cross platform - work on Linux and Windows  
Line 9: Line 9:
 
* Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlist
 
* Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlist
  
=== Supported Engines===
+
===Supported Engines===
 
Ovoplayer can use various multimedia playback engines:
 
Ovoplayer can use various multimedia playback engines:
  
Line 18: Line 18:
 
* GStreamer - almost complete, tested on Linux
 
* GStreamer - almost complete, tested on Linux
  
===To Do===
+
==To Do==
  
 
* APE tags reading -- partially done
 
* APE tags reading -- partially done
Line 24: Line 24:
 
* Tags rewriting (working on)
 
* Tags rewriting (working on)
 
* creation of deb packages for 32 bit Linux
 
* creation of deb packages for 32 bit Linux
 +
 +
==Development==
 +
 +
===Subversion===
 +
Use this command to anonymously check out the latest project source code:
 +
 +
svn checkout http://ovoplayer.googlecode.com/svn/trunk/ ovoplayer
 +
 +
==See Also==
 +
 +
* [[Free Pascal Application Suite]]

Revision as of 08:41, 30 January 2012

Info

OvoPlayer is a music player for various audio formats.

Features

  • Can play and read music tag from MP3, FLAC, WMA, APE and OGG files,
  • Cross platform - work on Linux and Windows
  • Multiple audio engines supported
  • Can import M3U, ASX, PLS, XSPF, BSPL, WPL playlist

Supported Engines

Ovoplayer can use various multimedia playback engines:

  • VLC - preferred choice, tested on Linux and Windows
  • MPlayer - play almost any format, tested on Linux and Windows
  • XINE - almost complete (some performance issues), tested on Linux
  • BASS - complete, tested on Windows
  • GStreamer - almost complete, tested on Linux

To Do

  • APE tags reading -- partially done
  • WMA basic tags reading (working on)
  • Tags rewriting (working on)
  • creation of deb packages for 32 bit Linux

Development

Subversion

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

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

See Also