Android How to stop saving the last watched channels or limit the amount? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Android How to stop saving the last watched channels or limit the amount? (/showthread.php?tid=348640) |
How to stop saving the last watched channels or limit the amount? - marcioster - 2019-10-22 Hello, I am using Kodi version 18.4 and I am not finding an option to limit the amount of watched TV channels or to stop saving. Is there any option for this? Thanks, Márcio RE: How to stop saving the last watched channels or limit the amount? - DaVu - 2019-10-23 I guess you are talking about the "Recently played channels" from the PVR section. If so and if you want to remove that section, you have to modify the skin in use. In case we are talking about Estuary and you want to remove that section completely: https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Home.xml#L408-L415 That's the part which need to be removed If you want to have another limit: https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Includes_Home.xml#L459 change that value to whatever fits your needs. |