2013-02-23, 17:18
I've been reading the wiki article on Custom Video Nodes and I see examples like this:
What does <path>videodb://1/3</path> mean?
Does <path>something</path> always refer to videodb://1/3?
Quote:<node order="3" type="folder">
<label>562</label>
<path>videodb://1/3</path>
<icon>DefaultYear.png</icon>
</node>
Quote:<node order="10" type="filter">
<label>(Custom) Motor DVDs</label>
<path>videodb://1/3</path>
<content>movies</content>
<match>all</match>
<icon>DefaultCars.png</icon>
<limit>20</limit>
<rule field="path" operator="contains">//nas1/Videos/ExtremeSports/Cars</rule>
</node>
Quote:<node order="2" type="filter">
<label>Movies</label>
<path>videodb://1/3</path>
<content>movies</content>
<icon>DefaultMovieTitle.png</icon>
<match>all</match>
<rule field="path" operator="doesnotcontain">//NAS1/Videos/ExtremeSports/Cars/</rule>
</node>
What does <path>videodb://1/3</path> mean?
Does <path>something</path> always refer to videodb://1/3?