Android Can i add the "Random Movies" section from the default skin to Embuary?
#1
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?
Reply
#2
do you have away of copying files from Kodi\addons\skin.estuary\playlists
inprogress_movies.xsp
xml:

<?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>
random_movies.xsp not sure if you could make a playlist
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>
Reply
#3
(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
xml:

<?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>
random_movies.xsp not sure if you could make a playlist
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>

thats too involved for me, but thanks for your help.  i just figured there was an easy way to do it.  but if not thats ok.
Reply

Logout Mark Read Team Forum Stats Members Help
Can i add the "Random Movies" section from the default skin to Embuary?0