McBluna.net

User registration

For any reason the mail after registration wasn’t send out in all cases over the last few weeks. I think I’ve found the reason and hope it is fixed now. If you experience any problems please contact me via the contact form. You find the link at the bottom of the page.

McBlunas-Home-Theater-DB-Tool

Command backup

The purpose of command backup is to create a Home Theater backup archive (ztb) and an optional backup of the Home Theater poster directory C:\zidoo-hometheater-x.x.x\hometheater.cmd backup -h McBluna’s Home Theader DB ToolUsage: HomeTheater backup [-hV] [-images] (-config | ([-imageUri=URI] -zidooHostname=String -autoBackupUri=URI))create a Home Theater backup archive (ztb)  -h, –help               Show this help message and exit.  -V, –version   … Read more

McBlunas-Home-Theater-DB-Tool

Command category

TODO Subcommand add TODO create an Excel file Check the tab CUSTOM_CATEGORY column _id for the categoryId C:\zidoo-hometheater-x.x.x\hometheater.cmd category add -backupUri=Z:\BACKUP-xxxxxxxx-xxxxxx.ztb -deviceId=1 -sourceId=1 -categoryId=19 -regex=”.*Star Wars.*” DEBUG: Home Theater backup archive URI ‘file:///Z:/BACKUP-xxxxxxxx-xxxxxx.ztb’ TRACE: init DBFactory ‘V4031’ DEBUG: Connection URL: ‘jdbc:sqlite:///C:/Users/McBlu/AppData/Local/Temp/a27e2afb-5e21-4af0-a3e4-4a614dd1171f/theater.db’ TRACE: /Test/Movies/Rogue One – A Star Wars Story dolby.5.1.iso TRACE: /Test/Movies/Solo – A Star … Read more

McBlunas-Home-Theater-DB-Tool

Command export excel

The purpose of command export excel is to export the Home Theater database to Excel -tableStyle is to change the Excel table style-workbookUri is the output location of the Excel file #1 auto mode -autoBackupUri has to point to the root of the user partition of your Zidoo Player where e.g. folder Download is located-zidooHostname … Read more

McBlunas-Home-Theater-DB-Tool

Command restore

The purpose of command restore is to restore a Home Theater backup archive (ztb) and optional restore the Home Theater poster directory C:\zidoo-hometheater-x.x.x\hometheater.cmd restore -h McBluna’s Home Theader DB ToolUsage: HomeTheater restore [-hV] [-clearImages] [-images] -backupName=String (-config | ([-imageUri=URI] -zidooHostname=String                           -autoBackupUri=URI))restore a Home Theater backup archive (ztb)  -h, –help   … Read more

McBlunas-Home-Theater-DB-Tool

Command nfo

The purpose of command nfo is to transfer data from nfo files into the Home Theater database -deviceId get the id of the device you want to update from tab DEVICE_INFO column _id -sourceId get the id of the source you want to update from tab SOURCE_INFO column _id -nasUri is the location for the … Read more

McBlunas-Home-Theater-DB-Tool

Memory usage

In case you experience an exception regarding memory usage you can decrease or increase the setting yourself by editing the command script. hometheater.cmd @ECHO OFF CHCP 65001> nul 2>&1 TITLE McBluna’s Home Theader DB Tool x.x.x SET jre=OpenJDKxxU-jre_x64_windows_hotspot_16.0.1_9.zip IF EXIST %jre% ( 7za.exe x -y %jre%> nul 2>&1 DEL %jre% 7za.exe> nul 2>&1 ) jdk-16.0.1+9-jre\bin\java.exe … Read more