Opened 15 years ago
Closed 15 years ago
#6839 closed enhancement (invalid)
Python/curses interface for mythfrontend control socket
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | Contributed Scripts & Apps | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
This script was originally posted on IRC some number of months (maybe a year?) ago, so I don't know who to give credit to.
This runs on the command line using curses, so key presses get transmitted directly to the frontend. I've updated it to use the Frontend class in the Python bindings, in place of the telnet library. It will also now autodetect what frontends are available for connection to if none is given on the command line.
Since this is command line only, it is meant to aide setup and maintenance, rather than a full time use app.
Attachments (3)
Change History (6)
Changed 15 years ago by
Attachment: | mythremctl.py added |
---|
Changed 15 years ago by
Attachment: | mythremctl.2.py added |
---|
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | mythremctl.3.py added |
---|
comment:2 Changed 15 years ago by
Adds support for parsing of 'LiveTV' location string. Mutes a couple exceptions when the frontend exits.
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
We can't commit 3rd party code. Original writer must submit it.
Displays some additional information, relying on #6845. Program now requires at least an 80x13 screen.