mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
17 lines
644 B
JSON
17 lines
644 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "pre",
|
|
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"label": "no_dbg",
|
|
"type": "shell",
|
|
"command": "${config:python.pythonPath} -m copyparty -ed -emp -e2dsa -e2ts -a ed:wark -v srv::r:aed:cnodupe -v dist:dist:r ;exit 1"
|
|
// -v ~/Music/mt:mt:r:cmtp=.bpm=~/dev/copyparty/bin/mtag/audio-bpm.py:cmtp=key=~/dev/copyparty/bin/mtag/audio-key.py:ce2tsr
|
|
// -v ~/Music/mt:mt:r:cmtp=.bpm=~/dev/copyparty/bin/mtag/audio-bpm.py:ce2tsr
|
|
}
|
|
]
|
|
} |