Change tag parser for better file support
Should support mp3, ogg, wav, flac and more.
This commit is contained in:
parent
09fa089cfe
commit
15483c0354
7 changed files with 112 additions and 71 deletions
20
.vscode/launch.json
vendored
Normal file
20
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Organise",
|
||||
"args": ["${workspaceFolder}/src/cli.js", "organise", "test", "out"],
|
||||
"console": "integratedTerminal",
|
||||
"skipFiles": [
|
||||
"${workspaceRoot}/node_modules/**/*.js",
|
||||
"<node_internals>/**/*.js"
|
||||
],
|
||||
"env": {
|
||||
"DEBUG": "publikator:*",
|
||||
"DEBUG_COLORS": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue