https://github.com/l-koehler/otr-decoder-gui
https://github.com/l-koehler/otr-decoder-gui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l-koehler/otr-decoder-gui
- Owner: l-koehler
- License: gpl-3.0
- Created: 2023-10-05T15:47:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T16:18:50.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:09:01.789Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# otr-decoder-gui
#### About:A small python script I wrote because the official Linux GUI for
the decoder onlinetvrecorder.com provides did not work for me.
The python file requires the otrdecoder binary to be in the same
folder as itself, if you dont want that edit line 77 of the python
file to point to the binary.
#### Usage:
Get the otrdecoder binary from [onlinetvrecorder.com](https://www.onlinetvrecorder.com/v2/software/Linux) and download
the static 64-bit version. Extract the archive and put the 'otrdecoder'
file next to the python file. Install [PyQt5](https://pypi.org/project/PyQt5/) and execute the
python file using Python 3.
#### Future Plans:
I want to use [otrtool](https://github.com/otrtool/otrtool) instead of the official binary,
might add that in the future.