vcrtool

Control a JLIP device such as a VCR.

https://github.com/tatsh/vcrtool

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

command-line dvd jlip vcr vhs
Last synced: 4 months ago · JSON representation ·

Repository

Control a JLIP device such as a VCR.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
command-line dvd jlip vcr vhs
Created over 3 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

vcrtool

Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Documentation Status mypy pre-commit pydocstyle pytest Ruff Downloads Stargazers

@Tatsh Mastodon Follow

Control a JLIP device such as a VCR.

Installation

Poetry

shell poetry add vcrtool

Pip

shell pip install vcrtool

Usage

```shell Usage: jlip [OPTIONS] SERIAL_DEVICE [ARGS]...

Run JLIP commands.

Options: -d, --debug Enable debug logging. -h, --help Show this message and exit. ```

The output is always JSON formatted.

Valid JLIP Commands

All arguments to the commands are integers. Refer to JLIP documentation for valid values.

Most of these commands are specific to VCRs but many apply to other devices such as DVD players.

  • eject-wait: Eject the video and block until the video is ejected.
  • eject: Eject the video.
  • fast-forward: Fast forward the video.
  • fast-play-backward: Fast rewind the video and play.
  • fast-play-forward: Fast forward the video and play.
  • frame-step-back: Step the video one frame backward.
  • frame-step: Step the video one frame forward.
  • get-baud-rate-supported: Get the baud rate supported by the device.
  • get-device-code: Get the device code.
  • get-device-name: Get the device name.
  • get-input: Get the input.
  • get-machine-code: Get the machine code.
  • get-play-speed: Get the play speed.
  • get-power-state: Get the power state.
  • get-tuner-mode: Get the tuner mode.
  • get-vtr: Get the VTR.
  • nop: No operation.
  • pause-recording: Pause the recording.
  • pause: Pause the video.
  • play: Play the video.
  • presence-check: Check if the device is connected.
  • preset-channel-down: Navigate one channel down in preset channels.
  • preset-channel-up: Navigate one channel up in preset channels.
  • real-channel-down: Navigate one channel down.
  • real-channel-up: Navigate one channel up.
  • record: Record to the media.
  • rewind: Rewind the video.
  • select-band BAND: Select the band.
  • select-preset-channel CHAN: Select the preset channel.
  • select-real-channel CHAN: Select the channel.
  • send-command CMD ARG ...: Send a custom command to the device.
  • set-channel CHAN: Set the channel.
  • set-input N NN: Set the input.
  • set-jlip-id ID: Set the JLIP ID.
  • set-record-mode MODE: Set the record mode.
  • set-record-speed SPEED: Set the record speed.
  • slow-play-backward: Slow rewind the video.
  • slow-play-forward: Slow forward the video.
  • stop: Stop the video.
  • turn-off: Turn off the device.
  • turn-on: Turn on the device.

Example Usage

```shell

Check if device is connected.

jlip /dev/ttyUSB0 presence-check

Eject the video but do not block.

jlip /dev/ttyUSB0 eject

Eject the video and block until the video is ejected.

jlip /dev/ttyUSB0 eject-wait

Fast forward the video.

jlip /dev/ttyUSB0 fast-forward

Rewind the video.

jlip /dev/ttyUSB0 rewind

No operation.

jlip /dev/ttyUSB0 nop ```

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-05-07'
message: 'If you use this software, please cite it as below.'
title: 'vcrtool'
version: '0.0.1'

GitHub Events

Total
  • Delete event: 19
  • Issue comment event: 19
  • Push event: 37
  • Pull request event: 39
  • Create event: 24
Last Year
  • Delete event: 19
  • Issue comment event: 19
  • Push event: 37
  • Pull request event: 39
  • Create event: 24

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 100
  • Average time to close issues: N/A
  • Average time to close pull requests: about 10 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.46
  • Merged pull requests: 85
  • Bot issues: 0
  • Bot pull requests: 100
Past Year
  • Issues: 0
  • Pull requests: 56
  • Average time to close issues: N/A
  • Average time to close pull requests: about 5 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.75
  • Merged pull requests: 43
  • Bot issues: 0
  • Bot pull requests: 56
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (100)
Top Labels
Issue Labels
Pull Request Labels
dependencies (100) python (29) javascript (24)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: vcrtool

Control a JLIP device such as a VCR.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 9.2%
Average: 30.5%
Dependent repos count: 51.7%
Maintainers (1)
Last synced: 4 months ago

Dependencies

poetry.lock pypi
  • astroid 2.12.9 develop
  • dill 0.3.5.1 develop
  • isort 5.10.1 develop
  • lazy-object-proxy 1.7.1 develop
  • mccabe 0.7.0 develop
  • platformdirs 2.5.2 develop
  • pylint 2.15.2 develop
  • pylint-quotes 0.2.3 develop
  • toml 0.10.2 develop
  • tomli 2.0.1 develop
  • tomlkit 0.11.4 develop
  • wrapt 1.14.1 develop
  • click 8.1.3
  • colorama 0.4.5
  • loguru 0.6.0
  • psutil 5.9.2
  • pyrate-limiter 2.8.1
  • pyserial 3.5
  • pytimeparse 1.1.8
  • win32-setctime 1.1.0
pyproject.toml pypi
  • click ^8.1.3
  • loguru ^0.6.0
  • psutil ^5.9.2
  • pyrate-limiter ^2.8.1
  • pyserial ^3.5
  • python ^3.10
  • pytimeparse ^1.1.8
.github/workflows/close-inactive.yml actions
  • actions/stale v5 composite