• 1
  • 758
  • 759
  • 760
  • 761
  • 762(current)
Release Aeon Nox: SiLVO
(2024-05-19, 17:05)Ingme Wrote: I do have moviedb helper enabled and the Extras/Next Aired setting on. Instead of the Next Episode info line on the Low List view, I get the Genre instead. The next episode is working on other views (just checked Logo)

I noticed the version of moviedb helper you're using is 5.2.24 but the latest I can get from Kodi is 4.10.14 (when installing from jurialmunkey repository I get a dependency could not be satisfied error). Does that matter? 

I'm using Kodi 21.0.1 and SiLVO 10.0.1

Until jurial has the time to update his scripts/plugins to the Kodi repo you need to use his repo versions for the latest and greatest.

If you don't want to mess with Kodi settings then you likely need to install his module.
You can do so manually by installing from zip using the link below:
script.module.jurialmunkey-0.1.18.zip

Alternatively changing this setting from Official only to Any repo should also work.

Image

Image
Reply
The updated moviedb helper worked, thanks so much!

Ps..how does your Low List "not" have the Genre line below Next Episode? (would like to remove it as well)
Reply
(2024-05-19, 17:34)Ingme Wrote: The updated moviedb helper worked, thanks so much!

Ps..how does your Low List "not" have the Genre line below Next Episode? (would like to remove it as well)

Without a screenshot, my only guess is you're not using the smaller list option in the view settings... Huh
Reply
You're 2 for 2 this morning. I'm not using the smaller list; I prefer more info (but not necessarily Genre, but I can see how some may prefer to see it).
Thanks again.
Reply
(2024-05-16, 23:01)bobrap Wrote: Hi Mike.  Wanted to pass on a few things I noticed.  I have show time set to hour and minutes.  Infowall, tripanel, bigfan, bannerwall show time in minutes.  I can't tell any difference when changing the setting for prefer movie set summary.  Always see summary.  Thanks and really appreciate all your extra work.

When you can, please try the latest from Git and let me know if you see any issues Smile
Reply
For me, smart playlist statistics aren't working? I have my series split based on path. The playlists work, I have random fanart based on the playlist. All working okay, but the library stats don't. I get music video information? My playlists are for tvshows, so that shouldn't be the issue? 

Code:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>All TV Shows</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>/Series/</value>
    </rule>
    <rule field="numepisodes" operator="isnot">
        <value>0</value>
    </rule>
    <order direction="ascending">random</order>
</smartplaylist>

I do have an old variables.xml which does work for me, but with plugin://service.library.data.provider? instead of plugin://script.embuary.helper/?. I'm no skinner, so I don't know why embuary helper is the preferred option.

working code:
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31097])">$INFO[Window(Home).Property(PlaylistCount),[COLOR grey]$LOCALIZE[20342]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistWatched),[COLOR grey] • $LOCALIZE[16102]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistUnWatched),[COLOR grey] • $LOCALIZE[16101]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistInProgress),[COLOR grey] • $LOCALIZE[575]:[/COLOR] ]</value>
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31098])">$INFO[Window(Home).Property(PlaylistTVShowCount),[COLOR grey]$LOCALIZE[20343]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistEpisodes),[COLOR grey] • $LOCALIZE[20360]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistEpisodesUnWatched),[COLOR grey] • $LOCALIZE[16101]:[/COLOR] ]</value>
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31099])">$INFO[Window(Home).Property(PlaylistCount),[COLOR grey]$LOCALIZE[20389]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistWatched),[COLOR grey] • $LOCALIZE[16102]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistUnWatched),[COLOR grey] • $LOCALIZE[16101]:[/COLOR] ]$INFO[Window(Home).Property(PlaylistInProgress),[COLOR grey] • $LOCALIZE[575]:[/COLOR] ]</value>
    </variable>
    <variable name="PlaylistStatsContentVar">
     
        <!-- Ray: smart playlist library stats --> 
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31097])">plugin://service.library.data.provider?type=playliststats&id=$INFO[Container(9000).ListItem.Property(path)]</value>
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31098])">plugin://service.library.data.provider?type=playliststats&id=$INFO[Container(9000).ListItem.Property(path)]</value>
        <value condition="String.IsEqual(Container(9000).ListItem.Property(InfoLine),$LOCALIZE[31099])">plugin://service.library.data.provider?type=playliststats&id=$INFO[Container(9000).ListItem.Property(path)]</value>
CoreElec on a Tanix TX3 (s905x3). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
(2024-05-19, 21:57)Raytestrak Wrote: For me, smart playlist statistics aren't working? I have my series split based on path. The playlists work, I have random fanart based on the playlist. All working okay, but the library stats don't. I get music video information? My playlists are for tvshows, so that shouldn't be the issue? 

I do have an old variables.xml which does work for me, but with plugin://service.library.data.provider? instead of plugin://script.embuary.helper/?. I'm no skinner, so I don't know why embuary helper is the preferred option.

Embuary Helper is more up to date than library.data.provider. Both are unmaintained but Embuary Helper is way more current.
Goes to show me for not double checking any of this and just blindly copy/pasting...

Try the latest from GitHub
Reply
Works! Thanks for the quick fix!
CoreElec on a Tanix TX3 (s905x3). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
  • 1
  • 758
  • 759
  • 760
  • 761
  • 762(current)

Logout Mark Read Team Forum Stats Members Help
Aeon Nox: SiLVO55