v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Merry Christmas everyone and again thanks for all the support with LibreElec.

I have a quick issue.
When creating smart playlists for "Kids Movies" I am running into issues.

When I set the MPAA rating to either "Rated PG" or [contains] "PG" it fails to pull any files back. This is working on the example with the film Cars which has a MPAA rating showing in Kodi as PG


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Kids</name>
<match>all</match>
<rule field="mpaarating" operator="contains">
<value>Rated PG</value>
</rule>
<rule field="mpaarating" operator="contains">
<value>Rated U</value>
</rule>
</smartplaylist>


Running the smart playlist fails to report back any movie with MPAA ratings

The only way I can get films to filter is to explicitly declare the film name

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name></name>
<match>all</match>
<rule field="title" operator="is">
<value>Cars</value>
</rule>
</smartplaylist>


Is anyone seeing this issue or is it me and I have missed something

Thanks all. Nick


Messages In This Thread
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - by nick w - 2017-12-27, 11:01
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24