Mailing List Archive

New Plugin MythApps
Hi everyone,

I would like to share a new mythfrontend plugin I've written called MythApps that allows you to view most video on demand services, IPTV and 4k YouTube with a consistent interface, remote support and mythtv theming.
It supports Linux, Android and Windows. If anyone manages to get this compiled and finds this useful, I would like to know how you got on and if there are any major bugs or missing features required?

https://github.com/arobro/MythApps/

Regards,
Aidan
Re: New Plugin MythApps [ In reply to ]
On 28/04/2022 10:57, Aidan Brown wrote:

> Hi everyone,
>
> I would like to share a new mythfrontend plugin I’ve written called
> MythApps that allows you to view most video on demand services, IPTV
> and 4k YouTube with a consistent interface, remote support and mythtv
> theming.
>
> It supports Linux, Android and Windows.   If anyone manages to get
> this compiled and finds this useful,  I would like to know how you got
> on and if there are any major bugs or missing features required?
>
> https://github.com/arobro/MythApps/
>
> Regards,
>
> Aidan
>
>

Thanks for this. Looks like an interesting plugin :)


I've managed to get it to compile but not got it to run properly yet.
I'm missing some dependencies that I'm still trying to fix.


A few initial things I noticed :-


There's at least two binary files that shouldn't be in the git repo
'MythApps/mythapps/libmythapps.so' and 'MythApps/theme/themenop'.

You will probably want to add a .gitignore file so git will ignore those
files in the future.


The file 'MythApps/mythapps/theme.pro' is a symlink to a non existent
file so the compile fails. I've attached the theme.pro file I used to
get it to compile.


Anyone trying this may need to install libqt5websockets5 and/or
libqt5websockets5-dev since a standard MythTV install doesn't use either
of those.


Also requires xdotool and kodi to be installed. That's as far as I got
tonight there may be other dependencies I've yet to discover.


Paul H.
Re: New Plugin MythApps [ In reply to ]
As suggested, the binary files have been removed and the correct theme file committed.
The setting menu should list any missing programs once the plugin is running.

Aidan
From: mythtv-dev mythtv-dev-bounces@mythtv.org<mailto:mythtv-dev-bounces@mythtv.org> On Behalf Of Paul Harrison
Sent: Friday, 29 April 2022 11:03 AM
To: mythtv-dev@mythtv.org
Subject: Re: [mythtv] New Plugin MythApps


On 28/04/2022 10:57, Aidan Brown wrote:
Hi everyone,

I would like to share a new mythfrontend plugin I've written called MythApps that allows you to view most video on demand services, IPTV and 4k YouTube with a consistent interface, remote support and mythtv theming.
It supports Linux, Android and Windows. If anyone manages to get this compiled and finds this useful, I would like to know how you got on and if there are any major bugs or missing features required?

https://github.com/arobro/MythApps/<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Farobro%2FMythApps%2F&data=05%7C01%7C%7Cd77b228781604c3cfe0b08da296b531c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637867838211415363%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=yQTw7cM7GLEC%2BwG8KjI9QN0VQ9nareD4M0VbZNd%2FZ4w%3D&reserved=0>

Regards,
Aidan




Thanks for this. Looks like an interesting plugin :)



I've managed to get it to compile but not got it to run properly yet. I'm missing some dependencies that I'm still trying to fix.



A few initial things I noticed :-



There's at least two binary files that shouldn't be in the git repo 'MythApps/mythapps/libmythapps.so' and 'MythApps/theme/themenop'.

You will probably want to add a .gitignore file so git will ignore those files in the future.



The file 'MythApps/mythapps/theme.pro' is a symlink to a non existent file so the compile fails. I've attached the theme.pro file I used to get it to compile.



Anyone trying this may need to install libqt5websockets5 and/or libqt5websockets5-dev since a standard MythTV install doesn't use either of those.



Also requires xdotool and kodi to be installed. That's as far as I got tonight there may be other dependencies I've yet to discover.



Paul H.