Kodi Community Forum
Solved Post-install problems - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved Post-install problems (/showthread.php?tid=200889)



Post-install problems - adetrade - 2014-07-29

Installed, updated Java, set everything up, then next time I fire it up I get this.....

http://imgur.com/PjoMpmi

Any advice to resolve this problem would be great, as I was was just getting into using the software....cheers


RE: Post-install problems - mlaggner - 2014-07-29

there is a bug in 2.5.5 which causes the UI to throw errors if you have all columns (except the title) in the movie table hidden.
If you are able to get into the settings, just select at least a second column (like year).
If you aren't able to get into the settings - open the config.xml inside the tinymediamanager.app and delete one or more of the following lines:

Code:
<imageColumnVisible>false</imageColumnVisible>
<nfoColumnVisible>false</nfoColumnVisible>
<subtitleColumnVisible>false</subtitleColumnVisible>
<trailerColumnVisible>false</trailerColumnVisible>
<yearColumnVisible>false</yearColumnVisible>

that issue if fixed within v2.6


RE: Post-install problems - adetrade - 2014-07-29

Thanks that seems to have sorted it out. Cheers