Shell.FM is a lightweight and interactive console based player for
last.fm radio streams (e.g. lastfm://artistnames/someartist) featuring
proxy support and bookmarks saving.
from guillaume pinot (maintainer). with tweaks by giovanni bechis and jakemsr@
testing by many, thanks!
- greatly simplify type-mismatch-correcting patches. most of the
mismatches actually match on size and signedness, so only fix the
ones that don't match. tested to work on sparc64 by naddy@ a
while back.
- libmp4v2 is no longer part of this package
groups when dropping privilege. This fixes long-standing permission
problems when accessing music directory..
From Tobias Ulmer (MAINTAINER) on ports@, thanks!
ok jasper@
Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
to submit songs to last.fm from MPD.
based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
1.2 protocol, including "Now Playing' feature.
Items are submitted and stored in a queue. This queue is stored as a
file using Tie::File. When you submit a track, it will add the queue to
the track and process the queue. If it submits all items in the queue,
the submit() method will return true.
based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
- fix build on alpha by not comparing a va_list to NULL. problem
noticed and fix tested by merdely@.
- fix possible 100% cpu usage in full-duplex mode
- fix net client/server
- add @bin markers to PLIST
This package provides a couple of tools to cut and cat MP3 audio files
at the frame level.
* mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into
individual pieces (usually tracks)
* mp3cat concatenates the audio data from one or more MP3 files
* cddb2cue generates a cue file from a CDDB file
from Girish Venkatachalam
This module provides an interface for extracting data from CDDB-format
data files, as used by freedb. It does not read data from your CD, or
submit information to freedb.
from Girish Venkatachalam