https://github.com/jzucker2/node-video-select-cli
https://github.com/jzucker2/node-video-select-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jzucker2/node-video-select-cli
- Owner: jzucker2
- Created: 2019-09-23T01:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T07:42:46.000Z (over 1 year ago)
- Last Synced: 2025-02-10T18:12:19.473Z (4 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-video-select-cli
I should just move this into the python project ...
## Basic Testing
```
npm startcurl -X POST localhost:3131/video-select/denon/10.0.1.101 -H 'Content-Type: application/json' -d '{"mode":"DVD"}'
{"video-select-mode":"DVD"}curl localhost:3131/video-select/denon/10.0.1.101
{"video-select-mode":"CBL/SAT"}
```