Semantic search

Jump to: navigation, search


Av-caster
From the project's README on 29 October 2021: AvCaster is built upon the JUCE framework, utilizing gStreamer as the media backend and libircclient as the chat backend. It is currently capable of recording to file or streaming to an RTMP server with screen capture (full-screen), webcam (full-screen or overlay), and audio (mono or stereo). It is moderately configurable, with preset configurations for streaming via popular servers such as livecoding.tv, and allows custom user-defined configurations to be stored as additional presets. This initial target is GNU/Linux, but it has been designed for portability and includes starter projects for AndroidStudio, CodeBlocks, VisualStudio, and xCode IDEs.
BoPHP
BoPHP is a Web interface for Boss Ogg. It plays Ogg Vorbis, MP3, and Flac files, and transparently uses SQLite as a database backend. Its artist/album/song scheme is particularly useful for large collections. It has a powerful import system based on filename and/or tags, and uses libao for output. The package currently supports OSS, Alsa, esd, arts, and others. Clients communicate via a powerful XML-RPC interface. Queue size is unlimited, and users can select what happens to the queue when it's empty or finished.
Bongo
Bongo is a flexible and usable buffer-oriented media player for GNU Emacs.
BurnCDDA
'burnCDDA' is a console frontend to cdrdao, cdrecord, mpg123, oggdec, mppdec, normalize, and mp3_check. It can be used to create audio CDs from an M3U playlist (the playlist format of XMMS). It supports MP3, OGG Vorbis, Musepack, and WAV files, and it might be the easiest way to copy an audio CD.
Cantus
'Cantus' is a tool for tagging and renaming MP3 and OGG/Vorbis files. Its features include mass tagging and renaming of MP3s, the ability to generate a tag out of the filename, filter definitions for renaming, recursive actions, CDDB (Freedb) lookup (no CD needed), the ability to copy between ID3V1 and ID3V2 tags, and more.
Cmus
cmus (C* Music Player) is a small, fast and powerful console audio player for Unix-like operating systems. It supports almost all common file formats, SHOUTcast/Icecast streaming, and multiple output plugins. cmus features multiple media library views, a playqueue, a directory browser, powerful filters, and vi-style search and keybindings. The text-only design reduces the resources needed to run the program, making it a strong choice for older or less-powerful computers as well as systems where a graphical environment is not available.
Cool Mic
From homepage: Cool Mic is a broadcasting tool. It broadcasts/livestreams audio from your Android device to any Icecast server using the audio formats Ogg/Opus and Ogg/Vorbis. It has many features and an easy to use interface.
Crip
'crip' is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC/MP3 files under UNIX or GNU/Linux. It is well-suited for someone seeking to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle and yet still have flexibility and full control over everything. Current versions of crip support only Ogg Vorbis and FLAC; if you want to make MP3 files you must use crip-1.0.
DeaDBeeF
DeaDBeeF (as in 0xDEADBEEF) is a graphical, yet lightweight audio player.
Dirogg
dirogg is a script to migrate your entire music collection to the Ogg Vorbis format. It's a recursive script, meaning that you run it from the top level of your music directories, and it will automatically recurse and convert all MP3 files to Ogg.
Dtas
Command-line tools for audio playback, processing, and whatever else related to audio. dtas follows the worse-is-better philosophy and acts as duct tape to combine existing command-line tools for flexibility and ease-of-development. dtas is currently implemented in Ruby (and some embedded shell), but may use other languages in the future. Currently, primarily wraps sox commands but may also use ecasound (or any command-line driven audio processing tools).
EasyTAG
EasyTAG is an utility for viewing, editing, and writing tags for your MP3, MP2, Ogg Vorbis, and FLAC files using a nice simple GTK+ user interface. Features include (among others):
  • view, edit, write MP3, MP2, FLAC and Ogg Vorbis tags
  • can edit more tag fields : Title, Artist, Album, Disc Album, Year, Track Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL and Encoder name
  • auto tagging: parse filename and directory to automatically complete the fields (using masks)
  • ability to rename files and directories from the tag (using masks) or by loading a text file
  • process selected files of the selected directory
  • ability to browse subdirectories
  • recursion for tagging, removing, renaming, saving, etc.
  • can set a field (artist, title, …) to all other selected files
  • read file header information (bitrate, time, …) and display them
  • auto completion of the date if a partial is entered
  • undo and redo last changes
  • can process fields of tag and file name (convert letters into uppercase, lowercase, ...)
  • ability to open a directory or a file with an external program
  • a tree based browser or a view by Artist & Album
  • a list to select files
  • a playlist generator window
  • a file searching window
  • simple and explicit interface
  • optional Nautilus extension
  • Brazilian Portuguese, Bulgarian, Chinese, Czech, Danish, Dutch, French, German, Greek, Hungarian, Italian, Japanese, Polish, Romanian, Russian, Spanish, Swedish and Ukrainian translation languages
Emms Heckert gnu.tiny.png
EMMS is the Emacs Multimedia System. It is a small front-end which can control one of the supported external players. Thus, it supports whatever formats are supported by your music player. It also supports tagging and playlist management, all behind a clean and light user interface. The latest version is available via GNU ELPA. To install this package, run in Emacs: M-x package-install RET emms RET
Exaile
Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It incorporates many of the features from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed). In addition, it includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm.
Ezstream
Ezstream is a command line source client for the Icecast media streaming server. It can stream Ogg Vorbis and MP3 audio, as well as Ogg Theora video, either "as-is"; without reencoding (which uses very little CPU time) or it can use external decoders and encoders to convert virtually any media format into one of the supported streaming formats. Ezstream supports metadata, streaming from standard input, playlists, and external playlist scripts or programs, and more.
Ffem
Media is an Emacs front-end for command line media players. This major mode currently supports only mplayer.
Ffmpeg
FFmpeg is a complete solution to record, convert and stream audio and video. Its components include:
  • ffmpeg – Converts one video file format to another and supports grabbing and encoding in real time from a TV card.
  • ffserver – HTTP (RTSP is being developed) multimedia streaming server for live broadcasts that supports time shifting.
  • ffplay – simple media player based on SDL and the ffmpeg libraries
  • ffprobe – a media file prober
  • libavcodec – library containing all FFmpeg audio/video encoders and decoders (most developed from scratch for best performances and high reusability)
  • libavfilter – video and audio filtering library
  • libavformat – library of parsers and generators for all common audio/video formats
  • libavutil – utility library containing functions used by all FFmpeg components
  • libswscale – video scaler and pixel format converter
  • libswresample – audio resampler and sample format converter
  • libpostproc – video post-processing library
Ffmpeg-broadcaster
this project contains two analogous shell scripts for broadcasting live any of desktop screen capture, webcam, audio, static images, text overlay through RTMP/flash/wowza servers such as livecoding.tv and concertwindow.com ffmpeg implementation - full-featured and works quite well gstreamer implementetion - work in progress
Flac2ogg
This is a candidate for deletion: Links broken. No links to page. Email to maintainer broken. Poppy-one (talk) 13:27, 30 July 2018 (EDT) 'flac2ogg' converts FLAC or shorten files to Ogg Vorbis. It retains the FLAC tags as well.
Furnace
The biggest multi-system chiptune tracker ever made! Emulates the audio chips of several classic pieces of hardware and brings them into an easy to use tracker interface!
Garlic-player
The garlic player is a SMIL compatible media player software for digital signage. It displays different digital signage content, such as images, videos, and interactive applications, on a screen. The garlic-player can be used and administrated locally or remote via Internet.
GetID3
'getID3()' is a PHP script that extracts useful information from MP3s and other multimedia file formats. It can extract information like the play time, bitrate, and resolution from almost 40 different file formats. It can also parse information from ID3v1, ID3v2, Ogg Vorbis, Lyrics3 v1 & v2, RIFF (AVI, WAV, CDA, CART, BWF), APE, ReplayGain, PNG, and GIF tags, and can write ID3v1, ID3v2, APE2, FLAC, and Ogg Vorbis tags.
Gimmix
Gimmix is a light-weight frontend to music player daemon written in C using GTK+2. Gimmix has the following features:
  • Simple and clean interface.
  • Compact and full view modes.
  • Library Browser.
  • Library Search (Search by Artist, Album, Filename etc)
  • Playlist management (manage mpd playlists)
  • ID3v2 Tag editing support.
  • Support for controlling gimmix through keyboard
  • System tray icon support.
  • Notification support (Displays the currently playing song in systray).
  • Small memory footprint.
Gina
Gina is a modified version of the Zina MP3 streamer/jukebox. It takes a collection of MP3s stored in a genre/artist/album/song format and creates a full-featured Web interface. It has been tested on Apache 2.0.47, PHP 4.3.1, and MySQL 4.0.13. Its features include streaming or downloading of MP3/Ogg files, album cover support and artist picture support, the ability to download albums as a ZIP file, random playing of songs from specified genres, "featured" (random) albums on the main page, and playlist support.
Gmusicbrowser
gmusicbrowser is a jukebox for large collections of MP3 and Ogg files. It is fast, even with tens of thousands of songs, has easy access to related songs (same artist/album/title), supports multiple genres per song, ratings, and customisable flags. It has a powerful browser window with filter history, dynamic filters with unlimited nesting of conditions, mass-tagging, and more.
Gnome Simple Stateful Music Player
Gnome Simple Stateful Music Player is a small, simple music player that keeps out of your way whenever possible. It remembers what you were playing when you exited, and continues in the same place the next time you start. It doesn't build a database of your audio tracks: instead it works with your files and directories directly.
Gnomoradio
The Gnomoradio project is creating an online network where artists can promote and share their music freely and willingly. By eliminating many of the exclusionary tactics of the mainstream music industry, musicians now have a chance to interact directly with their listeners and receive valuable exposure.
Gnufm Heckert gnu.tiny.png
GNU FM is a piece of software you can install on your own web server, to run a music community site, similar to Libre.fm or Last.fm. You can use it for your family, your business, your band, or just for yourself.
Gnump3d Heckert gnu.tiny.png
GNUMP3d is a small, portable, and robust server for streaming MP3s, OGGs, and other audio files. It presents a simple and attractive interface to Web browsers, which allows you to navigate through your music collection. Individual files may be streamed, as can whole directory trees. Other features include the ability to see your most popular tracks, and to search your collection for songs.
Goggles Music Manager
Goggles Music Manager is a music collection manager and player that automatically categorizes MP3, Ogg Vorbis, FLAC, and Musepack files based on genre, artist, album, and song. There is no need to create playlists of any kind. Just select one or more artists and albums to start playing your music.
Herrie
Herrie is a command line music player. It has a split-screen file manager and playlist interface and supports a number of file formats (MP3, Ogg Vorbis, wave, FLAC, etc). It also has some nice features, including a chroot() function for untrusted setups (remote logins, parties, etc). AudioScrobbler is also implemented using Curl.
Icecast
Icecast is a streaming media server which currently supports WebM and Ogg streaming including the Opus, Vorbis and Theora codecs. Also Icecast can handle other streams like MP3/AAC/NSV in legacy mode, but this is not officially supported. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for communication and interaction. Icecast was first released in 1999 as an alternative to proprietary and patent-encumbered streaming audio technologies of the day, which included both RealAudio and Shoutcast. Later, Icecast 2 brought improved metadata support, compatibility with Shoutcast clients, and more advanced configuration options, which were features that lead to widespread adoption in the internet radio community.
Icegenerator
IceGenerator is a direct stream generator for Icecast/Shoutcast servers. It streams MP3s to an Icecast server without resampling, which saves CPU. Its main features are support for many playlist format (directories, MySQL tables, etc.), metadata information, and a telnet interface for commands. It runs as a daemon; its main use is for radio automation (i.e., you can run it through cron).
JOggPlayer
jOggplayer is a platform-independant, graphical Ogg Vorbis player developed using Java. It features the usual basics needed to enjoy your files, including playing files from your hard drive or streaming from an URL, individual file play or multiple file looping play, sequential or random play, volume control that goes to 11, a visual song progress indicator, etc. The latest version includes the ability to drag and drop songs, a favorites list, and auto updating.
JOrbis
JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCM.
  • JOrbis is in pure JavaTM.
  • JOrbis will run on JDK1.0.* or higher.
  • JOrbis is under LGPL.
  • JOrbisPlayer can play Ogg Vorbis live streams on UDP broadcast packets from JRoar.
  • JOrbis includes very simple pure Java Ogg Vorbis comment editor, JOrbisComment.
Jjmpeg
jjmpeg is a hand-rolled object-oriented native Java binding for a number libraries in FFmpeg together with some re-usable high level components that make reading and writing media files trivial. The various C structures are represented directly by garbage collectable Java objects and native accessors. Functions take native objects directly simplifying the internal Java-side scaffolding.
K-Yamo
K-Yamo is an MP3 and Ogg Vorbis tagger with ID3v2 support. It can store ID3v1, ID3v2.3, or ID3v2.4 tags. It also stores pictures in the tags. K-Yamo supports multi-file editing. It can guess tags out of filenames, and fetches the missing parts from musicbrainz. It also cleans up your files into a structured filesystem tree which makes use of the tags in the files. Finally, it is a CD ripper with FreeDB support. A MySQL database can optionally be used for tagging.
Kodi
Kodi (formerly known as XBMC) is an award-winning media player and entertainment hub, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.
Kwavencoder
* 'kwavencoder' renamed to 'audiokonverter' 'kwavencoder' is a small utility to easily generate an Ogg, MP3, or FLAC out of a WAV file in Konqueror by right-clicking on it. The reverse is also possible. The package consists of various shell scripts and some Konqueror service menus.
Libav
Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. This package contains the avplay multimedia player, the avserver streaming server, the avconv audio and video encoder, and the avprobe stream analyzer. They support most existing file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3, DV...). Additionally, it contains the qt-faststart utility which rearranges Quicktime files to facilitate network streaming. This package also serves as a replacement for the former 'ffmpeg' package.
Libextractor Heckert gnu.tiny.png
'libextractor' extracts meta-data from files of arbitrary type. It uses helper-libraries to perform the actual extraction, and is trivially extendable by linking against external extractors for additional file types. Its goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. 'libextractor' includes the command "extract" that can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, OLE2 (doc, xls, ppt), StarOffice, OpenOffice, MAN, DVI, MP3 (ID3v1, ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, Real, QT, MPEG, RIFF (AVI), ASF, and ELF. It also detects various MIME types, and can compute hash functions (SHA-1, MD5, ripemd160). A Java binding (JNI) is available.
Libshout
'libshout' allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details.
MediaCrush
MediaCrush is a media sharing server and Web service. You can upload images, sound and videos in convenient ways. Many free clients are available for it, as well as browser add-ons.
Mod musicindex
'mod_musicindex' is an Apache module aimed at being a C implementation of the Perl module Apache::MP3. It allows nice displaying of directories containing MP3 or Ogg Vorbis/FLAC files, including sorting them on various fields, streaming/downloading them, constructing playlists, and searching.
Moovida
Formerly known as Elisa, The Free Media Center, Moovida is a project to create a media center solution for GNU/Linux operating systems. Elisa runs on top of the GStreamer multimedia framework. In addition to personal video recorder functionality (PVR) and Music Jukebox support, Moovida also interoperates with devices following the DLNA standard, like Intel's ViiV systems.
Mp32ogg
This is a candidate for deletion: broken links, can't find source code elsewhere, not archived, author said to remove from directory in an email reply. Danm (talk) 14:01, 10 November 2017 (EST) Perl script which converts MP3 files into Ogg Vorbis format by reading the ID3 tags from MP3 files, correctly tagging the Ogg files, optionally renaming them based on those tags, and deleting the originals.
Mp3cd
'mp3cd' normalizes and burns MP3, OGG, and WAV files to audio CDs, implementing the suggested conversion, sanitization, and burning method outlined in the GNU/Linux MP3 CD Burning mini-HOWTO.
Mp3splt
'mp3splt' splits MP3 and Ogg files at specified times without decoding and re-encoding. It's useful for splitting large mp3/ogg to make smaller files or for splitting entire albums to obtain original tracks. You can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files. It also supports also automatic silence split which can be used also to adjust cddb/cue splitpoints.
Mpd
Music Player Daemon (MPD) is a server that allows remote access for playing music (MP3, Ogg Vorbis, and Flac) and managing playlists. The design focus is on integrating a computer into a stereo system that provides control for music playback over a local network. Currently, it includes a Web interface (phpMp), a GTK frontend (gtk2mp), a command line tool (mpc), and a dock app(WMmp). Its goals are ease of installation and use, minimal resource requirements, and stability and flexibility.
Mpd-monitor
`mpd-monitor` is a bash script which displays the properties of an audio stream as played by Music Player Daemon (mpd). Besides the common mpd meta values of the current stream, like title, artist and source (url), it displays the detailed audio properties of the source stream or file, the way mpd interprets it, and the way the stream is handled by alsa (and thereforehanded over to the DAC). It can be used as a real life bit-perfectness monitor.
Mpv
mpv is a general-purpose audio and video player. It is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. Changes from mplayer2 to mpv include:
  • Removal of lots of unneeded code to encourage developer activity
  • Better OSD rendering
  • Cleaned up terminal output * Improved OpenGL output
  • Encoding functionality (replacement for mencoder)
  • Wayland support
  • Support for playing URLs of popular streaming sites
  • Screenshot improvements...
Multi-Threaded DAAP Daemon
Multi-Threaded DAAP Daemon is used for sharing MP3 files with clients using daap. It includes support for static playlists (.m3u files), dynamic playlists using a script-like language, Web-based administration, and built-in mDNS (rendezvous) advertising using Apple's ASPL mDNS responder.
Mumble
Mumble is a voice chat program. There are two modules in Mumble: the client (Mumble) and the server (Murmur). It provides encrypted, low-latency voice chat. Supports group conferences, for talking amongst friends: has a mute/deafen feature, also supports textchat. A suitable free software replacement for Google Hangout, Skype, Ventrillo, TeamSpeak and many more.
Mussort
Mussort is a simple music sorting program. It sorts your music (OGG Vorbis/MP3) collection into directories by artist and album, and renames the files themselves.
Mybashburn
MyBashBurn can burn data Cd's, music Cd's, multisession Cd's. It can burn and create ISO files. It can burn bin/cue files, create mp3s, oggs and flac files. Supports burning DVD-images and data DVDs, and other funny options. Also makes use of advanced and extensive regular expressions for the control of the capabilities of backend applications to burn and create audio files. MyBashBurn depends on cdrecord and other backend applications, so basically if your writing device works with it, MyBashBurn will work flawlessly. mybashburn basically, it is no more than a Terminal User Interface (TUI) frontend based of the CD burning shell script called BashBurn for GNU/Linux; this originally does not have the best eye-candy CD-burning UI, nevertheless, MyBashBurn uses dialog boxes/functions which draws (using ncurses) windows onto the screen. MyBashBurn dialog boxes offer good functionality, and has very good capabilities of automatically finding dependencies and auto detecting devices CD/DVD RW. In short, do not reinvent the wheel - just let MyBashBurn do what you want it to do.
MythTV
MythTV is a GPL licensed suite of programs that allow you to build the mythical home media convergence box on your own using free software and operating systems. MythTV has a number of capabilities. The television portion allows you to do the following:
  • You may pause, fast-forward and rewind live Television.
  • You may install multiple video capture cards to record more than one program at a time.
  • You can have multiple servers, each with multiple capture cards in them. All servers are centrally managed and all programs are scheduled by the Master backend.
  • You can have multiple clients (called "frontends" in MythTV parlance), each with a common view of all available programs. Any client can watch any program that was recorded by any of the servers. Clients can be diskless and controlled entirely by a remote control.
  • You may use any combination of standard analog capture card, MPEG-2, MJPEG, DVB or HDTV capture devices. With appropriate hardware, MythTV can control set top boxes, often found in digital cable and satellite TV systems.
  • Program Guide Data in North America is downloaded from Zap2It.com, a subsidiary of Tribune Media Services. This free service is called DataDirect, and provides MythTV almost two weeks of scheduling information. Program Guide Data in other countries is obtained using XMLTV. MythTV uses this information to create a schedule that maximizes the number of programs that can be recorded if you don't have enough tuners.
Other modules in MythTV include:
  • MythArchive - create and burn DVD's from MythTV - binary file
  • MythBrowser - A web browser for MythTV
  • MythGallery - Image gallery/slideshow add-on module for MythTV
  • Mythgame - Emulator & PC Game frontend module for MythTV
  • MythMusic - Music add-on module for MythTV
  • MythNetvision - A Internet Video Player plugin for MythTV
  • MythNews - An RSS feed news reader module for MythTV
  • MythWeather - Weather add-on module for MythTV
  • MythWeb, which allows you to control your MythTV system using a web browser. With MythWeb, you can schedule recordings, delete files, change keybindings and more. With proper security, you may even schedule a program over the Internet and have it immediately acted on by the scheduler.
  • MythPhone, phone and videophone using SIP.
Namefix.pl
'namefix.pl' makes formatting the file names of media files very easy and quick. By default, it will only rename the following media types: mp3, mpc, mpg, avi, asf, wmf, ogg, ogm, jpg
Ncmpc
ncmpc is a fully featured MPD client, which runs in a terminal (using ncurses). Its goal is to provide a keyboard oriented and consistent interface to MPD, without wasting resources. Features: full Unicode and wide character support music database browser, database search, media library audio output configuration lyrics LIRC support customizable key bindings and colors tiny memory footprint, smaller than any other interactive MPD client playlist editor
Ncmpcpp
The NCurses Music Player Client (Plus Plus) is a featureful ncurses based MPD client inspired by ncmpc. It provide features like a tag editor, a playlist editor, a easy to use search engine, a media library, a music visualizer and the ability to fetch artist info from last.fm. It is Free Software licensed under the GNU GPLv2 (or later).
Nogger
Small, lightweight Ogg Vorbis player using GTK 2
Ogg Vorbis
Ogg vorbis is a fully open, non-proprietary, patent and royalty free compressed audio format for high quality (44.1-48.0kHz, 16+ bit, polyphonic) audio and music and fixed and variable bitrates from 16 to 128 kbps/channel. This puts Vorbis in the same class as audio representations including MPEG-1, audio layer 3, MPEG-s audio (AAC and TwinVQ) and PAC. Vorbis can both encode and decode as a single pass, real-time stream, and requires roughly the same encoding and decoding power as mp3. We anticipate that it will get faster as time goes on. Ogg vorbis uses the Ogg bitstream format; the correct extension is .ogg. Ogg vorbis was created because mp3 is not truly free: MPEG consortium members claim you cannot create an mp3 encoder without infringing on their patents.
OggEnc
* OggEnc is now part of 'Vorbis-tools'. OggEnc is a flexible and fully featured command line encoder for the Ogg Vorbis format. It is the official command line encoder for Ogg Vorbis, a high quality audio codec from xiph.org.
OpenKJ
Open source cross-platform karaoke hosting software targeted at professional karaoke DJs
Opmuse
A web application to play, organize and share your music library.
POE
Poe is a Vorbis comment editor. It tries to follow the Vorbis comment header specification closely, while being convenient and flexible to use. Therefore, it doesn't have a static 'form' style interface; instead, it has an editable table of comments. The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing. Other features include the ability to have multiple Artist, Performer, and Genre fields; a flexible choice of comment fields to edit; and the ability to edit of all the comment fields in a file, not just the ones Poe is aware of.
Paraslash
The paraslash package contains server and client software for network audio streaming and stand-alone utilities for decoding and playing audio files.
PhpMp
'phpMp' (PHP Music Player) is a Web interface for Music Player Daemon (MPD) written in PHP. It's an uncluttered, easy-to-use method of playing music on a remote computer. It is great for offices and home entertainment centers.
Pitchfork
pitchfork is a Web interface to MPD. It provides list-style browsing and searching of the library. It allows the user to adjust the volume and position, crop and remove songs from the playlist, move multiple items at once, and change server settings (random/repeat/xfade/outputs/update DB). It also provides a quick add function and supports album art and lyrics.
Plait
Plait (pronounced "play") is a new way to find and play music from the command line. It understands brief, easy to type queries that pick a single song, mix queries that combine works from multiple artists, and stream queries that find Shoutcast radio streams. A variety of filters are available to pick just the music you want. In order to actually play the music it finds, Plait hands off a play list to one of the supported music players.
Pragha
Pragha is is a lightweight GTK+ music manager that aims to be fast, bloat-free, and light on memory consumption. Some of the features are:
  • Library management using SQLlite 3
  • Multiple views
  • OSD support with Libnotify
  • Tag Editing
  • Last.fm submission
  • Playlist management (M3U Exporting)
  • DBUS management interface
Prokyon3
prokyon3 is a multithreaded music manager and tag editor. It can access MP3, Ogg, and FLAC files on hard disk, CDROM, SMB, and NFS. Files can be played using XMMS or other players. The file view is customizable and favorite artists are supported. prokyon3 also offers an editor for ID3 and Ogg tags and has been designed to support tagging large quantities of files.
Pucko
Pucko is an ncurses music player that currently supports the MikMod MOD MOD, Timidity MIDI, Ogg Vorbis, and MP3 formats.
Pyao
'pyao' is a set of Python bindings for Xiph.org's libao, a cross-platform audio output library.
QueryXmms
Query Xmms (qxmms) is a small command line application that queries XMMS about what it is currently doing. It is useful for writing scripts that react to the status of XMMS.
Quod Libet
Quod Libet is a music player with flexible library management. Ex Falso is a library manager for users who prefer their existing music player. Rather than categorize songs only by genre, artist, and album, Quod Libet lets you sort, search and display them however you want. Additionally it supports editing music tags and metadata. It supports regular searches, regular expression searches, automatic tagging via MusicBrainz and CDDB, tag editing, album cover display, ReplayGain, multimedia keys, an OSD, and plugin support for extra functionality. Ex Falso provides the same features for library management.
Ripit
'ripit' is a program for ripping, encoding, and tagging MP3s, and needs no user intervention. It is a wrapper for lame, flac, oggvorbis, dagrab, cdparanoia, and others.
Rockbox
Rockbox is free software replacement firmware for various digital music players. It also runs on top of various operating systems (GNU/Linux, Android) but that is experimental.
Shn2make
'shn2make' works with shn audio files and the make program to automate burning CD-Rs and encoding mp3 and ogg files. It looks for an .nfo or .txt file, attempts to interpret the song names, CD listing (and other things according to the most common .nfo file formats), checks MD5 checksums, and, if everything makes sense, outputs the text of a Makefile. The output Makefile fully automates the processing of the set of shn files.
SnackAmp
'SnackAmp' is a multi-platform audio file and streaming music (MP3,Ogg, wav, etc.) player and file organizer suitable for very large music collections. An integrated Web server lets users remote control the client and serve a music collection as streaming audio.
SoundConverter
A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
TagLib
'TagLib' is a library for reading and editing the metadata of several popular audio formats. It supports ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags, and Vorbis comments in FLAC files. Tests have shown it to be 6 times faster than id3lib and 3 times faster than libvorbisfile at reading tags (CPU time). It supports Unicode. TagLib offers an abstraction layer that makes it easy to ignore the differences between the different file formats and their implementations. It uses KDE-style programming conventions and C++ by default, but it does not link to either Qt or Glib (it has no external dependancies at all) and does provide Glib-style C bindings (currently for the generic API only).
Tagstoo
Tag folders and files (including multimedia) by dragging the tags on them, you can create tags of various shapes and colors for a more intuitive classification. Precise search possibilities, with various input fields, allowing to add all the necessary tags that you want. For example, in one field you can add the tags cat' and 'white' and in another field you can add the tags 'dog' and 'brown', so the search result will return all white cats and brown dogs. Another more abstract example to show the available searches can be: Searh under folders that have (tag50) or (tag51 + tag52) files that have (tag1 + tag2 + tag7 + tag8) or (tag1 + tag2 + tag6 + tag9) but don't have (tag10) and (tag11). Multimedia files preview in both explorer and searcher results cards. The cover images of epubs also are shown. For images both system's default image viewer and program's new internal viewer can be launched alternatively. Usual file management actions by dragging and dropping or pressing buttons; copy, move, delete, rename. And undo button. It's possible to export/import the tagging data to a file, so data is available in any computer. Features: - Tag Folders and files easily by dragging and dropping tags created from a variety of shapes. - No installation required. Compatible with Windows, GNU/Linux and Mac OS. - Export/import data to a file. - Possible to build up very specific searches. - Various Viewmodes; from lists to cards of different sizes to preview folders and files. - Multimedia file preview in explorer/searcher. Also Epubs. - Integrated image viewer that can be launched alternatively to the system's default viewer. - Tags positions are interchangeable. - If you want a less jazzy interface you have the option to choose a 'grayscale' mode.
Tangerine
Tangerine is a music server. It uses DAAP, the same protocol iTunes uses for sharing. Features include automatic music discovery through Beagle and an easy-to-use configuration tool.
VLC media player
VLC (initially VideoLAN Client) is a highly portable multimedia player for various audio and video formats (MPEG-2, MPEG-4, H.264, DivX, WebM, WMV, MP3, Ogg, as well as numerous others) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
Vlorb
vlorb is a high quality Audio CD-to-Ogg Vorbis audio file ripper and encoder. It features CDDB support, VorbisGain support, easy configuration, and flexibility.
Vorbistools
Vorbistools is a set of tools for use with Ogg Vorbis. The package includes oggenc, the official Ogg Vorbis encoder; oggdec, a simple decoder; ogg123, an Ogg Vorbis player; ogginfo, which gives info about Ogg files and does validity checking; vcut, which cuts Ogg files; and vorbiscomment, which edits Ogg ocmments.
Vorbix
Vorbix is a graphical front-end for the Ogg Vorbis tools. It features multiple file comment tag editing, encoding & decoding (to and from WAV), as well as being able to copy selected tags to all files, delete all tags, convert the case of words, create tags from filenames, and rename files based on tag values.
Xmms
xmms is a free, GUI based mp3 player that includes the following features:
  • can seek in files
  • shuffle and repeat play
  • fast jump in playlist
  • inclusion of playlist editor, spectrum analyzer and oscilloscope
  • a one line mode
  • timer elapsed/timer remaining
  • streaming/Shoutcast (1.0 or 1.1)/Icecast support
  • Gnome/Afterstep/WindowMaker dock app
  • GTK Interface for requesters (with theme support)
  • scroll wheel support
  • save to wav option
  • can save http streams to the hard drive
Currently XMMS plays MPEG layer 1/2/3, Ogg Vorbis, WAVx, all formats supported by libmikmod, and CD audio. XMMS has a plugin system for Input/Output/Effects etc, and through plugins it can play more sound formats such as AAC, AHX, Future Composer, SID etc.
Xmms-shell
XMMS-Shell provides a simple command line interface for controlling XMMS. It adds a few important basic function slike volume control and the baility to easily manipulate a playlist. You can use either the readline-enhanced interactive mode or simply specify commands from the command line (useful for shell scripts or quick manipulation)
Xmms-syncup
'xmms-syncup' is a plugin for the XMMS music player that synchronizes the audio output of client players to a single server. It is useful for environments (ie dorms, houses, or workplaces) where multiple networked computers have independently driven speakers.
Xmmsctrl
'xmmsctrl' is a small xmms control program, meant to bind keys in a window manager to control xmms in an efficient way. Commands can be customized with a shell script, e.g.: if xmmsctrl playing; then xmmsctrl pause; else xmmsctrl play; fi.
Zinf
Zinf is an extensible, cross-platform audio player formerly known as Free Amp. As per the zinf web site "Zinf is based on the FreeAmp source code. However, AMP is a trademark of PlayMedia Systems, Inc., and therefore the original name of the project cannot be used any longer. On this website the old project will be referred to as FreeA*p." Zinf features an optimized version of the GPLed Xing MPEG decoder, a powerful music browser and playlist editor, and a built in download manager which supports downloading files from sites using the RMP (RealJukebox) download process, and a number of the most common features users have come to expect in a clean, easy to use interface, including:
  • Plays all MPEG 1, MPEG 2, and MPEG 2.5 encoded files
  • Support for Xing's Variable Bitrate Encoding Technology.
  • Ability to play songs over the Internet through either HTTP unicast streaming (ShoutCast), or RTP multicast streaming (Obsequiem).
  • Supports IceCast style title streaming.
  • Can save ShoutCast and IceCast streams locally to your computer for offline listening.
  • User defined prebuffering for slower machines.
The GNU/Linux version has these additional features:
  • Enlightened Sound Daemon support
  • Additional ncurses and command line user interfaces
Zomg
ZOMG is a console-based Libre.fm client written in Z-Shell. It can submit the music tracks you play to libre.fm via the Audioscrobbler protocol, and it can play libre.fm radio stations.
Zrythm
Zrythm is a digital audio workstation designed to be featureful and easy to use. It allows limitless automation, supports LV2 plugins, works with the JACK audio backend, provides chord assistance and can be used in English, French, Portuguese, Japanese and German. It is written in C using the GTK+3 toolkit, can be extended with GNU Guile, and runs on GNU/Linux, FreeBSD, MacOS and Windows.


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.