Commit Graph

27 Commits

Author SHA1 Message Date
Elf M. Sternberg 2a73e76aba Updated DESCRIPTION to match the one on Github. 2018-03-17 11:14:27 -07:00
Elf M. Sternberg 983d4d2a7b Added the DESCRIPTION file. 2018-03-17 11:13:11 -07:00
Elf M. Sternberg e90953c594 Updated README with project status. 2017-01-25 16:39:39 -08:00
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 89e25a5bcb Rename TODO to TODO.md 2015-09-10 08:56:29 -07:00
Elf M. Sternberg 7f39a9479b Gave myself a task. Ick! 2014-12-12 11:21:36 -08:00
Elf M. Sternberg 16805cb461 Fixed reference error between filename and position handler. 2014-12-09 15:36:36 -08:00
Elf M. Sternberg 6104fe4181 Small style change. Persisted changes across the document. 2014-12-08 21:31:31 -08:00
Elf M. Sternberg 8fe7ba6d29 Small style change. Markdown isn't my favorite language. 2014-12-08 21:29:18 -08:00
Elf M. Sternberg a95aa05bbf Added output notice, so users won't think the script alters their files
without consent.
2014-12-08 21:28:40 -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 486f83d274 Updated the README. The old language was from a much more formal
project, and didn't fit with what I was trying to say.
2014-12-08 09:08:23 -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 c45e79db8e Changing README to Markdown. 2014-12-06 16:36:33 -08:00
Elf M. Sternberg 6bf0d93a1f Fixing documentation for PDF output. Fixed Makefile to not generate errors on clean if the build failed. 2014-12-06 16:10:20 -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 5b69308f4d Consistent with modern latex2man features. 2014-12-06 09:57:35 -08:00
Elf M. Sternberg 3d28e787ac Updated man page. 2014-12-06 09:30:23 -08:00
Elf M. Sternberg e7d6d721be Fixing up the man page. 2014-12-06 00:48:42 -08:00
Elf M. Sternberg 09b24ff5b4 My first hy. 2014-12-06 00:45:42 -08:00