(2022-02-07, 23:32)axlt2002 Wrote: Hello @Nanomani , thanks for your post and sorry for my late answer.
No problem
. thanks for your answer
(2022-02-07, 23:32)axlt2002 Wrote: To be honest I have never tried the add-on with smart playlists so it is possible that there are some bugs to be found! I will try to play a littlle with smart playlists and see what happens. Just some questions for clarification:- What differs between the first and the third screenshot you posted? I see the add-on error message in both...
- Still between the first and third: are that the same smart playlists? It seems yes...
No, it is not the same playlists.
Sorry for the confuse. it is my bad. I have post the wrong screenshoot for the first one. (updated with the good screenshot)
(2022-02-07, 23:32)axlt2002 Wrote: - What differs between the smart playlist for which everything goes well and the one that gives the error?
example where the context menu don't work :
playlists "1 - new - 20 - DERNIER LU"
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>1 - new - 20 - DERNIER LU</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>/var/media/MEDIATHEQUE/NVIDIA_SHIELD/video/film/</value>
</rule>
<rule field="year" operator="greaterthan">
<value>1989</value>
</rule>
<rule field="playcount" operator="greaterthan">
<value>0</value>
</rule>
<order direction="descending">lastplayed</order>
</smartplaylist>
playlists example where the context menu works fine :
playlists "3 - film - 20 - DERNIER LU"
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>3 - film - 20 - DERNIER LU</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>/var/media/MEDIATHEQUE/NVIDIA_SHIELD/video/film</value>
</rule>
<rule field="playcount" operator="isnot">
<value>0</value>
</rule>
<order direction="descending">lastplayed</order>
</smartplaylist>
(2022-02-07, 23:32)axlt2002 Wrote: - Is the error on the same movie?
[/list]
Yes, on same movie the context menu works fine or not. It depend from which playlist you use context menu.
EDIT 1 : I will do some tests on my side to find what is bug with some playlists