Commit Graph

13 Commits

Author SHA1 Message Date
Elf M. Sternberg 08fb63fd02 Fixed off-by-one error in track numbering
Discovered an off-by-one error.  Enumerate starts at zero; normal people
expect their tracks to start with 1.
2016-05-28 12:52:25 -07:00
Elf M. Sternberg 415119e2d8 [doc] Added explanation of Found-Likely algorithm. 2015-09-10 08:59:10 -07:00
Elf M. Sternberg 16805cb461 Fixed reference error between filename and position handler. 2014-12-09 15:36:36 -08:00
Elf M. Sternberg 47f3b2531a All Operations are in expected output order. I can *see* the pattern; I just can't yet rationalize it the way I want. 2014-12-08 21:21:51 -08:00
Elf M. Sternberg 080842033a Do NOT mangle names found in tags. Only filesystem-derived names are suspected to be case-mangled poorly. 2014-12-08 11:25:50 -08:00
Elf M. Sternberg fbd0d93f75 Repeated lists of features is a code smell. Rationalizing those to a type makes code smaller, smarter. 2014-12-08 11:23:39 -08:00
Elf M. Sternberg e079cd21cd Organized tag-deriver to surface code smell. 2014-12-08 11:16:55 -08:00
Elf M. Sternberg 634cf57687 Fixed typo in comments. 2014-12-08 09:10:56 -08:00
Elf M. Sternberg 4627d2d6ba Revised. Much better use of closures, consistent (if manually managed) types for various tag derivers, better handling of error conditions. 2014-12-08 08:16:34 -08:00
Elf M. Sternberg 1dbbfe84a8 Fixed the 'each song may have a different artist' issue. Fix title inlining. 2014-12-07 09:37:39 -08:00
Elf M. Sternberg a1dd0a8313 Finished the first draft (I think). Added options to documentation. 2014-12-06 16:05:37 -08:00
Elf M. Sternberg 36d8db1f86 Started moving derive-tags into a closure to encapsulate the use-filenames feature. Added some commentary about my idiosyncraties. Added a lot of comments. 2014-12-06 10:17:16 -08:00
Elf M. Sternberg 09b24ff5b4 My first hy. 2014-12-06 00:45:42 -08:00