2022-03-11, 20:10
I really like the random movies section from the default skin, but i know how to add that to Embuary. can i add that or no?
random_movies.xsp not sure if you could make a playlistxml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>In-progress movies</name>
<match>all</match>
<rule field="inprogress" operator="true" />
<limit>15</limit>
<order direction="descending">lastplayed</order>
</smartplaylist>
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Random movies</name>
<match>all</match>
<limit>15</limit>
<order direction="descending">random</order>
</smartplaylist>
(2022-03-12, 02:44)the_other_guy Wrote: do you have away of copying files from Kodi\addons\skin.estuary\playlists
inprogress_movies.xsp
random_movies.xsp not sure if you could make a playlistxml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>In-progress movies</name>
<match>all</match>
<rule field="inprogress" operator="true" />
<limit>15</limit>
<order direction="descending">lastplayed</order>
</smartplaylist>
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Random movies</name>
<match>all</match>
<limit>15</limit>
<order direction="descending">random</order>
</smartplaylist>