Age | Commit message (Collapse) | Author |
|
|
|
|
|
This does two big things - there's a few changes in pickers.js to support
track numbers (and a new supporting function in playlist-utils.js), and
some changes in loop-play.js to make the status line formatting consistent
regardless of the active player.
|
|
|
|
is redundant
|
|
|
|
See todo.txt, changes in the man page, and this example:
https://gist.github.com/towerofnix/9b1853ee74d30357e1b59d22c59aba2f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also makes the message "using (ffmpeg|avconv) converter" appear once
(upon startup).
|
|
|
|
(Hopefully this didn't break macOS/Linux.)
|
|
(safeUnlink isn't really tested)
|
|
|
|
|
|
|
|
non-YT links)
|
|
|
|
|
|
|
|
|
|
|
|
every .download()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improvements and smarter/more evil terminal logging
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|