-
Adds force_mda option to the rc file. When set, any mail from anywhere to anywhere will instead be delived to the value of force_mda. It will also only be delivered locally, via the mda. This will let you have a very minimal mail set-up, which can ONLY handle local mail.
ie:
some@box $ cat /etc/esmtp
mda="procmail -d %T"
force_mda="some"
some@box $ echo "test" | sendmail...
2009-01-06 11:49:27 UTC in ESMTP MTA
-
Number one problem I've been having, is that I have 90 days of music to shuffle though, but there are particular songs I like. If I play song "A", then *random* song "B" plays next, and *random* song Z if I hit prev. Now, a day or two goes by, and I play song "A" or song "Z". The past 2 days of music now play again, since the shuffle list doesn't change. I recommend one of the following:
1...
2008-01-07 22:15:24 UTC in C* Music Player
-
File Added: NewCommand_win-delete.patch.
2008-01-03 21:24:14 UTC in C* Music Player
-
Adds a win-delete command. This command will delete the file from the disk in views 1-4 (instead of win-remove; which removes the file from the list). In view 5 (browser view) it will duplicate win-remove behaviour.
To apply the patch, get to root dir of project, and type: "patch -p1 < NewCommand_win-delete.patch". Then just do a "./configure && make && sudo make install".
It's almost...
2008-01-03 21:21:58 UTC in C* Music Player
-
My mp3's are in:
[www-chroot-jail]/data/music/.mp3
You download my mp3's via
"http://mydomain.com/downloadmusic.php?id=x"
downloadmusic.php is located in:
[www-chroot-jail]/www/pages/
Since downloadmusic.php ups a download counter every
hit, I use the following link for streaming (It also
let's me downsample the stream, and instead of a 10MB
file I stream a 1MB - 512Kb file...
2006-09-24 17:57:02 UTC in XSPF Web Music Player