Kodi Community Forum

Full Version: Post-install problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Thanks that seems to have sorted it out. Cheers