• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 11
Release Library Data Provider
#76
I was having same error. An update for 'Library Data Provider' came down last night and fixed it.
Reply
#77
Don't know if related to the refresh issues mentioned, but I'm finding that Random Movies never refreshes (whereas Random Albums refreshes regularly)
Reply
#78
Hello, i have a error in my kodi.log.
Can you help me.

15:44:48 T:2753555264 NOTICE: Thread Backgcript.skinshortcutsoundLoader start, auto delete: false
15:44:48 T:2503994176 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('resume',)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.library.data.provider/default.py", line 567, in <module>
Main()
File "/storage/.kodi/addons/service.library.data.provider/default.py", line 153, in __init__
if item["resume"]["position"] > 0:
KeyError: ('resume',)
-->End of Python script error report<--
15:44:48 T:3045869312 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
15:44:48 T:3045869312 DEBUG: LIRC: Update - NEW at 81087907:160 0 KEY_OK_UP devinput (KEY_OK_UP)
15:44:48 T:2753555264 DEBUG: Thread BackgroundLoader 2753555264 terminating
15:44:48 T:2503994176 INFO: Python script stopped
15:44:48 T:2503994176 DEBUG: Thread LanguageInvoker 2503994176 terminating
15:44:48 T:2761947968 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
15:44:48 T:2761947968 ERROR: GetDirectory - Error getting plugin://service.library.data.provider/?type=playliststats&id=ActivateWindow(10502,special://prof
15:44:48 T:2833242944 DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview WHERE songview.idAlbum = 156
15:44:48 T:2833242944 DEBUG: GetSongsByWhere() - took 2 ms
15:44:52 T:3045869312 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
Reply
#79
Is there anyway we can get this script to honour the "Play next video Automatically" setting in: Settings -> Video -> Playback -> Play next video automatically

That would IMO be the icing on the cake especially useful for the ongoing episodes widget.
Reply
#80
It seems like ther might be a problem with the runtime on some systems?
See:
http://forum.kodi.tv/showthread.php?tid=...pid1975598

I will try to look into it, but any help would be appreciated
Reply
#81
So i've tracked it down and added a commit that should improve it. It still is happening, but most seem to be okay now.
https://github.com/Razzeee/service.libra...b09bcc8226

https://github.com/BigNoid/service.libra...er/pull/31
Reply
#82
Is there any way to override the onclick command to focus a container instead of playing the selected media item?

I have made a container the brings up movie information on the home screen. It works fine using onup.

Code:
<value condition="StringCompare(Container(9000).ListItem.Property(Widget),2)">plugin://service.library.data.provider?type=randommovies&amp;reload=$INFO[Window.Property(randommovies)]</value>

Code:
<control type="panel" id="8001">
    <left>207</left>
    <top>115</top>
    <width>1510</width>
    <height>305</height>
    <onup>8050</onup>                
    <ondown>9000</ondown>
    <onleft>8001</onleft>
    <onright>8001</onright>
    <onback>9000</onback>
    <onclick>8050</onclick>        
    <orientation>horizontal</orientation>
    <preloaditems>2</preloaditems>                    
    <visible>StringCompare(Container(9000).ListItem.Property(WidgetStyle),Landscape) + [StringCompare(Container(9000).ListItem.Property(WidgetType),1)  | StringCompare(Container(9000).ListItem.Property(WidgetType),14)  | StringCompare(Container(9000).ListItem.Property(WidgetType),20)]</visible>                
    <itemlayout height="305" width ="504">
        <control type="image">
            <include>WP-PanelImageLandscape</include>    
            <texture fallback="">$INFO[ListItem.Art(landscape)]</texture>                    
        </control>                    
    </itemlayout>
    <focusedlayout height="305" width="504">
        <control type="image">
            <include>WP-PanelImageLandscape</include>                                            
            <texture fallback="">$INFO[ListItem.Art(landscape)]</texture>
        </control>        
        <control type="image">
            <include>WP-PanelImageLandscape</include>
            <include>WP-FocusImageTexture</include>                                                    
        </control>                                        
    </focusedlayout>            
    <content target="$VAR[WidgetListTargetVar]">$VAR[WidgetListContent]</content>
</control>
Madnox 2.0
Forum / Source
Reply
#83
Would it be possible to have the addon honour the selection for the default select action in Kodi? A lot of people set that option to Show Information so they can see the info prior to playback.
Reply
#84
Not possible on home screen as thats not a media window.
Reply
#85
Thanks for confirming, would it be possible for it to launch the extended info dialog instead?
Reply
#86
last 3 days been getting the pop up Library Data Provider error on my new box

any help?
Reply
#87
Debug log (wiki) ?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#88
Photo 
just added the debug and got the error , filled in email and have no email but on screen says

Image
Reply
#89
anyone? as get all the time now
someone said to do with the skin?
Reply
#90
I already provided a PR with a fix to the maintainer. Just wait for the next repo update.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 11

Logout Mark Read Team Forum Stats Members Help
Library Data Provider0