9ecc2f4ce0
audio/squeezeboxserver: - Move to audio/logitechmediaserver - Update to 7.9.0 pre-release (git commit from 7.9 branch on 2016.09.30) - Change default install and database locations to suit new PORTNAME - Remove softsqueeze.sh as it is no longer bundled with the server - Add /usr/local/etc/newsyslog.conf.d/, don't edit /etc/newsyslog.conf - Add LICENSE details - Update maintainer (previous maintainer timeout) - Use customized perl modules provided in distfile and slimserver-vendor GitHub repo, rather than using perl dependencies from ports - Changed install method to now copy directly to stagedir instead of an intermediate step to TMP_SLIMDIR audio/squeezeboxserver-dynamicplaylist: - Move to audio/logitechmediaserver-dynamicplaylist - Update to 2.9.3853 - Fix MASTER_SITES - Add LICENSE details - Update maintainer audio/squeezeboxserver-lazysearch: - Move to audio/logitechmediaserver-lazysearch - Add LICENSE details - Update maintainer audio/squeezeboxserver-sqlplaylist: - Move to audio/logitechmediaserver-sqlplaylist - Update to 2.5.3859 - Fix MASTER_SITES - Add LICENSE details - Update maintainer audio/squeezeboxserver-superdatetime: - Move to audio/logitechmediaserver-superdatetime - Add LICENSE details - Update maintainer audio/squeezeboxserver-trackstat: - Move to audio/logitechmediaserver-trackstat - Update to 3.2.3951 - Fix MASTER_SITES - Add LICENSE details - Update maintainer PR: 180034 PR: 203266 Submitted by: woodsb02, mark@tranquillussoftware.co.uk (new maintainer) Reported by: david@dawninglight.net, amdmi3 Approved by: markk@knigma.org (maintainer timeout), tdb (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6483
28 lines
1.4 KiB
Text
28 lines
1.4 KiB
Text
This is a statistic plugin for Logitech Media Server. Logitech Media Server
|
|
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 Logitech Media Server.
|
|
|
|
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 Logitech Media Server 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.slimdevices.com/index.php/TrackStat_plugin
|