Commit Graph

12 Commits

Author SHA1 Message Date
9afcccd9c3 Fix writing to output CUE file 2021-09-13 00:09:20 +05:30
085913ad69 Initial work on file processor
This adds a new file processor mode. So the command changes from:

youtube-cue https://youtu.be/watch?v=dfjosufoadsi

to additionally supporting:

youtube-cue description.nfo

This however results in some problems. It is hard to get album and album
artist information from a plain text file, so we instead now have 2
additional flags:

--cue-performer "Performer for the entire track collection"
--cue-title "Title for the entire collection"

They usually, (but not always) will correspond to the album artist and
album title.

The changes are fairly obvious - I've also tried to make this more
modular, so hopefully this is easier to use as a module.
2021-09-12 23:14:11 +05:30
30effce43b Add package-upgrade notice and --version 2021-07-29 11:44:23 +05:30
9cc3cd4228 [style] Run everything through prettier 2021-07-29 11:21:39 +05:30
1aa0be59da Change flags to --timestamps and --durations 2021-07-28 17:22:36 +05:30
7247b7be66 Add a --timestamps-are-durations flag 2021-07-21 13:44:47 +05:30
10981c62ce Force timestamps using --timestamps-only 2021-07-21 13:30:42 +05:30
d4a99bf98f Improve helptext 2021-06-28 15:04:09 +05:30
f00efc7806 Improve README and --help 2021-06-28 14:20:10 +05:30
c06841f57d switch to minimist arg parser 2021-06-10 00:21:23 +05:30
9958b6ef0f Get it working 2021-05-31 13:26:47 +05:30
447a5403e7 Initial commit 2017-06-08 01:44:09 +05:30