/*------------------------------------------------------------------------*\ | Script Name: | ToneDEF_Config.txt | | Version: | 1.00 (11/01/13) | | Author: | ToneDEF (aka Tony Elliott) http://tonedef.net | | Details: | Required configuration file for the ToneDEF HTMLTemplate. | | | Works with eXtreme Movie Manager 8 "My Website" feature. | |--------------------------------------------------------------------------| | Use the variables below to set global features of the ToneDEF template. | | NOTE: View the "Settings" section of ToneDEF_Help.html for more info. | \*------------------------------------------------------------------------*/ /*-------------------------------------*\ | MOVIE DETAIL PAGE SETTINGS START HERE | \*-------------------------------------*/ // Set to false to disable the previous/next movie links showPrevNextMovie = true; // Set to false to hide the ratings bar image showRatingBar = false; // Set to true to show the play file buttons online showFilesOnline = false; // Set to false disables the play file feature on the details page showPlayButton = false; /*------------------------------------------*\ | COLLECTION FILTER PAGE SETTINGS START HERE | \*------------------------------------------*/ // Set the corresponding filter true to show or false to hide useFilterTitle = true; useFilterGenre = true; useFilterYear = true; useFilterMedia = true; useFilterRating = true; useFilterAdded = true; // This replaces the EMM ' - ' filter delimiter // Set an empty string "" to disable this feature filterDelim = " | "; // This is the heading text for the home page (index.htm) - Change it to suit your site // Set an empty string "" to disable this feature homePageHeading = "My Movies Home"; // This is the descriptive text shown on the home page - Html tags can be used here // Set an empty string "" to disable this feature homeDesc = "Welcome to my online movie catalogue."; // Show the text only message on the home page showTxtOnlyMsg = false; // Show the BinaryWorks thankyou image & text links on the home page showThanks = false; // To hide the help button on he home page set this to false showHelpButton = false; // Setting this to false will disable the text only feature useTextOnly = true;