2011-02-26, 18:31
booker88 Wrote:I must be blind. What setting in advancedsettings.xml will toggle off "all seasons" ??
I looked here and didn't see anything about "all seasons". http://wiki.xbmc.org/index.php?title=Adv...ttings.xml
Include this line in your advancedsettings:
Code:
<hideallitems>true</hideallitems>
If it helps, here's my entire advancedsettings:
Code:
<advancedsettings>
<useddsfanart>true</useddsfanart>
<videolibrary>
<cleanonupdate>true</cleanonupdate> <!-- default set to false to prevent xbmc from removing items from the database while updating -->
<hideallitems>true</hideallitems> <!-- removes the "*All" items from the video library -->
</videolibrary>
</advancedsettings>