Kodi Community Forum
Release Library Data Provider - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release Library Data Provider (/showthread.php?tid=210063)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: Library Data Provider - davidjr - 2015-03-25

I was having same error. An update for 'Library Data Provider' came down last night and fixed it.


RE: Library Data Provider - bigwillch - 2015-03-25

Don't know if related to the refresh issues mentioned, but I'm finding that Random Movies never refreshes (whereas Random Albums refreshes regularly)


RE: Library Data Provider - whatbuddy - 2015-03-26

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) ------


RE: Library Data Provider - im85288 - 2015-04-06

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.


RE: Library Data Provider - Razze - 2015-04-07

It seems like ther might be a problem with the runtime on some systems?
See:
http://forum.kodi.tv/showthread.php?tid=217174&pid=1975598#pid1975598

I will try to look into it, but any help would be appreciated


RE: Library Data Provider - Razze - 2015-04-07

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.library.data.provider/commit/f3b5408e43e1c3375123b4245d1c4db09bcc8226

https://github.com/BigNoid/service.library.data.provider/pull/31


RE: Library Data Provider - Mr. V - 2015-05-24

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>



RE: Library Data Provider - im85288 - 2015-06-13

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.


RE: Library Data Provider - BigNoid - 2015-06-13

Not possible on home screen as thats not a media window.


RE: Library Data Provider - im85288 - 2015-06-13

Thanks for confirming, would it be possible for it to launch the extended info dialog instead?


RE: Library Data Provider - satmanuk - 2015-06-25

last 3 days been getting the pop up Library Data Provider error on my new box

any help?


RE: Library Data Provider - phil65 - 2015-06-25

Debug log (wiki) ?


RE: Library Data Provider - satmanuk - 2015-06-26

just added the debug and got the error , filled in email and have no email but on screen says

Image


RE: Library Data Provider - satmanuk - 2015-06-26

anyone? as get all the time now
someone said to do with the skin?


RE: Library Data Provider - phil65 - 2015-06-26

I already provided a PR with a fix to the maintainer. Just wait for the next repo update.