2015-08-09, 15:33
@omriamos
1.
Create file "TV Show.xsp" in your \kodi\userdata\playlists\video folder where other playlists are.
Populate it with this (dont use notepad... use PSPad or Notepad++ instead):
or create your own over a GUI in kodi with your filters and set to random order, but in that case you will also need to edit the file manually after to set limit to 1 (this you cant do over a GUI) or random will not be really random.
2.
go to kodi settings -> skin settings -> Home
and set "home menu style" to classic...at least i have this option, I know that vertical didnt work (but i dont have the latest version now... it might work on the latest)
3.
go to kodi settings -> skin settings -> widgets
and set "only display widgets when pressing up", at least i have this option... so if i would like to know which tv series fanart is there I can get all needed when I press up
4.
go to kodi settings -> skin settings -> Home -> customise home menu
navigate to your tv show homepage section on the left side
press "select background" on the right side
and select the "TV Show" playlist you have created
thats it
The same way I have done with movies, and cartoon movies.
In the movies section I have taken special care with filters so I dont get non-icandy/boring or inappropriate fanart for kids (like violence, bloody scene)
1.
Create file "TV Show.xsp" in your \kodi\userdata\playlists\video folder where other playlists are.
Populate it with this (dont use notepad... use PSPad or Notepad++ instead):
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>TV Show</name>
<match>all</match>
<limit>1</limit>
<order direction="ascending">random</order>
</smartplaylist>
or create your own over a GUI in kodi with your filters and set to random order, but in that case you will also need to edit the file manually after to set limit to 1 (this you cant do over a GUI) or random will not be really random.
2.
go to kodi settings -> skin settings -> Home
and set "home menu style" to classic...at least i have this option, I know that vertical didnt work (but i dont have the latest version now... it might work on the latest)
3.
go to kodi settings -> skin settings -> widgets
and set "only display widgets when pressing up", at least i have this option... so if i would like to know which tv series fanart is there I can get all needed when I press up
4.
go to kodi settings -> skin settings -> Home -> customise home menu
navigate to your tv show homepage section on the left side
press "select background" on the right side
and select the "TV Show" playlist you have created
thats it
The same way I have done with movies, and cartoon movies.
In the movies section I have taken special care with filters so I dont get non-icandy/boring or inappropriate fanart for kids (like violence, bloody scene)