My Movies Wiki
Navigation
Main Page
Random Page
Create a new Page
All Pages
Categories
Administration
File Management
Login/Logout
Language Selection
Your Profile
Create Account
Quick Search
Advanced Search »
Back
History
Collection Management - File Menu
<!-- Styles Moved internal - Firefox 2.0.0.11 didn't like when they were linked in the body --> <!-- a text file with these styles can be found at {UP}Collection%20Management%2fStyleSheets%2fMenuStyles.txt --> <style> div.MMCMMenu { float: left; position: relative; width: 100%; padding-bottom: 2px; padding-top: 4px; } img.MMCMMenu { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; position: absolute; top: 4px; left: 0px; width: 480px; } div.MMCMMenuImageArea { position: absolute; top: 0px; left: 0px; width: 480px; } div.MMCMMenuItem { font-weight: normal; font-size: 9pt; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; border-right: #7b7b7b 1px solid; border-top: #7b7b7b 1px solid; border-left: #7b7b7b 1px solid; border-bottom: #7b7b7b 1px solid; background-color: #ffff99; position: absolute; z-index: 1000; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px; height: 16px; overflow: hidden; } div.MMCMBackToMain{ font-weight: normal; font-size: 9pt; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; background-color: transparent; position: absolute; z-index: 1000; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px; height: 16px; left: 0px; bottom: 4px; overflow: hidden; } </style> <!-- Image Map is at the bottom of the text to avoid clutter --> ===Description=== ((( The items on the File Menu are mainly used for [#DBSelectAndMaint|database selection & maintenance], [#ServerSelect|server selection], and [#DataImportAndExport|data importing & exporting]. ))) {BR} ==="Clickable" Image=== <div class="MMCMMenu" style="height: 245px;"> <img class="MMCMMenu" style="height: 218px;" src="{UP}Collection%20Management%2fImages%2fMenu_File.gif" alt="File Menu" usemap="#MenuImageMap"/> <div class="MMCMMenuItem" style="left: 195px; top: 50px;">[#DBSelectAndMaint|Database Selection & Maintenance]</div> <div class="MMCMMenuItem" style="left: 195px; top: 97px;">[#ServerSelect|Server Selection]</div> <div class="MMCMMenuItem" style="left: 195px; top: 122px;">[#DBSelectAndMaint|Database Selection & Maintenance]</div> <div class="MMCMMenuItem" style="left: 195px; top: 159px;">[#DataImportAndExport|Data Importing & Exporting]</div> <div class="MMCMMenuItem" style="left: 195px; top: 194px;">[#ExitApplication|Exit Application]</div> <div class="MMCMBackToMain">[Collection Management - Main Menu|<< Main Menu >>]</div> </div> ===Menu Items=== ((( =====Database Selection & Maintenance=====[anchor|#DBSelectAndMaint] * [anchor|#NewDatabase]'''New Database <sup>[#note1|1]</sup>''' - creates a new 2.4x database * [anchor|#BackupDatabase]'''Backup Database <sup>[#note2|2]</sup>''' - backs up an existing 2.4x database including all cover and actor photo images * [anchor|#RestoreDatabase]'''Restore Database <sup>[#note1|1], [#note2|2]</sup>''' - restores an existing 2.4x database from a backup made with Backup Database * [anchor|#PriorDatabase]'''Open Prior Database <sup>[#note1|1]</sup>''' - opens and converts a pre-2.4x database (Access .mdb file) to the 2.4x format (SQL Server) {BR} =====Server Selection=====[anchor|#ServerSelect] * [anchor|#ConnectToServer]'''Connect To Server''' - used to select the My Movies database server for this client '''<sup>[#note3|3]</sup>''' {BR} =====Data Importing & Exporting=====[anchor|#DataImportAndExport] * [anchor|#Import]'''Import''' ** '''DVD Profiler XML''' - imports data from the XML file generated with DVD Profiler ** '''DVD Profiler XML (3.x)''' - imports data from a DVD Profiler v3.x database ** '''Folder Content''' - imports titles found in selected folder, if title is found in WebService, data is automatically downloaded * [anchor|#Export]'''Export''' ** '''XML File''' - exports data from My Movies database to an XML file {BR} =====Exit Application=====[anchor|#ExitApplication] * [anchor|#Exit]'''Exit''' - closes the Collection Management application ))) {BR} ===Notes=== #[anchor|#note1]has the potential to completly overwrite an existing 2.4x database, pay __'''close'''__ attention to any prompts displayed while performing this action #[anchor|#note2]can only be run from Collection Management on the server #[anchor|#note3]see the [Frequently Asked Questions|FAQ] (particularly question #2) and [Multi Zone|Multi Zone] documentation for more information <!-- Image Map - keep at bottom to avoid clutter --> <!-- If anyone finds a way to do an include in ScrewTurn, the image map should --> <!-- probably be changed to an include - a text file with the map should already be at: --> <!-- {UP}Collection%20Management%2fImageMaps%2fMenu_File.txt --> <map name="MenuImageMap" id="MenuImageMap"> <area shape="rect" coords="33,2,63,23" href="{mainurl}Collection%20Management%20-%20Title%20Menu.ashx" alt="Collection Management - Title Menu" title="Collection Management - Title Menu" /> <area shape="rect" coords="68,2,128,23" href="{mainurl}Collection%20Management%20-%20Collection%20Menu.ashx" alt="Collection Management - Collection Menu" title="Collection Management - Collection Menu" /> <area shape="rect" coords="134,2,203,23" href="{mainurl}Collection%20Management%20-%20WebService%20Menu.ashx" alt="Collection Management - WebService Menu" title="Collection Management - WebService Menu" /> <area shape="rect" coords="209,2,269,23" href="{mainurl}Collection%20Management%20-%20Configure%20Menu.ashx" alt="Collection Management - Configure Menu" title="Collection Management - Configure Menu" /> <area shape="rect" coords="275,2,306,23" href="{mainurl}Collection%20Management%20-%20Help%20Menu.ashx" alt="Collection Management - Help Menu" title="Collection Management - Help Menu" /> <area shape="rect" coords="5,25,165,46" href="#NewDatabase" alt="New Database" title="New Database" /> <area shape="rect" coords="5,47,165,68" href="#BackupDatabase" alt="Backup Database" title="Backup Database" /> <area shape="rect" coords="5,69,165,90" href="#RestoreDatabase" alt="Restore Database" title="Restore Database" /> <area shape="rect" coords="5,94,165,115" href="#ConnectToServer" alt="Connect To Server" title="Connect To Server" /> <area shape="rect" coords="5,119,165,140" href="#PriorDatabase" alt="Open Prior Database" title="Open Prior Database" /> <area shape="rect" coords="5,147,165,164" href="#Import" alt="Import" title="Import" /> <area shape="rect" coords="5,169,165,186" href="#Export" alt="Export" title="Export" /> <area shape="rect" coords="5,193,165,214" href="#Exit" alt="Exit" title="Exit"/> </map>