I think you're right.
To add the director behind the movie length open "movie_bigcover.htm" with notepad or any other (HTML-)Editor.
Search for "_MOVIE_LENGTH_" and replace the passage
<tr>
<td class="style20 td_c2" colspan="2"><font class="fsize1"><b>_TMOVIE_LENGTH_:</b></font>
<font class="fsize1" id="movie_length">_MOVIE_LENGTH_</font></td>
</tr>
with
<tr>
<td width="50%" height="40" class="style20"><font class="fsize1"><b>_TMOVIE_LENGTH_:</b></font>
<font id="OrgTitleF" class="fsize1">_MOVIE_LENGTH_</font></td>
<td width="50%" height="40" class="style20"><font class="fsize1"><b>_TMOVIE_DIRECTOR_:</b></font>
<font class="fsize1"><a href="" onClick="window.external.COLLECTION_DIRECTOR('_MOVIE_DIRECTORID_','_MOVIE_DIRECTOR_');return false;">_MOVIE_DIRECTOR_</a></font></td>
</tr>