Kodi Community Forum

Full Version: Move live tv from add-ons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there anyway to move live tv from add-ons to the main menu, i hardly use pictures and like to replace it
What you can do is rename "Pictures" to "Live TV" and remove eveything from that menu. Then create a favorite from Live TV and add it to the renamed section "Live TV.
You probably need to manually add the favorite to the favorites.xml because there is no way to do that in Kodi. You can use this:
<favourite name="TV EPG">ActivateWindow(TVGuide)</favourite>
and this:
<favourite name="Live TV">ActivateWindow(TVChannels)</favourite>
For the channels and guide.

Good luck!