oyvindln / vhs-decode

Software defined VHS decoder - Fork (maybe temporary) of the ld-decode Laserdisc rf decoder
GNU General Public License v3.0
1.06k stars 43 forks source link

hifi-decode 8mm Invalid Decimal Literal #143

Closed aldude999 closed 5 months ago

aldude999 commented 5 months ago

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"

harrypm commented 5 months ago

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