Commit Graph

4 Commits

Author SHA1 Message Date
414545818f curds: Improve extracting ints from mutagen metadata
Some tracks in my library aren't formatted as expected, so let's improve
our parsing code to better handle integers.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-15 08:40:25 -04:00
64ab13718c trier: Fix path for a track
The slash in the filepath was being intepreted as a subdirectory, so
let's change it into an underscore so everything is where we expect.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-11 12:10:38 -04:00
0705f86d81 curds: Add a test for parallel track scanning
And add code for generating a large test library to make stress testing
possible.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-02-06 14:35:35 -05:00
c66405bd80 curds: Add basic track class
We account for some fallback values, and also attempt to detect
discnumbers from the album name.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-02-04 17:01:52 -05:00