Release myth2kodi -- generate Kodi friendly file-names from MythTV recordings.
#76
(2017-05-05, 03:50)mayaco Wrote: I am using the showTranslations file for Empire = Empire (2015). It is ignoring and still using "Empire". The file is in /home/mythtv/.mythtv/.myth2kodi/ ... is that where it needs to be? Same spot that mythicalLibrarian uses but doesn't seem to be working. The actual script exists in /usr/local/bin/myth2kodi.

The myth2kodi script specifies a working directory (m2kdir). This is where myth2kodi looks for the showTranslations file, it is also where logs are written and other information used by myth2kodi is stored. The default value is:
Code:
m2kdir="$HOME/.myth2kodi"
which when called by the mythtv user should resolve to:
Code:
/home/mythtv/.myth2kodi
However, you may have changed this if you installed using the install.sh script and specified a non-default value. You can check the current value by using:
Code:
grep '^m2kdir=' /usr/local/bin/myth2kodi
Reply


Messages In This Thread
RE: myth2kodi -- generate Kodi friendly file-names from MythTV recordings. - by stuartk - 2017-05-05, 04:40
Logout Mark Read Team Forum Stats Members Help
myth2kodi -- generate Kodi friendly file-names from MythTV recordings.2