From owner-cvs-all@FreeBSD.ORG Sun Oct 28 21:42:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9999B16A46D; Sun, 28 Oct 2007 21:42:30 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 877A913C4B6; Sun, 28 Oct 2007 21:42:30 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9SLgUEG055811; Sun, 28 Oct 2007 21:42:30 GMT (envelope-from tdb@repoman.freebsd.org) Received: (from tdb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9SLgU7u055810; Sun, 28 Oct 2007 21:42:30 GMT (envelope-from tdb) Message-Id: <200710282142.l9SLgU7u055810@repoman.freebsd.org> From: Tim Bishop Date: Sun, 28 Oct 2007 21:42:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/slimserver-trackstat Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 21:42:30 -0000 tdb 2007-10-28 21:42:30 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/slimserver-trackstat Makefile distinfo pkg-descr pkg-plist Log: - 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. The other main functionality the TrackStat plugins provides is various ways to browse your music based on the statistic information. The standard slimserver only makes it possible to show most played tracks. The TrackStat plugin makes it possible to show the statistics in a lot more ways. The purpose is simply to give you another way to select which music you like to play, for example like: * Find tracks you haven't played for a long time * Find tracks you have recently added to the library * Find top rated tracks * Find least played tracks * And a lot more... WWW: http://wiki.erland.homeip.net/index.php/TrackStat_plugin Revision Changes Path 1.911 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/slimserver-trackstat/Makefile (new) 1.1 +3 -0 ports/audio/slimserver-trackstat/distinfo (new) 1.1 +28 -0 ports/audio/slimserver-trackstat/pkg-descr (new) 1.1 +165 -0 ports/audio/slimserver-trackstat/pkg-plist (new)