Thread: mbarcode
View Single Post
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#103
If you will add a Python-plugins, which is in fact just a big string, they can be compressed with zip or something similar, packed in 2D barcode (or you can pack an URL to a plugin), recognized by mbarcode, unpacked and installed directly inro mbarcode, without app manager.
Well it's certainly an interesting idea, and would be interesting to implement so yes, why not (though with big warnings if you enable it, etc., to avoid any possible problems with Trojans and the like).

I think that encoding an URL to a plugin would probably be the best method (to contain the code, the barcode would need to be pretty big), in which case any type of plugin could be specified, which brings us back to possibly just providing a link to an .install file somewhere (as I guess plugins will have separate packages).

Part of the goal of moving to Qt was to allow Python integration, so it will certainly be possible to try this out.
 

The Following User Says Thank You to lardman For This Useful Post: