MobileUI support in current tvheadend
Added by bene sch over 3 years ago
Hi everyone,
due to some issues (not related to tvheadend), I had to reinstall my raspberry pi (model 3B+, now raspbian os buster) which was running tvheadend smoothly for almost two years. I have to say, I am not a unix expert. I installed tvheadend again via apt-get (version 4.2.8-34~g24a2f59e9) and I was able to get almost everything to work again.
The only thing I am missing is the mobileUI (https://github.com/polini/TvheadendMobileUI). I was very used to that interface and I really like the overview in that EPG and the ability to record from that. However, copying the files into /usr/share/tvheadend/src/ did not work anymore. Also the other locations mentioned did not work. Does anyone know, where I have to copy the files, that the tvheadend webserver recognizes it?
Replies (2)
RE: MobileUI support in current tvheadend - Added by Dave Pickles over 3 years ago
You should be able to copy the 'mobile' directory from the UI into /usr/local/share/tvheadend/src/webui/static/ - does that directory exist?
The user must have the 'web interface' box ticked (configuration -> users -> Access Entries).
A similar interface (intended for desktops but usable on mobiles) is TVHadmin-JS (https://github.com/dave-p/TVHadmin-JS).
RE: MobileUI support in current tvheadend - Added by bene sch over 3 years ago
I tried it again and now it works. I must have done some mistake before.
Thank you for the other interface mentioned, that also looks quite good and I might change to that one.