Relaaaaaax
Friday, October 14th, 2005Haw-Bin: “You need to relax? Why don’t you do yoga?”
Will: “Yoga? i’d rather do yogurt.”
Haw-Bin: “You need to relax? Why don’t you do yoga?”
Will: “Yoga? i’d rather do yogurt.”
Here’s a nautilus script that will allow you to enqueue/play all selected music files using Scripts from the right-click context menu. It should be placed in ~/.gnome2/nautilus-scripts/, chmod’ed 755.
#!/usr/bin/perl
# beep-playall.pl
use strict;
my @musicfiles;
foreach (@ARGV) {
push(@musicfiles, "\"$_\"");
}
@musicfiles = sort @musicfiles;
exec "beep-media-player –enqueue –play @musicfiles";
To enqueue only, delete –play.
I’ve been searching for a simple genealogy tool for recording family data. I thought GRAMPS might do the trick. Problem is, I kept having to start the same project over and over, to input the same data again and again as I moved from one physical computer to another. The solution was obvious: use a […]
Bad Behavior has blocked 523 access attempts in the last 7 days.