[lastbash-cvs] SF.net SVN: lastbash: [224] lastbash
Status: Beta
Brought to you by:
cstroie
From: <cs...@us...> - 2007-03-23 11:27:58
|
Revision: 224 http://lastbash.svn.sourceforge.net/lastbash/?rev=224&view=rev Author: cstroie Date: 2007-03-23 04:27:54 -0700 (Fri, 23 Mar 2007) Log Message: ----------- Prepared for 0.3.2 release. Modified Paths: -------------- lastbash/ChangeLog lastbash/README lastbash/lastbash.1 Modified: lastbash/ChangeLog =================================================================== --- lastbash/ChangeLog 2007-03-23 11:19:28 UTC (rev 223) +++ lastbash/ChangeLog 2007-03-23 11:27:54 UTC (rev 224) @@ -1,3 +1,17 @@ +v0.3.2 +* Show the external player status in LEDS area. +* Improved the player control and checking. +* Added support for mute and pause player commands. +* Disable local echo on normal operation. +* Use only GPL v2 (for the moment). +* Log the remote call commands. +* Disabled the read-based sleep function, fixing the key lock bug. +* Added experimental support of user input for station change. +* Added support for rxvt and screen title. +* Added experimental support for saving csv formatted history. +* Added experimental support for saving an HTML file displaying the + current track information. + v0.3.1 * Chech for data validity in command line. * Use getopts for parsing the command line parameters. Modified: lastbash/README =================================================================== --- lastbash/README 2007-03-23 11:19:28 UTC (rev 223) +++ lastbash/README 2007-03-23 11:27:54 UTC (rev 224) @@ -8,8 +8,10 @@ Basically, it is no more than a TUI frontend, written in Bash. It displays the information of the current playing track, keeps a history -of the played tracks and allows the user to perform some actions on the -current track, such as love, skip or ban. +of the played tracks and allows the user to select the desired station +and to perform some actions on the current track, such as love, skip or +ban. It can also create a html file containing the track information and +album cover. To listen to Last.fm, you can use any player capable of mp3 streaming (such as MPlayer, mpg123, XMMS and so on) by opening the M3U playlist @@ -23,7 +25,8 @@ Features ======== -LastBASH is a console player for Last.fm. Even beta, it is quite usable. +LastBASH is a console player for Last.fm. Even if it is beta version, it +is quite usable. Its purpose is to offer a simple interface to Last.fm services, to allow you to listen to the streams while you are working in console. Or, @@ -35,14 +38,17 @@ * retrieves the metadata of the current playing track and displays it (artist, album, track name, track duration) * keeps a history of last played tracks -* allows you to change the Last.fm station * allows you to control the Last.fm station, by issuing the 'love', 'skip' and 'ban' commands +* allows you to change the Last.fm station based on tags, group, + neighbours, recommendations, similar artists, fans or by directly + typing the full url * optionally, it can run a backend player (such as MPlayer or mpg123), which you can control through the same interface, or lets you choose any external player you wish (capable of playing mp3 streams), such as XMMS, Rhythmbox or even Amarok, if you feel to * remote control (send commands and station changing) +* creates a html file displaying the current track information * easy integration with web browsers Modified: lastbash/lastbash.1 =================================================================== --- lastbash/lastbash.1 2007-03-23 11:19:28 UTC (rev 223) +++ lastbash/lastbash.1 2007-03-23 11:27:54 UTC (rev 224) @@ -5,7 +5,7 @@ .\" .\" $Id$ .\" -.TH "lastbash" "1" "12 Dec 2006" "LastBASH" "Multimedia" +.TH "lastbash" "1" "23 Mar 2007" "LastBASH" "Multimedia" .SH "NAME" lastbash \- Console player for Last.fm .SH "SYNOPSIS" @@ -16,7 +16,8 @@ LastBASH tries to find its place among the other Last.fm players, filling this gap: the missing console player. .PP Basically, it is no more than a TUI frontend, written in Bash. -It displays the information of the current playing track, keeps a history of the played tracks and allows the user to perform some actions on the current track, such as love, skip or ban. +It displays the information of the current playing track, keeps a history of the played tracks and allows the user to select the desired station and to perform some actions on the current track, such as love, skip or ban. +It can also create a html file containing the track information and album cover. .SH "OPTIONS" .TP .B -a @@ -186,20 +187,20 @@ about:config .fi .PP -Right click and select New > String . As name type the next string and press OK. +Right click and select \fINew > String\fR. For \fBname\fR type the next string and press OK. .PP .nf network.protocol-handler.app.lastfm .fi .PP -As value type the full path to the LastBASH programs, something like this one. +For \fBvalue\fR type the full path to the LastBASH program, something like this one. .PP .nf /usr/bin/lastbash .fi .PP Now, go to Last.fm and click any \fIlastfm://\fR url. -This will launch a second instance of the program and pass to the first one the new station. +This will launch a second instance of the program, which will connect to the first one and will pass it the new station name. .SH "LAST.FM" This is shameless self-promotion, I know. You can find me on Last.fm as \fIcstroie\fR and, if you like this player and want to share your experience, you can join the \fILastBASH\fR group and tell others about it. @@ -214,5 +215,7 @@ .SH "SEE ALSO" LastBASH website at: <http://lastbash.sourceforge.net> .br +Author's profile at Last.fm: <http://www.last.fm/user/cstroie> +.br LastBASH group at Last.fm: <http://www.last.fm/group/LastBASH> .\" vim: set ft=nroff nowrap nu: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |