kika1992 wrote: > Ok, I've installed Python 3.30. > > Sorry for all these questions, but what do I have to do now with the > pronto2lirc.py? How do I run it and how do I import the pronto codes?
That would look like "python3.exe pronto2lirc.py" in a shell window. (then pronto2lirc will tell you it wants an input file, as in "python3.exe pronto2lirc.py Prontocodes.txt", and once ran successfully you'd find a file called "lirc.conf" in the same directory.) I'm not sure Python 3.3 is better than 2.7 Have a look at python.org, you'll quickly learn more than I know about it. Also, pronto2lirc will produce a Lirc file (lirc.conf) that uses raw codes. Nothing wrong with that, it works with IR Blaster (for me). But if you want a tidier conf file with discrete codes as the one you're now using, you need to go one step further and run "irrecord -a" against the raw codes lirc file. Option -a is only available in recent versions of irrecord. Older versions do not understand the -a switch. ------------------------------------------------------------------------ epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711 View this thread: http://forums.slimdevices.com/showthread.php?t=96710 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
