Plugin Development and installation

Post Reply
tobiz
Junior
Posts: 21
Joined: Mon Dec 02, 2019 9:53 pm
Great Britain

Plugin Development and installation

Post by tobiz »

I'm developing (for mythtv-V31) a plugin for controlling a Marantz NR1604 AV Amp. It works but the next phase is developing the build scripts. The development includes some Python as well as cpp code. Where should the Python code (or other non-cpp code or xml scripts, according to the 'plugin architecture') be installed? I've looked at a few other plugins and not found any help. I'm sure I have to update the .pro file to make this work but unsure of how. Any help would be welcomed.
User avatar
heyted
Senior
Posts: 301
Joined: Sun Jun 08, 2014 2:14 am
Location: South Florida
Contact:
United States of America

Re: Plugin Development and installation

Post by heyted »

I noticed MythWeather has some Perl scripts located in /usr/share/mythtv/mythweather/scripts.
Ted | My blog
tobiz
Junior
Posts: 21
Joined: Mon Dec 02, 2019 9:53 pm
Great Britain

Re: Plugin Development and installation

Post by tobiz »

Thanks I'll take a look.
User avatar
bill6502
Developer
Posts: 2325
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: Plugin Development and installation

Post by bill6502 »

Consider this: find mythplugins/ -name "*.py" and you'll see a few
examples of Python source in the existing tree.
Post Reply