Hi everyone. I have a strange and even funny problem since the last update. When i add a new movie to my collection and look at it with the movie card cortexmod (modified by q) it shows me that the movie has swedish subitles. I think there is a bug in the movie card. Could somone please fix it.
You may have to change something in the template - it should be "[wherever your own files directory resides]\eXtreme Movie Manager\MovieCards\cortex mod(modified_By_Q).htm"
On line 91, replace:
var subtitles="_MOVIE_CUSTOMFIELD2_";
with:
var subtitles="_MOVIE_SUBTITLE_";
This should force the template to check for subtitles in the subtitle field instead of looking into the custom field 2.
Thanks a lot. It worked . I like the cortex mod movie card very mutch. But it has some minor bugs and for somone like me who doesn´t understand html it is hard to fix.
BTW: Can someone tell me where i can enter Menus so that the card main menu shows me a "yes" and not a "no".
For this particular template the Menu information is stored in Custom field 3. Don't know if there is a common understanding about where to put menu information. As far as I'm aware of there is no dedicated 'Menu' field in XMM (yet).
If you're going to use that with Custom field 3 you should only enter something there if you want "yes" to get displayed in the Moviecard. The template only checks if there is anything in Custom field 3 and if it is it assumes there are menus. So typing in "no" would be a bad idea. ;)