10 changed files with 176 additions and 41 deletions
-
2download.js
-
2kplayer.xcodeproj/xcuserdata/marcoschmickler.xcuserdatad/xcschemes/xcschememanagement.plist
-
3kplayer/core/KSettings.swift
-
3kplayer/master/KSettingsView.swift
-
129kplayer/server/kplayer.js
-
1kplayer/server/sync.sh
-
26kplayer/server/test/test.http
-
41kplayer/web/WebView.swift
-
1kplayer/web/WebViewModel.swift
-
9package.json
@ -0,0 +1 @@ |
|||
rsync kplayer.js marco@linkstation:/srv/samba/daten/node |
|||
@ -0,0 +1,26 @@ |
|||
GET http://localhost:8081/pushdl?url=hello&n=test |
|||
Accept: application/json |
|||
|
|||
### |
|||
GET http://localhost:8081/pushdl?url=hello2&n=test |
|||
Accept: application/json |
|||
|
|||
### |
|||
GET http://localhost:8081/pushdl?url=hello3&n=test |
|||
Accept: application/json |
|||
|
|||
### |
|||
GET http://localhost:8081/pushdl?url=hello4&n=test |
|||
Accept: application/json |
|||
|
|||
### |
|||
GET http://localhost:8081/pushdl?url=hello5&n=test |
|||
Accept: application/json |
|||
|
|||
### |
|||
|
|||
GET http://linkstation:8081/queuelen |
|||
Accept: application/json |
|||
|
|||
### |
|||
|
|||
@ -0,0 +1,9 @@ |
|||
{ |
|||
"name": "kplayer", |
|||
"version": "1.0.0", |
|||
"dependencies": { |
|||
"express": "^4.17.3", |
|||
"queue" : "^6.0.2", |
|||
"multer" : "^1.4.4" |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue