Solved Once Upon a Time... in Hollywood in a playlist ?? - 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: Solved Once Upon a Time... in Hollywood in a playlist ?? (/showthread.php?tid=354217) |
Once Upon a Time... in Hollywood in a playlist ?? - pletopia - 2020-05-06 So if this is in the wrong section, I apologize and please move I'm trying to add Once Upon a Time... in Hollywood to my Oscar's playlist but no matter what it will not display .. and yes I do have a copy of the movie in my DB. Officially it got scrapped as "Once Upon a Time... in Hollywood". When I try this: Code: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> EDIT: Ohh sorry, forgot to say I'm using Kodi 18.6. If logs are necessary I can upload but I glanced at it and there isn't really anything in there. RE: Once Upon a Time... in Hollywood in a playlist ?? - the_other_guy - 2020-05-07 you havre <match>one</match> but 2 <value>Green Book</value> <value>Once Upon a Time... in Hollywood</value> you may need <match>all</match> https://forum.kodi.tv/showthread.php?tid=350514&pid=2911959#pid2911959 <name>Best Supporting Actor</name> ? <match>Actor name</match> <rule field="title" operator="in"> not needed for Actor name <value>Green Book</value> <value>Once Upon a Time... in Hollywood</value> RE: Once Upon a Time... in Hollywood in a playlist ?? - pletopia - 2020-05-09 (2020-05-07, 02:54)the_other_guy Wrote: you havre <match>one</match> Best supporting actor is name of the playlist .. does not affect the matches in anyway. Also the real playlist (I truncated it down to play around with it) is much longer and will display many titles so that 1 will not affect it either. The full "real" playlist I want to use is this one: https://ghostbin.co/paste/eovwh .. as is, it maches 53 titles in my library but is missing Once Upon a Time... in Hollywood RE: Once Upon a Time... in Hollywood in a playlist ?? - Karellen - 2020-05-09 @pletopia I just checked your naming of that movie. The 3 periods in the title are scraped as an ellipse and not three separate periods so I assume someone entered the title incorrectly at TheMovieDB Using the Manage>Change Title context menu item, rename the movie in your library to either Once Upon a Time in Hollywood or replace the ellipse with three separate periods and see if that works. RE: Once Upon a Time... in Hollywood in a playlist ?? - pletopia - 2020-05-09 @Karellen Weird as when I looked at it in my main library view they looked like three periods but after renaming it it searches properly and appears in the playlist now. Once Upon a Time... in Hollywood in a playlist ?? - Karellen - 2020-05-09 Thread marked solved. |