2020-12-31, 03:51
Kodi 18.8
Skin: Amber
Database: MariaDB 10.4.17
I recently decided to move to using the database method as the number of Kodi devices I own keeps increasing. I've been able to trudge through so far until I hit this wall with the smart playlists emptying themselves.
My current file structure is as follows:
Entertainment Folder
* Anime Folder
* Cartoons Folder
* Documentaries Folder
* Movies Folder
* TV Shows Folder
* Music Folder
I have a kid and decided to split out the cartoons from the TV Shows. Having Batman: The Animated Series right next to Breaking Bad just wasn't going to work. That split lead to me pulling the anime and documentaries out into their own folders as well. I thought I could just set up new categories on the Home Menu and link to each of the folders with no issue. Little did I know that doing so is apparently not possible and that I would need to create smart playlists for each of the folders then add the playlists to the Home Menu.
I followed the process I found describing how to do so and the anime folder/playlist worked great. Videos were there, the fanart and cover art were all showing up as they should. I proceeded to follow the same process for cartoons and documentaries. Kodi updated the libraries and suddenly all of the playlists were empty. I made no changes.
I tried changing the rules for the playlist, deleting and remaking the playlist, etc. but now the playlist will not reacquire content. It is almost like once the playlist is created relating to the folder, it cannot be remade once it empties itself.
I thought this may have been an issue caused by operating outside of the boundaries TV Shows/Movie folder confines. I tested by making a "Bond" playlist for the James Bond movies in the Movie folder. The Bond playlist worked great. Videos were there, the fanart and cover art were all showing up as they should. I updated the Kodi libraries and suddenly the Bond playlist was empty.
I'm at a loss.
Note that the playlist type says "musicvideos" as that was the last test I ran to see if that would help. It didn't.
Any guidance is welcome. I was going to upload my logs but paste.kodi.tv said it was too long.
Skin: Amber
Database: MariaDB 10.4.17
I recently decided to move to using the database method as the number of Kodi devices I own keeps increasing. I've been able to trudge through so far until I hit this wall with the smart playlists emptying themselves.
My current file structure is as follows:
Entertainment Folder
* Anime Folder
* Cartoons Folder
* Documentaries Folder
* Movies Folder
* TV Shows Folder
* Music Folder
I have a kid and decided to split out the cartoons from the TV Shows. Having Batman: The Animated Series right next to Breaking Bad just wasn't going to work. That split lead to me pulling the anime and documentaries out into their own folders as well. I thought I could just set up new categories on the Home Menu and link to each of the folders with no issue. Little did I know that doing so is apparently not possible and that I would need to create smart playlists for each of the folders then add the playlists to the Home Menu.
I followed the process I found describing how to do so and the anime folder/playlist worked great. Videos were there, the fanart and cover art were all showing up as they should. I proceeded to follow the same process for cartoons and documentaries. Kodi updated the libraries and suddenly all of the playlists were empty. I made no changes.
I tried changing the rules for the playlist, deleting and remaking the playlist, etc. but now the playlist will not reacquire content. It is almost like once the playlist is created relating to the folder, it cannot be remade once it empties itself.
I thought this may have been an issue caused by operating outside of the boundaries TV Shows/Movie folder confines. I tested by making a "Bond" playlist for the James Bond movies in the Movie folder. The Bond playlist worked great. Videos were there, the fanart and cover art were all showing up as they should. I updated the Kodi libraries and suddenly the Bond playlist was empty.
I'm at a loss.
xml:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="musicvideos">
<name>Anime</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>smb://192.168.1.77/Entertainment/Anime/</value>
</rule>
<order direction="ascending">title</order>
</smartplaylist>
Note that the playlist type says "musicvideos" as that was the last test I ran to see if that would help. It didn't.
Any guidance is welcome. I was going to upload my logs but paste.kodi.tv said it was too long.