• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 49
[FRODO release] Skin Widgets
(2013-04-06, 15:28)esk1 Wrote:
(2013-04-03, 17:34)esk1 Wrote: My reccomended shows widget is updating everytime I hit the home page, but my In progress tv shows only seems to update on reboots. I'm under the understanding that this should happen everytime I either do a library update or finish watching something. I'll try uninstalling and reinstalling the skin widgets when I get home but any other ideas?

edit: If it matters I'm using refocus big

I still haven't been able to figure out why my in progress tv shows in not refreshing content, is this skin specific at all?

it's unexplainable. seems it's just not triggered by XBMC.
did lots of testing and for me it always updates on OE3.0
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2013-04-06, 15:33)Martijn Wrote:
(2013-04-06, 15:28)esk1 Wrote:
(2013-04-03, 17:34)esk1 Wrote: My reccomended shows widget is updating everytime I hit the home page, but my In progress tv shows only seems to update on reboots. I'm under the understanding that this should happen everytime I either do a library update or finish watching something. I'll try uninstalling and reinstalling the skin widgets when I get home but any other ideas?

edit: If it matters I'm using refocus big

I still haven't been able to figure out why my in progress tv shows in not refreshing content, is this skin specific at all?

it's unexplainable. seems it's just not triggered by XBMC.
did lots of testing and for me it always updates on OE3.0

That's what I'm running. At one point I disabled skin widgets when I was having issues with crashes, but it turned out to be a kernal setting I finally tracked down. I wonder if I need to go through and re install everything, that would be such a hassle. What exactly triggers the refresh, I might try updating OE to the same version, reinstalling my skin etc.
Reply
https://github.com/XBMC-Addons/service.s...lt.py#L759

If you stop/finish a video so this has nothing to do with the skin.
You can try to enable the addon setting "Update each time you enter the home screen"
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2013-04-06, 15:51)Martijn Wrote: https://github.com/XBMC-Addons/service.s...lt.py#L759

If you stop/finish a video so this has nothing to do with the skin.
You can try to enable the addon setting "Update each time you enter the home screen"

That is already checked, the home screen widget is working fine, its just the in progress tv view that is not updating.
Reply
(2013-04-06, 15:53)esk1 Wrote:
(2013-04-06, 15:51)Martijn Wrote: https://github.com/XBMC-Addons/service.s...lt.py#L759

If you stop/finish a video so this has nothing to do with the skin.
You can try to enable the addon setting "Update each time you enter the home screen"

That is already checked, the home screen widget is working fine, its just the in progress view that is not updating.
ah wait yes.
it seems to be iirc that it calls the JSON-RPC for getting an up to date list and it still does not get new data but stale one.

Can you try this code?
http://pastebin.com/BDZJtQuX
i added a 2 second delay before doing the inprogress ones.
it's on line 620. If that works decrease it a bit, if not increase.
just to find out what's happening
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Do you mean Videos > In Progress TV Shows?

If so, that's nothing to do with Skin Widgets as it's an XBMC node.
Reply
wrong thread Big Grin
Reply
(2013-04-06, 15:59)Martijn Wrote:
(2013-04-06, 15:53)esk1 Wrote:
(2013-04-06, 15:51)Martijn Wrote: https://github.com/XBMC-Addons/service.s...lt.py#L759

If you stop/finish a video so this has nothing to do with the skin.
You can try to enable the addon setting "Update each time you enter the home screen"

That is already checked, the home screen widget is working fine, its just the in progress view that is not updating.
ah wait yes.
it seems to be iirc that it calls the JSON-RPC for getting an up to date list and it still does not get new data but stale one.

Can you try this code?
http://pastebin.com/BDZJtQuX
i added a 2 second delay before doing the inprogress ones.
it's on line 620. If that works decrease it a bit, if not increase.
just to find out what's happening

edit: nm
Reply
(2013-04-06, 16:02)Hitcher Wrote: Do you mean Videos > In Progress TV Shows?

If so, that's nothing to do with Skin Widgets as it's an XBMC node.

Yes, thats what I'm talking about. I asked in the general section and you pointed me here....

http://forum.xbmc.org/showthread.php?tid=161278

I didn't know what else to call this view
Reply
(2013-04-06, 16:33)esk1 Wrote:
(2013-04-06, 16:02)Hitcher Wrote: Do you mean Videos > In Progress TV Shows?

If so, that's nothing to do with Skin Widgets as it's an XBMC node.

Yes, thats what I'm talking about. I asked in the general section and you pointed me here....

http://forum.xbmc.org/showthread.php?tid=161278

I didn't know what else to call this view

see my response there Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Hi,

Is the script supporting Samrt playlists or Video nodes ?
Thanks for your work
Reply
Hi,
Just throwing an idea, do You think it could be generally useful to add a setting to populate the list avoiding R-Rated movies, to make it "kids friendly"?

I was going to do it from skin, but (and I'm not even sure about that) maybe if it's done via widgets, the total number of items in the list could be the same since I won't be just hiding some of it...
Image Image
Did I Help? Add to my reputation
Reply
(2013-04-13, 09:05)fastcolors Wrote: Hi,
Just throwing an idea, do You think it could be generally useful to add a setting to populate the list avoiding R-Rated movies, to make it "kids friendly"?

I was going to do it from skin, but (and I'm not even sure about that) maybe if it's done via widgets, the total number of items in the list could be the same since I won't be just hiding some of it...

You could try a Smart Playlist rule to filter out by MPAA rating?
HTPC: Dell Optiplex 7050 SFF i7-7700 quad-core, 3.6GHz, 16GB
NAS: Synology DS1813+ and DX513, Hybrid RAID (SHR) 48TB usable space
My Media Center | www.CaptainKen.us | www.YouTube.com/KenInGilbert
Reply
(2013-04-13, 10:14)CaptainKen Wrote: You could try a Smart Playlist rule to filter out by MPAA rating?

not following....

What would I do with a smart playllist then? Does Widgets populates with smart playlists? am I missing something?
Image Image
Did I Help? Add to my reputation
Reply
I don't think you are missing anything. You should be able to achive what you want with script.randomandlastitems and a smart playlist, but you probably already knew that.
Reply
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 49

Logout Mark Read Team Forum Stats Members Help
[FRODO release] Skin Widgets8