[mythtv] Android plugin install

Paul Harrison mythtv at sky.com
Wed Nov 28 13:34:59 UTC 2018


./mythbuild.sh --plugins doesn't appear to be working.


There is a typo here :-

https://github.com/MythTV/packaging/blob/master/android/mythbuild.sh#L274

for i in
$MYTHINSTALLROOT/lib/libmythpluginmyth{archive,netvision,news,browser,game,music}.so
\

should be

for i in
$MYTHINSTALLROOT/lib/libmyth{archive,netvision,news,browser,game,music}.so \


that gets the plugin .so's added to the apk but the plugin menu items
still don't show which would mean either the .so can't be found by the
frontend or they are failing to load for some reason. How do I see the
frontend.log to try to debug this?


Paul H.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20181128/719b396c/attachment.html>


More information about the mythtv-dev mailing list