(2021-08-27, 17:08)black_eagle Wrote: (2021-08-27, 16:15)WishItWas1984 Wrote: Can I point menu button "His Movies" to a Smart Playlist called "His Movies", and tgen in tge playlist, setup multiple rules for the multiple drive paths?
Yes. If you name your directories "hismovies1", hismovies2", "hermovies1", "hermovies2" etc then you can use a smartplaylist rule of "path contains 'his/her' and split your media into two playlists. You then point your buttons to open those two playlists.
The "path contains" rule will match local and networked media and is OS independent, so will match f.e. E:\Movies\hismovies1
, smb://server/movies/hismovies3
or /mnt/moviedrive/movies/hermovies2/
.
I've finally been able to dedicate some free time to getting this to work. I did more digging and what you say will work and I've seen videos of people literally going through a basic Smart Playlist setup with it working, yet nothing I try is succeeding. Here's what I did. Am I missing something obvious?
I have 2 drives with TV subfolders. Instead of giving them a unique word, such as his/her above, I decided to use the "Path" function as that seemed to be the most straight forward. I tested this by attempting to create just 1 Smart Playlist with 1 rule to display 1 drive's set of TV Shows.
First I used Files to browse to this TV show subfolder and used "Set Content" to set it to the "TV Shows" type and to use local information rather than online scraping. This worked just file.
Then I went into Playlists and did the following after clicking to create a Smart Playlist:
1) I set the Type to "TV Shows"
2) I set the rule to "Path", changed "Contains" to "Starts With", then used "Browse" to navigate to the TV show subfolder, then hit OK. My assumption is that when activated, everything show inside the TV show subfolder (all of the show folders themselves) will display at the end.
3) I think hit OK and Kodi prompted me for a name for the playlist. I gave it one.
When I ran the playlist, it was a blank screen. No shows appeared at all. Nothing did.
If I did it again and changed "Starts With" to "Is", so it would literally ONLY show that path....same thing.
I feel like this is the easiest method and it STILL isn't working, and I'm at an utter loss as to why.
I believe I downloaded the correct playlist I created. Here is the code if that helps:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name></name>
<match>all</match>
<rule field="path" operator="is">
<value>/media/Saturday Morning_Prime/TV - Saturday Morning/</value>
</rule>
</smartplaylist>