29 lines
920 B
JSON
29 lines
920 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "yt diskLoad",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal",
|
|
"args":[
|
|
// "Daft Punk RAM - ytmusic:album:MPREb_K8qWMWVqXGi"
|
|
" Xtra Reloaded - http://media-ice.musicradio.com/CapitalXTRAReloadedMP3.m3u"
|
|
]
|
|
},
|
|
{
|
|
"name": "current_track",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal",
|
|
"args":[
|
|
"current_track"
|
|
]
|
|
}
|
|
]
|
|
} |