diff --git a/README.md b/README.md index 2ee5f74..a150d30 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# companion-module-[replace with module name] +# companion-module-modulopi-moduloplayer See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE) diff --git a/companion/HELP.md b/companion/HELP.md index e77197b..fb3f6ca 100755 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -1,3 +1,100 @@ -## Your module +## Modulo PI | Modulo Player -Write some help for your users here! +This module connects to a Modulo Player + +## ACTIONS + +#### Task + +- Launch Task + +#### Playlist + +- Goto Cue +- Preload Cue +- Next Cue +- Prev Cue +- Play +- Pause +- Grand Master Fader +- Audio Master + +#### Show + +- Save +- Backup +- Rescan Medias +- Rescan Medias Force +- Remove Missing Medias +- Send Show to Hall Remote + +## Presets + +#### Task + +- Launch Task + +#### Playlist + +- Goto Cue +- Preload Cue +- Next Cue +- Prev Cue +- Play +- Pause +- Grand Master Fader 0% +- Grand Master Fader 100% +- Audio Master 0% +- Audio Master 100% + +#### Show + +- Save +- Backup +- Rescan Medias +- Rescan Medias Force +- Remove Missing Medias +- Send Show to Hall Remote + +#### Spydog + +- Status +- Name | Master or Slave +- FPS +- Memory Use +- CPU Use + +## Variables + +#### Static Info + +- CPU +- GPU Manufacturer +- Version of the GPU driver installed +- User friendly name and model of installed GPU +- Version of the Modulo Player server application +- Windows version operating on the server +- Number of logical cores available on the processor +- Total memory (RAM) available (in GB) + +#### Dynamic Info + +- Cluster ID of the server +- The color assigned to the server +- Current CPU Temperature +- CPU usage, average of all logical cores (%) +- Temperature of the Deltacast cards +- Displays the current FPS output by the server +- Displays if the server’s FPS output is correct +- Master/Slave status of the server +- Lists the number of available outputs for autocalibration as allowed by the current license +- Maximum outputs available with the current license +- Memory usage (%) +- Displays the temperature on the sensors of the motherboard +- IP Address of the server +- Name of the server for the current project +- Date and time of the server clock +- Staus offline, launching or online +- Time since last boot + +* diff --git a/companion/manifest.json b/companion/manifest.json index bf90951..ad1b733 100755 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "modulopi-moduloplayer", "shortname": "Modulo Player", "description": "Modulo Player plugin for Companion", - "version": "4.0.0", + "version": "0.0.0", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-modulopi-moduloplayer.git", "bugs": "https://github.com/bitfocus/companion-module-modulopi-moduloplayer/issues", diff --git a/package.json b/package.json index a4f4417..70c4455 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modulopi-moduloplayer", - "version": "4.0.0", + "version": "4.0.4", "main": "dist/main.js", "type": "module", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index d733551..caf7530 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,4 +5,4 @@ "compilerOptions": { "types": ["jest", "node"] } -} +} \ No newline at end of file