Age | Commit message (Collapse) | Author |
|
|
|
message if iTunes Library XML sharing is not enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Essentially it would try to run processArgv(.options, optionFunctions)
before optionFunctions is defined. This was solved by moving the call
that would cause that to happen after optionFunctions is defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improvements and smarter/more evil terminal logging
|
|
|
|
|
|
|
|
|
|
I'm not sure if it should maybe be index.js or main.js, though..?
|
|
|
|
Basically all we do is let downloaders specify the output file,
rather than be forced to download or copy into a specific given
file. Since avconv/convert automatically gets us the displayed
file name we want anyways (shown in play), this doesn't change
anything visible to the user, but does make things faster.
|
|
|
|
Before this URL wouldn't work: http://billwurtz.com/exerpt.html
|
|
|
|
|
|
|
|
|
|
|
|
|