youtube-cue/test
Nemo 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
..
parser_test.js [style] Run everything through prettier 2021-07-29 11:21:39 +05:30
process_test.js Initial work on file processor 2021-09-12 23:14:11 +05:30
sample.txt Initial work on file processor 2021-09-12 23:14:11 +05:30