Ticket #313: virtualDirs.xml

File virtualDirs.xml, 339 bytes (added by skyy99_1111@…, 2 years ago)

Example file for configuring custom movie virtual directories.

Line 
1<virtualDirs>
2<movieMatch name="Highly Ranked Movies" description="Highly Ranked Movies">
3        <all>
4                <imdbUserRating>8</imdbUserRating>
5        </all>
6</movieMatch>
7<movieMatch name="James Bond Movies" description="James Bond Movies">
8        <any>
9                <plot>*James Bond*</plot>
10                <plot>Bond*</plot>
11                <plot>*007*</plot>
12        </any>
13</movieMatch>
14</virtualDirs>