Goggles Music Manager 0.9.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Goggles Music Manager 0.9.1 (Default branch)
# 1  
Old 01-29-2008
Goggles Music Manager 0.9.1 (Default branch)

Image Goggles Music Manager is a music collection manager and player that automatically categorizes Ogg Vorbis, FLAC, MP3, MP4, ASF, and Musepack files based on genre, artist, album, and song. It supports gapless playback and features easy tag editing. License: GNU General Public License (GPL) Changes:
The build script was updated to fix several configuration and build issues. An issue that made the application totally disappear in combination with the old remote was fixed along with an issue with the new remote not showing the title bar with some window managers. The application now also checks the proper sqlite version during runtime to prevent undesired behavior.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
lastfm(1)						      General Commands Manual							 lastfm(1)

NAME
lastfmsubmitd, lastfmsubmit - Last.fm submission daemon and helper SYNOPSIS
lastfmsubmitd [--debug] [--no-daemon] [--no-network] [--help] lastfmsubmit [--encoding ENC] [--artist ARTIST] [--title TITLE] [--length LEN] [--time STAMP] [--album ALBUM] [--mbid TRACKID] [--stdout] [--debug] [--quiet] [--help] DESCRIPTION
lastfmsubmitd uses the Last.fm protocol to send information about played songs to a submission server. If network connectivity is lost or lastfmsubmitd is shut down, any unsubmitted songs will be saved to disk. Song information is collected from one or more music players via a spool directory. All songs are submitted with the account information provided in the configuration file. lastfmsubmit is a helper program meant to be invoked by music players. It handles setting the timestamp, encoding data as UTF-8, serializ- ing it to send to lastfmsubmitd, and locking. OPTIONS
-d, --debug Log debugging information. -n, --no-daemon Do not fork into the background. -n, --no-network Do not attempt to connect to a server, but process submissions anyway. -e, --encoding Use a different encoding than the locale's default to read song information. -q, --quiet Silence any logging information that would normally be printed to stderr. -a, --artist Specify the song's artist name. Artist, title, and length are required for lastfmsubmitd to actually submit the song. -t, --title Specify the song's title. -l, --length Specify the song's length. -i, --time Specify the time at which the song was played, formatted in UTC as '%Y-%m-%d %H:%M:%S' (see strptime(3)). If not given, defaults to the current time. -b, --album Specify the song's album name. -m, --mbid Specify the song's MusicBrainz track ID. -o, --stdout Write the serialized song information to standard output instead of the spool. FILES
/var/spool/lastfm The directory where music players should write song information to be submitted by lastfmsubmitd. /etc/lastfmsubmitd.conf The configuration file. AUTHOR
Decklin Foster <decklin@red-bean.com>. lastfm(1)