(Only the first 10 of 46 ports in this commit are shown above. )
SlimServer has been superseded by SqueezeCenter for over a year and the
audio/slimserver port has been marked as DEPRECATED for over eight
months. Remove all SlimServer related ports.
I was unable to contact the maintainer of slimserver-lastfm and
slimserver-slimscrobbler, but they have received no updates since
late 2006.
The other slimserver-* ports were maintained by tdb who approved their
removal (and who maintains squeezecenter-* couterparts for most of
them.)
Prodded by: erwin
Approved by: tdb (maintainer), <silence>
(Only the first 10 of 345 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Add slimserver-trackstat:
This is a statistic plugin for Slimserver. Slimserver normally
stores statistics about the last time a track was played, when a
specific track was added to the library and how many times a track
has been played. The problem is that all of these statistics are
cleared every time you perform a full rescan of slimserver.
The TrackStat plugin solves this problem by making sure that the
statistics survive a rescan. Besides this TrackStat also extends
the statistics a bit, one example is that it doesn't count a track
as played just because you listen to the first 2 seconds of it, you
will have to play a certain amount of the track until it is played.
TrackStat also makes it possible to put a rating on all your tracks
by holding a number between 1-5 down on the now playing screen.
(Only the first 15 lines of the commit message are shown above )