https://github.com/lighterowl/eac-speed
Gathers speed statistics from EAC logs
https://github.com/lighterowl/eac-speed
Last synced: about 2 months ago
JSON representation
Gathers speed statistics from EAC logs
- Host: GitHub
- URL: https://github.com/lighterowl/eac-speed
- Owner: lighterowl
- License: other
- Created: 2022-09-14T14:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T14:57:44.000Z (over 2 years ago)
- Last Synced: 2025-02-08T10:17:28.369Z (3 months ago)
- Language: Perl
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a simple script which scans a directory for files that look like Exact
Audio Copy log files and parses them, saving drive and extraction speed
information.A summary is then printed to standard output, like this :
```
$ ./eac-speed.pl /storage/music/
HL-DT-STDVDRAM GU70N : 3.7 X (90 rips, stddev = 1.0 X)
LITE-ON LTR-52327S : 6.3 X (80 rips, stddev = 1.8 X)
TSSTcorpCDDVDW TS-L632H : 3.3 X (74 rips, stddev = 0.8 X)
TSSTcorpCD/DVDW SH-W162C : 4.2 X (68 rips, stddev = 1.6 X)
Optiarc DVD RW AD-7240S : 3.3 X (59 rips, stddev = 0.4 X)
Optiarc DVD RW AD-7200A : 3.2 X (31 rips, stddev = 0.4 X)
HL-DT-STDVD-RW GCA-4080N : 3.0 X (13 rips, stddev = 0.2 X)
HL-DT-STDVDRAM GH24NSD1 : 5.7 X (13 rips, stddev = 1.4 X)
```Paths of unrecognised log files are printed to standard error.