Kodi Community Forum
TinyMediaManager Tag are not in French - 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: TinyMediaManager Tag are not in French (/showthread.php?tid=354481)



TinyMediaManager Tag are not in French - ChristoheB - 2020-05-16

Hello,

I configure all TinyMediaManager options with "French". And the NFO export language to French too.
When i read the .nfo file created by Tiny, i can read all informations in the French Language as <plot>, <outline>, <certification>, <genre>.
But all informations except <tab>. Indeed, the tags stay in English.
For exemple :

  <tag>rain</tag>
  <tag>wheelchair</tag>
  <tag>computer</tag>
  <tag>stripper</tag>
  <tag>bank robbery</tag>
  <tag>tunnel</tag>

Can you help me ?

Regards

Christophe


RE: TinyMediaManager Tag are not in French - mlaggner - 2020-05-17

because tags are just simple strings. Tmm gets them as they are on sites like imdb/tmdb - there is NO translation for it


RE: TinyMediaManager Tag are not in French - ChristoheB - 2020-05-17

(2020-05-17, 07:27)mlaggner Wrote: because tags are just simple strings. Tmm gets them as they are on sites like imdb/tmdb - there is NO translation for it
Thanks for this information.