about summary refs log tree commit homepage
path: root/bin/dtas-readahead
DateCommit message (Collapse)
2015-09-25dtas-readahead: make executable
Oops, files in bin/ should be executable.
2015-09-24dtas-readahead: avoid polling on pause
When a player is paused with nothing player, we will not waste CPU time polling for the player to become available. It is wasteful of processing power and battery life.
2015-09-20dtas-readahead: new script for -player users on Linux
This is dependent on Linux /proc/ (the "pos: " field of /proc/$PID/fdinfo/$FD to be exact). This was written to avoid seek latencies on a remote FUSE filesystem with occasional packet loss.