https://github.com/engineerjoe440/360script
Quick Management Scripts for 360 Systems Instant Replay
https://github.com/engineerjoe440/360script
Last synced: 3 months ago
JSON representation
Quick Management Scripts for 360 Systems Instant Replay
- Host: GitHub
- URL: https://github.com/engineerjoe440/360script
- Owner: engineerjoe440
- License: mit
- Created: 2024-06-30T04:30:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T03:56:35.000Z (7 months ago)
- Last Synced: 2025-12-19T14:12:57.165Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 360script
*Quick Management Scripts for 360 Systems Instant Replay.*
## Uploading a Sound Effect
Uploading a sound effect can be as simple as calling the `cmd360` tool with
the IP address of the 360Systems Instant Replay, and the path to the file to be
converted and uploaded.
```shell
> cmd360 put 192.168.2.36 "/media/Sound FX/Air Raid Siren.flac"
```
## Downloading a Sound Effect
You can also download a file from the Instant Replay machine.
```shell
> cmd360 get 192.168.2.36 "AIR RAID SIREN.WAV"
```