oyvindln / vhs-decode

Software defined VHS decoder - Fork (maybe temporary) of the ld-decode Laserdisc rf decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hifi-decode 8mm Invalid Decimal Literal

aldude999 opened this issue · comments

Bug Description

As of the latest hifi change, hifi-decode will no longer run because args.H8 was changed to args.8mm in main, and identifiers are not allowed to start with a number in Python.

Steps to Reproduce

run hifi-decode

Environment

Additional Information

There is also an error on line 144 where a comma is missing after "--gui"

This was on the to do list, will be patched in the next update.