Ok, I know this may be confusing, but I'll do my best to explain.
For HTML-window-data related stuff, if you want to change something which fits a large portion of DVD's, you have to go into each of them, one by one (CTRL+P, click Notes, make change, OK, <down arrow>, repeat, repeat, repeat...) until all are done.
For instance, in one of my layouts, I use an HTML window for displaying taglines of the selected DVD. I made a change later which resulted in having to go through every once of the DVD's and change one repeating word to a new word which was a pain. In another case I have some complicated HTML-based stuff that I would like to use in a window, but I hate the idea of shoving it all into each Notes section because it would make the Notes section ridiculously cumbersome.
Using a frameset HTML tag, text/HTML-based files can already be read and displayed in Profiler, but if you want to use them to replace the Notes sections, each file has to be named as the DVD's UPC which means you how have hundreds or thousands of text files all possibly with only a small bit of data in each.
What I am asking for is an added HTML tag that can access data in the format of an .ini file so that the 1,000's of text files pages can be reduced to a single one.
In other words, instead of typing something like this which requires a separate file for each UPC:
----------------------------------<frameset rows="*,*" border="0">
<frame name="tagline" src="C:\FolderLocation\<DP NAME="UPC" Formatted="">.htm"></frameset>
</frameset>
----------------------------------which would display the data within the corresponding file with the same UPC as the entry being viewed. It could instead be typed:
<DP FILEDISPLAY="C:\FolderLocation\taglines.htm" Type="UPC-INI">
And within the taglines HTML file you would see a nice smooth list:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[012569791916] <!--2001: A Space Odyssey-->
Lines of text here
[043396718890] <!--Air Force One-->
Lines of code here
[097360309041] <!--Airplane!-->
Stuff relevant to only this UPC here
...and so on...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -This means no more absolute dependency on Notes and only one file for each HTML Window displaying info making it much easier to edit data.
Completely lost and confused yet? Good