Kodi Community Forum
Node tvshow notworking - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Node tvshow notworking (/showthread.php?tid=351617)



Node tvshow notworking - Endamir - 2020-02-10

Hi,

I've created some nods for tvshow example for titles :
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="filter">
<label>369</label>
<icon>DefaultTVShowTitle.png</icon>
<content>tvshows</content>
<rule field="playlist" operator="is">Series_Mangas</rule>
</node>

What i do is make some restriction link on playlist.
Playslist show me exactly what i want.

But on the node, in titles I see all tvshow and not only the playlist.

It's totally functional for movie but i canno't make it work for tvshow.

Did someone got an idea?

Best Regards


RE: Node tvshow notworking - Endamir - 2020-02-10

(2020-02-10, 22:26)Endamir Wrote: Hi,

I've created some nods for tvshow example for titles :
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="filter">
<label>369</label>
<icon>DefaultTVShowTitle.png</icon>
<content>tvshows</content>
<rule field="playlist" operator="is">Series_Mangas</rule>
</node>

What i do is make some restriction link on playlist.
Playslist show me exactly what i want.

But on the node, in titles I see all tvshow and not only the playlist.

It's totally functional for movie but i canno't make it work for tvshow.

Did someone got an idea?

Best Regards

Hi again,

I've test with rule field 'Path' on strangly it's work !
Meaning that filter seam to work on tvshow!


RE: Node tvshow notworking - Endamir - 2020-02-11

(2020-02-10, 23:20)Endamir Wrote:
(2020-02-10, 22:26)Endamir Wrote: Hi,

I've created some nods for tvshow example for titles :
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="filter">
<label>369</label>
<icon>DefaultTVShowTitle.png</icon>
<content>tvshows</content>
<rule field="playlist" operator="is">Series_Mangas</rule>
</node>

What i do is make some restriction link on playlist.
Playslist show me exactly what i want.

But on the node, in titles I see all tvshow and not only the playlist.

It's totally functional for movie but i canno't make it work for tvshow.

Did someone got an idea?

Best Regards

Hi again,

I've test with rule field 'Path' on strangly it's work !
Meaning that filter seam to work on tvshow! 

Anybody for a clue?