Kodi Community Forum

Full Version: TV Shows - Do not show art when folder is empty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I add a TV Show in Sickbeard. Sickbeard creates an empty folder for the show. But can not always find episodes right away.

But because there is a folder. XBMC scrapes the TV show info and art.

Is it possible to tell the scraper to only scrape things if there is something in the folder. So when the tv show folder is empty, to leave it alone.
advancedsettings.xml (wiki)

PHP Code:
<advancedsettings>
<
videolibrary>
<
hideemptyseries>true</hideemptyseries>
</
videolibrary>
</
advancedsettings
Thank you very much!