Pioneers of the Inevitable - (Open Source)
Songbird offers a free solution for playing music or movies, having also searching for audio content across websites included.
Songbird is a free media player based on VLC and Mozilla engine, coupled with a drive internet radio streaming (Shoutcast).
It can search for audio content across a wide range of websites offering this type of content and read through a variety of MP3 players (iPod, etc.).
In addition to playlists, upload and library, Songbird offers complete player with add-ons: album art, sync with digital music player (or Apple MTP), playback of protected music (Windows Media playback), alert concerts of favorite artist, last.fm, etc.
Songbird has a simplified interface with navigation tabs and bookmarks and a module subscription music blogs.
Encoding videos and synchronization with smartphones are some new interesting features that Songbird is equipped with.
# Bugs Fixed
* InnoDB Storage Engine: Issuing INSERT...ON DUPLICATE KEY statements for InnoDB tables from concurrent threads could cause a deadlock, particularly with the INSERT...ON DUPLICATE KEY UPDATE form. The fix avoids deadlocks caused by the same row being accessed by more than one transaction. Deadlocks could still occur when multiple rows are inserted and updated simultaneously by different transactions in inconsistent order; those types of deadlocks require the standard error handling on the application side, of re-trying the transaction.
* An incorrect InnoDB assertion could cause the server to halt. This issue only affected debug builds. The assertion referenced the source file btr0pcur.ic and the variable cursor->pos_state.
* The handle_segfault() signal-handler code in mysqld could itself crash due to calling unsafe functions.
* ARCHIVE tables with NULL columns could cause server crashes or become corrupt under concurrent load.
* Enabling myisam_use_mmap could cause the server to crash.
* Concurrent access to ARCHIVE tables could cause corruption.