pronto2lirc -V (return code: 1)
Traceback (most recent call last):
File "/usr/bin/pronto2lirc", line 173, in <module>
p=RemoteFilesParser(sys.argv[1])
File "/usr/bin/pronto2lirc", line 133, in __init__
f=open(sFileName,'r')
FileNotFoundError: [Errno 2] No such file or directory: 'version'
pronto2lirc --help (return code: 0)
Pronto codes converter to lircd.conf format (version 1.11)
Usage: pronto2lirc.py inputfile
Inputfile can be:
1.An xml file output by CCFTools/CCFDecompiler.
2.Text file where each line contains the name of the button and
all codes associated with it
Button1:0000 00ac 000b 00de ...
Result: lircd.conf file is written to the current directory
containing all the Pronto codes extracted from
the input file