0Media CenterのマスターロゴMedia Centerのマスターを使用した高度な後処理

I use Media Cen­ter Mas­ter and Stark­Cov­ers to man­age the metadata for all my loc­al media on my HTPC.  私は、HDムービーを持ちたいと DVDの use a dif­fer­ent style of cov­er in stark to the style used by low qual­ity files. The fol­low­ing com­mand script accom­plishes this (そしてもう少し)…

[bashの]C言語:
CD\プログラムファイル (86)\Media Cen­ter Master\StarkCovers.10.28.2009
IF &として;%2&として; == &として;BD&として; goto bd
IF &として;%2&として; == &として;HDDV&として; goto bd
IF &として;%2&として; == &として;DVD&として; goto bd
IF &として;%2&として; == &として;MKV&として; goto bd
開始 &として;&として; /WAIT /I /SEPARATE StarkCovers.exe %1 ‑codec ‑rever­tjpg 3d2
goto end
:BD
開始 &として;&として; /WAIT /I /SEPARATE StarkCovers.exe %1 3D%2 ‑rever­tjpg
:終わり[/bashの]

In the Media Cen­ter Mas­ter post pro­cessing options I have poin­ted the post-pro­cessing option to the com­mand file, and in the para­met­ers field I have put %F %C (without quotes!)

Basic­ally this uses the Media Cen­ter Mas­ter detec­tion and calls Stark dif­fer­ently depend­ing on the type of file.

Stark seems to have prob­lems using MediaInfo.dll to identi­fy some types of files, so this com­mand script also passes the file type detec­ted by Media Cen­ter Mas­ter dir­ectly to Stark for the non-HD files to avoid any errors.

This Script could eas­ily be expan­ded to provide for all sorts of cus­tom cases

Leave a Reply