Goggles Music Manager 0.9.8 (Default branch)


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

ImageGoggles Music Manager is a music collectionmanager and player that automatically categorizesOgg Vorbis, FLAC, MP3, MP4, ASF, and Musepackfiles based on genre, artist, album, and song. Itsupports gapless playback, features easy tagediting, and allows scrobbling tracks to last-fm.License: GNU General Public License (GPL)Changes:
Album art search was improved and now looks for JPG, GIF, PNG, and BMP files in the directory of the music file, giving higher priority to files found with the following names: cover, album, albumart, .folder, and folder. An issue where file names containing '#' couldn't be opened due to a change in xine 1.1.9 was fixed. Links to the last.fm signup page and goggles music manager group pages were added.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)