https://github.com/guardian/pluto-logtool
Basic UI to view job data from Vidispine
https://github.com/guardian/pluto-logtool
multimedia-tech
Last synced: 4 months ago
JSON representation
Basic UI to view job data from Vidispine
- Host: GitHub
- URL: https://github.com/guardian/pluto-logtool
- Owner: guardian
- Created: 2023-01-13T12:55:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T11:32:58.000Z (4 months ago)
- Last Synced: 2026-02-14T20:02:08.784Z (4 months ago)
- Topics: multimedia-tech
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vidispine Job Tool
**Requirements**
- Docker
- A World Wide Web browser
**Functions**
1. View pages of Vidispine jobs.
2. View information on an individual Vidispine job.
**Installation and Set Up**
1. Find the Docker image name in the CI section of GitLab, for example 'guardianmultimedia/pluto-logtool:23'.
2. Run it like this: docker run --rm -p 8000:80 guardianmultimedia/pluto-logtool:23
3. At the moment the Vidispine host, username, and password are hardcoded into VidispineJobTool.jsx and JobPage.jsx. If the defaults are not suitable you will need to change these with an editor and save them.
4. Access your Web server with your Web browser at http://localhost:8000. If everything is working you should see the job list page.
**Notes**
Please note this software is early in development and may not work as expected.