ver Mar7th
updated instructions and set-up configs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "3f05f3b9-29ba-4b6b-95aa-2204697ffc06",
|
||||
"snapshot": "os",
|
||||
"instruction": "I have a collection of MP3s named with their artist and title. However, their meta data are messy. I don't know how to quickly fix them. Some people tells that Picard or Kid3 may help, but I have never used them. Please help me to do this.",
|
||||
"instruction": "I have a collection of MP3s with blank meta data, but already named with their artists and titles. I've heard that Picard or Kid3 may help, but I'm unfamiliar with them. Can you help me to fix the meta data?",
|
||||
"source": "authors",
|
||||
"config": [
|
||||
{
|
||||
@@ -49,6 +49,40 @@
|
||||
"parameters": {
|
||||
"command": ["tar", "-xJvf", "/home/user/.pass-through.tar.xz", "-C", "/home/user/Documents/Novels/Pass Through"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"google-chrome",
|
||||
"--remote-debugging-port=1337"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"socat",
|
||||
"tcp-listen:9222,fork",
|
||||
"tcp:localhost:1337"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "chrome_open_tabs",
|
||||
"parameters": {
|
||||
"urls_to_open": [
|
||||
"https://picard.musicbrainz.org/",
|
||||
"https://kid3.kde.org/"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": ["nautilus", "/home/user/Music"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/3f05f3b9-29ba-4b6b-95aa-2204697ffc06",
|
||||
@@ -79,7 +113,7 @@
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Music/Zhou Xuan - Nights in Shanghai.mp3",
|
||||
"dest": "/Zhou Xuan - Nights in Shanghai.mp3"
|
||||
"dest": "Zhou Xuan - Nights in Shanghai.mp3"
|
||||
}
|
||||
],
|
||||
"expected": [
|
||||
|
||||
Reference in New Issue
Block a user