Robert Rozman wrote:
I haven't found info how to run mythplugins from command line:

Did you try "mythfrontend --help"? You can name the plugin as
an arg and it will startup as that plugin.

$ mythfrontend mythweather

It also uses the arg 0 trick so if you make a link to the binary
it will start as the plugin in the executable name.

$ cd /usr/local/bin
$ ln -s mythfrontend mythweather
$ cd
$ mythweather

--  bjm
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to