Is possible to write a MDB ini file for local database storage?
The idea is to have a “xml” file with some data to be parse from some programs, or a lot, something like:
Local database storage:
LocalDatabase.ini
LocalDatabase.xml
For search we can use title match…
Then in local database some fields:
<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="WebGrab+Plus/w MDB & REX Postprocess -- version V1.56.28 -- Jan van Straaten" generator-info-url="http://www.webgrabplus.com">
<programme>
<title lang="xx"> </title>
<credits>
<director>blah</director>
<actor>a</actor>
<actor>b</actor>
</credits>
< category ></ category >
<video>
<aspect>16:9</aspect>
</video>
<rating system="MPAA">
<value>PG</value>
<icon src="http://www.webgrabplus.com/pg_symbol.png" />
</rating>
<star-rating>
<value>3/3</value>
</star-rating>
</programme>
</tv>
Will be cool…
Great !!!
I will do some example database from 1 channel query.
Stay tune.. :)
If I understand you right you mean something like this:
Please correct if I’m wrong… :)
Yes these programs are form same channel in this case “SIC” from Portuguese TV.
I miss the time setting: “full day” LOL
Must study this well then do some real try….
If I understood the database fields are the fields from xmltv output, correct?
I again thanks for your great help…
I’m doing this manually, basic the idea is add some programs that last from long time, to add info that normally don’t exist, and are always the same…
I will use your info on the post and then try to “fix” a sample from one channel, if all goes well I can try another and another until all EPG info where there :)
I will report later how things work :)
Looks like this is not what I’m looking for if I understand correct the input of this...
Is very possible that I made myself not understand…
I do the test and give me this error:
Then I understand that fix is to add a new channel, without scrub it with full information likes his:
And the output I whant is something like this:
Then if I think this correct, we can do a search using a file on MDB, something like you made with the fix ini?
If so by adding the ini file you made with some changes can we add this information to the output file?
Sorry for all that mess… But I still study this program and I’m not a coder…
One more time let me tell you,
Thanks’ for your great help…
:)
I like this new approach, you mention, I didn’t think this is possible, will try it.
Thanks
Just perfect... :) :)