|
@@ -4,25 +4,32 @@
|
|
|
|
|
|
"version": "0.2.0",
|
|
|
"configurations": [
|
|
|
+ {
|
|
|
+ "name": "Screen",
|
|
|
+ "type": "python",
|
|
|
+ "request": "launch",
|
|
|
+ "program": "./screen_output.py",
|
|
|
+ "console": "integratedTerminal"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "yt diskLoad",
|
|
|
"type": "python",
|
|
|
"request": "launch",
|
|
|
- "program": "${file}",
|
|
|
+ "program": "./player.py",
|
|
|
"console": "integratedTerminal",
|
|
|
- "args":[
|
|
|
-
|
|
|
- " Xtra Reloaded - http://media-ice.musicradio.com/CapitalXTRAReloadedMP3.m3u"
|
|
|
+ "args": [
|
|
|
+ "Daft Punk RAM - ytmusic:album:MPREb_K8qWMWVqXGi"
|
|
|
+
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "name": "current_track",
|
|
|
+ "name": "stop",
|
|
|
"type": "python",
|
|
|
"request": "launch",
|
|
|
- "program": "${file}",
|
|
|
+ "program": "./player.py",
|
|
|
"console": "integratedTerminal",
|
|
|
- "args":[
|
|
|
- "current_track"
|
|
|
+ "args": [
|
|
|
+ "stop"
|
|
|
]
|
|
|
}
|
|
|
]
|