How to remove custom Video Version 'Type' when you've used 'New Type' option? - 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: How to remove custom Video Version 'Type' when you've used 'New Type' option? (/showthread.php?tid=379361) |
How to remove custom Video Version 'Type' when you've used 'New Type' option? - Speedy- - 2024-11-05 Just wondering, does anyone know how to remove a 'Type' you've added to the list? There doesn't appear to be an option? i.e. when you use this feature - https://kodi.wiki/view/Video_versions And you go to 'New Type' in the list and say you added something like 'Random 123', you would then have a list that looks something like:
RE: How to remove custom Video Version 'Type' when you've used 'New Type' option? - Hitcher - 2024-11-05 There currently isn't a way to remove them. RE: How to remove custom Video Version 'Type' when you've used 'New Type' option? - CrystalP - 2024-11-05 indeed there is no GUI, the only way is to delete directly in the database (videoversiontype table). But be careful that nothing actually uses that type (videoversion table, itemType column) and backup first. RE: How to remove custom Video Version 'Type' when you've used 'New Type' option? - Speedy- - 2024-11-05 Dang... ok thank you. Shall I drop that into the feature requests? RE: How to remove custom Video Version 'Type' when you've used 'New Type' option? - Speedy- - 2024-11-05 I've dropped it in the Requests folder for now. |