old question but no solution: cannot run smart playlist in XBMC 11

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tungnt Offline
Junior Member
Posts: 11
Joined: Apr 2012
Reputation: 0
Post: #21
thank. I will follow your advice.

BR

Tung
find quote
roycejp Online
Junior Member
Posts: 20
Joined: Apr 2012
Reputation: 0
Post: #22
I'm not sure if I'm supposed to start a new thread for this, but I have the same issue.

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 :


<?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 !
find quote
Post Reply