Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* allow to build on DragonFly too, treat same as FreeBSD.
|
|
From Anon Ymous.
Bump PKGREVISION.
|
|
WAV files are now written with an 18 byte u-law and A-law fmt chunk. A document
on virtual I/O functionality was added. Two new methods were added in
sndfile.hh. A fix was made for a non-zero SSND offset values on AIFF. Minor bug
fixes and improvements were done.
|
|
problems.
|
|
|
|
|
|
|
|
Reverts qt3-libs dependency to runtime rather than just build.
Addresses PR#44701. Bump PKGREVISION.
|
|
|
|
|
|
* Update MASTER_SITES.
* Add some options.
Changelog:
V3.2.5 2009/01/24
=================
* minor compilation fixes from freebsd ports maintainer Roman Bogorodskiy
V3.2.4 2009/01/18
=================
* Fixed bug in buffering code when using SDL as audio output; this fixes
possible hickups in such cases.
* When changing back directories in the file browser, jump to the
position in the file list the user came from.
* Reduced number of warnings using newer g++ versions
V3.2.3 2006/08/05
=================
* Fixed parallel build bug, make -j now works
* Fixed typos in CharsetMap documentation
* Implemented screen resizing
* Fixed a race condition which caused 100% CPU consumption at the end of
each played song
V3.2.2 2006/01/29
=================
* Added support for audio playback using SDL (mixer is not supported (yet))
* Added Esound (Enlightened Sound Daemon) support
* Removed strict dependency on OSS support, now that there are alternatives
* Cleaned up code to allow compilation on MacOS X Tiger and Cygwin
* Fixed a couple of minor memory allocation bugs
* Fixed NAS playback (should work, but untested)
V3.2.1 2005/12/06
=================
* Made cursor follow the highlighted bar in playlist/filemanager, to aid
blind people
* Fixed a bug in mpegsound library that could cause mp3blaster to crash.
Thanks go to Serge van den Boom for reporting the problem.
|
|
|
|
xmms-cdread - plugin for xmms.
At the moment, the idea is to add /dev/cdrom to your playlist.
If you have multiple CDROM units (like a burner) you can add all
those devices to the playlist and it should work.
I know this exists already, but that's such an uugly hack I decided to
make my own version, which actually reads the audio data, and will also
not need the subdirectory trick to get the tracks into the playlist:
The tracks will be added and removed automatically as CDs are inserted
and removed.
It now has CDDB support, local database editing as well as server queries.
|
|
NAS Audio Plugin for XMMS
|
|
|
|
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
|
|
Spotted by Justin Sherrill while running bulk builds on DragonFly.
|
|
Set DIST_SUBDIR and regen checksum.
PR 44662 by Bug Hunting.
|
|
|
|
|
|
|
|
This GMPC plugin shows your music collection in albums, it's showing
album covers with the artist and album name under it.
You can also filter out specific artists or albums and set the
amount of albums per row.
|
|
|
|
The idea is to split this plugin in two separate plugins for both
websites. The sites used for this plugin are:
* Leo's Lyrics
* Lyrics tracker
|
|
|
|
A GMPC plugin that fetches cover art and artist images from last.fm.
|
|
|
|
|
|
Mdcover plugin is a for gmpc. It looks in the location where the
music file is located to collect metadata. It looks for:
* Cover art
* Artist Art
* Biography
* Album information
* Lyrics
|
|
|
|
The tagedit plugin for GMPC adds a editor panel for editing song
tags. With the plugin enabled, you are able to queue one or more
songs to the Tag editor from the playlist or song browser. You may
then enter the Tag editor panel and modify the tags of the queued
songs one by one or by groups. The changes are recorded when you
hit the Save button. If you made a mistake while editing tags, you
may discard the changes you made to one song or a group of songs.
|
|
|
|
|
|
Lyrics plugin for gmpc using lyrics.wikia.com as source.
|
|
ncmpc 0.18 - (09/22/2010)
* screen_song: show song range
* screen_artist: respect artist when adding albums
* po: added Italian translation
ncmpc 0.17 - (06/22/2010)
* screen_queue: fix range selection check on "shuffle"
* screen_browser: check for error before adding song to playlist
* po: added Brazilian Portuguese translation
ncmpc 0.16.1 - (01/17/2009)
* screen_queue: always update the list size
* screen_browser: fixed jump to playlist file
ncmpc 0.16 - (12/25/2009)
* using libmpdclient 2.0 instead of built-in libmpdclient
* require MPD 0.12
* allow multiple queued database updates
* reactivate incremental playlist changes
* optimize "add+play song" with addid/playid
* handle stderr messages from lyrics plugins
* search: eliminate duplicate results
* use the "idle" command to reduce CPU and network usage
* disable the status bar clock by default
* list_window: fix narrow cursor drawing
* screen_play: repaint after the "select-playing" command
* screen_text: start searching at window origin, not bottom
* strfsong: support multiple values for a tag
* screen_browser: different colors for directories and playlists
* screen_browser: display song duration
* screen_queue: move ranges with one single "move" command
* status_bar: fix display_remaining_time while seeking
* status_bar: display elapsed time event when total time is unknown
* charset: added support for zero-width characters
* colors: added support for 256 colors and text attributes
* compatibility fixes for GLib 2.12
|
|
|
|
0.20 (2011/01/03)
* require libmpdclient 2.2
* reactivate "search filename"
* MixRamp support
* support --format with "ls" and "listall"
* new command "clearerror"
* implement "current --wait"
* command "add": print the failed song
0.19 (2009/12/06)
* search: fix "mpc search any"
* idle: flush output after each idleloop iteration
* added command "sticker" (MPD 0.15)
* added command "replaygain" (MPD 0.16)
* implemented %position%, %id% for --format
* fixed bash completion
0.18 (2009/10/05)
* don't quote spaces in the "load" and "lstab"
* revert "disable character set conversion to/from pipe"
* don't use the deprecated "volume" command
* added option "update --wait"
* allow options before and after the command
* treat negative numbers as non-options
* using libmpdclient 2.0 instead of built-in libmpdclient
* don't print song numbers in the "playlist" command
* idle: added "mask" parameter
* added the "findadd" command
0.17 (2009/08/13)
* fixed busy loop while waiting for "idle" response
* added command "idleloop"
|
|
|
|
This is a library for interfacing Music Player Daemon (MPD).
|
|
ver 0.16.1 (2010/01/09)
* audio_check: fix parameter in prototype
* add void casts to suppress "result unused" warnings (clang)
* input:
- ffado: disable by default
* decoder:
- mad: work around build failure on Solaris
- resolve modplug vs. libsndfile cflags/headers conflict
* output:
- solaris: add missing parameter to open_cloexec() cal
- osx: fix up audio format first, then apply it to device
* player_thread: discard empty chunks while cross-fading
* player_thread: fix assertion failure due to early seek
* output_thread: fix double lock
|
|
|
|
|
|
ver 0.16 (2010/12/11)
* protocol:
- send song modification time to client
- added "update" idle event
- removed the deprecated "volume" command
- added the "findadd" command
- range support for "delete"
- "previous" really plays the previous song
- "addid" with negative position is deprecated
- "load" supports remote playlists (extm3u, pls, asx, xspf, lastfm://)
- allow changing replay gain mode on-the-fly
- omitting the range end is possible
- "update" checks if the path is malformed
* archive:
- iso: renamed plugin to "iso9660"
- zip: renamed plugin to "zzip"
* input:
- lastfm: obsolete plugin removed
- ffmpeg: new input plugin using libavformat's "avio" library
* tags:
- added tags "ArtistSort", "AlbumArtistSort"
- id3: revised "performer" tag support
- id3: support multiple values
- ape: MusicBrainz tags
- ape: support multiple values
* decoders:
- don't try a plugin twice (MIME type & suffix)
- don't fall back to "mad" unless no plugin matches
- ffmpeg: support multiple tags
- ffmpeg: convert metadata to generic format
- ffmpeg: implement the libavutil log callback
- sndfile: new decoder plugin based on libsndfile
- flac: moved CUE sheet support to a playlist plugin
- flac: support streams without STREAMINFO block
- mikmod: sample rate is configurable
- mpg123: new decoder plugin based on libmpg123
- sidplay: support sub-tunes
- sidplay: implemented songlength database
- sidplay: support seeking
- sidplay: play monaural SID tunes in mono
- sidplay: play mus, str, prg, x00 files
- wavpack: activate 32 bit support
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
* encoders:
- twolame: new encoder plugin based on libtwolame
- flac: new encoder plugin based on libFLAC
- wave: new encoder plugin for PCM WAV format
* output:
- recorder: new output plugin for recording radio streams
- alsa: don't recover on CANCEL
- alsa: fill period buffer with silence before draining
- openal: new output plugin
- pulse: announce "media.role=music"
- pulse: renamed context to "Music Player Daemon"
- pulse: connect to server on MPD startup, implement pause
- jack: require libjack 0.100
- jack: don't disconnect during pause
- jack: connect to server on MPD startup
- jack: added options "client_name", "server_name"
- jack: clear ring buffers before activating
- jack: renamed option "ports" to "destination_ports"
- jack: support more than two audio channels
- httpd: bind port when output is enabled
- httpd: added name/genre/website configuration
- httpd: implement "pause"
- httpd: bind_to_address support (including IPv6)
- oss: 24 bit support via OSS4
- win32: new output plugin for Windows Wave
- shout, httpd: more responsive to control commands
- wildcards allowed in audio_format configuration
- consistently lock audio output objects
* player:
- drain audio outputs at the end of the playlist
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin
- per-device software/hardware mixer setting
* commands:
- added new "status" line with more precise "elapsed time"
* update:
- automatically update the database with Linux inotify
- support .mpdignore files in the music directory
- sort songs by album name first, then disc/track number
- rescan after metadata_to_use change
* normalize: upgraded to AudioCompress 2.0
- automatically convert to 16 bit samples
* replay gain:
- reimplemented as a filter plugin
- fall back to track gain if album gain is unavailable
- optionally use hardware mixer to apply replay gain
- added mode "auto"
- parse replay gain from APE tags
* log unused/unknown block parameters
* removed the deprecated "error_file" option
* save state when stopped
* renamed option "--stdout" to "--stderr"
* removed options --create-db and --no-create-db
* state_file: save only if something has changed
* database: eliminated maximum line length
* log: redirect stdout/stderr to /dev/null if syslog is used
* set the close-on-exec flag on all file descriptors
* pcm_volume, pcm_mix: implemented 32 bit support
* support packed 24 bit samples
* CUE sheet support
* support for MixRamp tags
* obey $(sysconfdir) for default mpd.conf location
* build with large file support by default
* added test suite ("make check")
* require GLib 2.12
* added libwrap support
* make single mode 'sticky'
|
|
|
|
|
|
|
|
|
|
|
|
|