jurialmunkey

Results 242 comments of jurialmunkey

It's because RTL languages reverse the string order which means that the search path is backwards too. Could you test the version in `fix_search_rtl` branch PR and let me know...

The errors are not important. It is just kodi saying the plugin returned no items for the container. There are two issues at play here. The first is that rtl...

Hebrew and Arabic are different character sets. All characters require encoding not just special characters. Arabic characters are complex and likely being lost or garbled when passed from kodi to...

As an example, here is your single word search as a saved search in TMDbHelper. You can see from the overlay that the path has been saved with percent encoding...

That is some good investigation and I think you're right. I thought it was because the characters are not encoded (which possibly could be an additional problem) but it appears...

Thanks, this is all really useful info. I'll have to think a bit more about possible solutions. At the moment I think there are three issues: rtl being reverse; lack...

@movianlost - Can you test v4.10.21 of TMDbHelper https://github.com/jurialmunkey/plugin.video.themoviedb.helper/releases/tag/v4.10.21 That should normalize and decompose the FE character block back into 06 forms which should make the searches work correctly from...

What setting do you have for Default Play Action?

All the browse/play button does on the fullscreen widget is perform `Action(Select)` - So it will do what ever your default select action is set as. It's the same as...

Yeah I was thinking of adding a vertical "combined" view sort of similar (basically a mashup of the standard + info list). There's a few other viewtypes I also want...