2012-05-14, 15:55
I have created a Smart Playlist for 'Recently watched Videos'. Here it is:
Note: I used the GUI to create it. My skin is Aeon Nox :
This is similar to the 'recent songs' example in the 'Smartplaylist' wiki.
When I select the 'Recently played Videos' play list, I get a blank list.
I even played a few short videos to test it, but the list is still blank.
I checked the xbmc.log, & noticed these 2 lines:
17:20:50 T:5136 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(newsmartplaylist) in newsmartplaylist://
17:20:50 T:5136 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(newsmartplaylist) in newsmartplaylist://movie.tbn/
Do they mean anything ?
Is there any other info I need to add to the code to make it work ?
Thanks !
Note: I used the GUI to create it. My skin is Aeon Nox :
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Recently Played Videos</name>
<match>all</match>
<rule field="lastplayed" operator="inthelast">2 weeks</rule>
<limit>50</limit>
<order direction="descending">lastplayed</order>
</smartplaylist>
This is similar to the 'recent songs' example in the 'Smartplaylist' wiki.
When I select the 'Recently played Videos' play list, I get a blank list.
I even played a few short videos to test it, but the list is still blank.
I checked the xbmc.log, & noticed these 2 lines:
17:20:50 T:5136 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(newsmartplaylist) in newsmartplaylist://
17:20:50 T:5136 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(newsmartplaylist) in newsmartplaylist://movie.tbn/
Do they mean anything ?
Is there any other info I need to add to the code to make it work ?
Thanks !