Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AutoLib
Backend
Commits
e90f16e7
Commit
e90f16e7
authored
Jun 07, 2019
by
Henrik Hüttemann
🤔
Browse files
Run beets witout --timid
parent
4a296775
Pipeline
#775
passed with stage
in 3 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/tagger.js
View file @
e90f16e7
...
...
@@ -7,7 +7,7 @@ module.exports = exports = async function (taggingJob) {
log
.
prefixStyle
=
{
fg
:
'
yellow
'
}
const
prefix
=
'
Tagger
'
taggingJob
.
single
=
taggingJob
.
single
===
true
?
'
--singletons
'
:
''
const
command
=
`yes A | beet import
${
taggingJob
.
single
}
--timid
--from-scratch --search-id
${
taggingJob
.
releaseId
}
"
${
taggingJob
.
localfile
}
"`
const
command
=
`yes A | beet import
${
taggingJob
.
single
}
--from-scratch --search-id
${
taggingJob
.
releaseId
}
"
${
taggingJob
.
localfile
}
"`
log
.
info
(
prefix
,
'
Tagging with beets.
'
)
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment