Kodi Community Forum
Req A way to search for foreign language movies/shows - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Req A way to search for foreign language movies/shows (/showthread.php?tid=208705)



A way to search for foreign language movies/shows - EyeCandy - 2014-11-13

I would like a way to search for movies that contain English + at least one other language. So the language field contains "en" but not only "en".

Thanks for considering it.


RE: A way to search for foreign language movies/shows - mlaggner - 2014-11-14

Do you mean the field spoken languages or audio streams?


RE: A way to search for foreign language movies/shows - ktpires - 2014-11-14

smart playlists, for example this for subs... you need three characters, spa, eng, swe, por ... in minus


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies with Swedish subs</name>
<match>all</match>
<rule field="subtitlelanguage" operator="is">
<value>swe</value>
</rule>
<group>none</group>
</smartplaylist>

and this for audio stream

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>film vo</name>
<match>all</match>
<rule field="audiolanguage" operator="is">ENG</rule>
<order direction="ascending">title</order>
</smartplaylist>


RE: A way to search for foreign language movies/shows - EyeCandy - 2014-11-14

(2014-11-14, 12:11)mlaggner Wrote: Do you mean the field spoken languages or audio streams?

I was thinking of spoken languages field, but audio streams would be much better. The languages field from IMDB is inaccurate for some of my movies, because they are showing the original languages and I have dubbed audio streams.

(2014-11-14, 19:23)ktpires Wrote: smart playlists, for example this for subs... you need three characters, spa, eng, swe, por ... in minus

Thanks for this information that I can probably use. I am still interested in the original question which is searching within tinyMediaManager.