2014-02-18, 12:50
i have movies library set at <path pathversion="1">C:\Users\Admin\Movies\</path>. scrapper were set as TMDB and AniDB.
now i want to split it as anime movies and movies. after googling and lurking around for hours i made 2 smart playlist, 'movies' and 'anime movies' then add it to skin using customize -> video playlist
i use gotham and win 8.1.
thanks before[/code]
now i want to split it as anime movies and movies. after googling and lurking around for hours i made 2 smart playlist, 'movies' and 'anime movies' then add it to skin using customize -> video playlist
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Anime Movies</name>
<match>one</match>
<rule field="path" operator="contains">
<value>C:\Users\Admin\AnimeMovies\</value>
</rule>
<rule field="path" operator="is">
<value>C:\Users\Admin\AnimeMovies\</value>
</rule>
<rule field="path" operator="startswith">
<value>C:\Users\Admin\AnimeMovies\</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
i use gotham and win 8.1.
thanks before[/code]