Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-05-04, 17:48)Slipass Wrote:
(2016-05-04, 12:56)meowmoo Wrote: Same as schimi, I'm using playlist and my widgets update after watching a episode

It works for me by movies but not for episodes.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
<name>10 Episoden</name>
<match>all</match>
<rule field="playcount" operator="is">
<value>0</value>
</rule>
<limit>10</limit>
<order direction="descending">dateadded</order>
</smartplaylist>

i have my SERIES Widget Playlist like this:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>SERIEN-WIDGET</name>
    <match>all</match>
    <rule field="genre" operator="isnot">
        <value>Animation</value>
        <value>Anime</value>
    </rule>
    <rule field="playcount" operator="lessthan">
        <value>1</value>
    </rule>
    <limit>25</limit>
    <order direction="descending">dateadded</order>
</smartplaylist>

the rulefield for genre animation and anime is to seperate my animation and anime series from the regular ones - work also perfectly Wink
and with this settings i see new episodes on the left side and when i watch a episode it dissapear from that widget
( on my Pi it took maybe 15 seconds - on my windows player just a cpl of seconds max )
HW: I5, AMD A6, Odroid C2 OS:Win10 & LibreElec Kodi:latest 16.x & 17.x Skin: MADNOX

M A D N O X - incl "HOW TO - SETUP TRICKS..." on first page !!!
Extra GFX Stuff for AeonNox Mods


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - by schimi2k - 2016-05-04, 19:51
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39