Fair enough.  I'll check the presentation and incorporate it.

gregor herrmann wrote:
> Package: randomplay
> Version: 0.49
> Severity: wishlist
> Tags: patch
> 
> I'd like to see the current weight of a song from previous ratings
> before deciding if I should press + or -.
> That's why I added the two lines below to randomplay; maybe you'd
> like to implement the small patch.
> 
> Regards, gregor
> 
> #v+
> 
> --- randomplay        2005-12-09 22:43:54.000000000 +0100
> +++ randomplay.weight 2006-02-03 22:10:39.000000000 +0100
> @@ -402,2 +402,4 @@
>      print "---------------------\n" . $song_info unless $quiet;
> +    my $weight = ($favorite{$_} ? $favorite{$_} : 0);       
> +    print "Weight: " . $weight ."\n" unless $quiet;        
>      my $pid;
> 
> #v-
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.15.200601212149
> Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
> 
> Versions of packages randomplay depends on:
> ii  libdate-calc-perl             5.4-4      Perl library for accessing dates
> ii  libmp3-info-perl              1.13-1     Perl MP3::Info - Manipulate / 
> fetc
> ii  libogg-vorbis-header-perl     0.03-1     perl interface to Ogg Vorbis 
> infor
> ii  libterm-readkey-perl          2.30-2     A perl module for simple 
> terminal 
> ii  perl                          5.8.7-10   Larry Wall's Practical 
> Extraction 
> 
> Versions of packages randomplay recommends:
> ii  mpg321                        0.2.10.3   A Free command-line mp3 player, 
> co
> ii  vorbis-tools                  1.1.1-3    several Ogg Vorbis tools
> 
> -- no debconf information
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to