DVD to Mobile - via command line
i noticed that editing the %APPDATA%\dvdfab\profiles\*.default.xml specifically the target and tag nodes.
Values set in the <tag> and <target> nodes are ignored.
And neither the id tags in the file(m4v) end up set correctly nor the file name.
Before edit:
<target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK.Title1.Angle1.DVDRip" />
<tag title="SHREK.Title1.Angle1.DVDRip" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />
After edit:
<target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK" />
<tag title="SHREK" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />
Its a pain to go in and edit each files' tags and file name. Im wondering if this is the correct method? Thought it was aslo odd there was no "name" attribute on the <tag> node.
i noticed that editing the %APPDATA%\dvdfab\profiles\*.default.xml specifically the target and tag nodes.
Values set in the <tag> and <target> nodes are ignored.
And neither the id tags in the file(m4v) end up set correctly nor the file name.
Before edit:
<target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK.Title1.Angle1.DVDRip" />
<tag title="SHREK.Title1.Angle1.DVDRip" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />
After edit:
<target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK" />
<tag title="SHREK" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />
Its a pain to go in and edit each files' tags and file name. Im wondering if this is the correct method? Thought it was aslo odd there was no "name" attribute on the <tag> node.
Comment