Kodi Community Forum

Full Version: Smart Playlist and Play Next Video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i tried to figure this out myself, but if someone can provide any info i'll be great.
I'm using smart playlist to play certain tv shows/episodes, works great.
However, option play next video automatically doesn't work, i can't skip to next episode in playlist
If i understand playlist correctly, option 'play next video automatically' shouldn't even mater if it's a playlist.
But, i have 'play next video' setting turned ON, and it's not working.

I think problem might have something to do with <smartplaylist type="episodes">, because if i put <smartplaylist type="tvshows"> it works.

Is this a known issue or i'm doing something wrong?

Example of my smart playlist:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>Test</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>T:\Kodi\TV\</value>
    </rule>
</smartplaylist>
Maybe have a look at this Add-On... http://kodi.wiki/view/Add-on:Nextup%20Se...tification
(2017-04-11, 11:49)blossom24 Wrote: [ -> ]Maybe have a look at this Add-On... http://kodi.wiki/view/Add-on:Nextup%20Se...tification
tnx, i was using it, i had to disable it temporarily because of some weird bug, with that addon enabled next episode played, but only through addon, skip to next video still didn't work.
Usually i would go around the problem somehow if can't find a solution, but i really need this option.
Actually, it would be really helpful if someone can confirm this behavior, so i can stop thinking i missed something somewhere Smile
(2017-04-11, 12:58)maeda Wrote: [ -> ]Actually, it would be really helpful if someone can confirm this behavior, so i can stop thinking i missed something somewhere Smile

so, nobody can confirm this? I was thinking many of you are using <smartplaylist type="episodes">, if you do, does your 'skip to next video' works?

tnx