• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 11
Release Library Data Provider
(2015-08-08, 13:44)mikesilvo164 Wrote:
(2015-08-08, 12:17)flowerpot Wrote: hi thanks for your reply can you advise on proper debug log ? i thought it was . how would i know if repo are working or not ? with the library data provider error it is strange that not in the log, it seems to happen when i am playing music from external hard drive thanks

http://bfy.tw/1Cv4

hi thanks for your reply hopefully this is right now but still getting the same error http://xbmclogs.com/pjr3dslrd
Reply
Your trying to load playlist statistics for music playlists afaict. That is not supported.
Reply
(2015-08-08, 17:19)BigNoid Wrote: Your trying to load playlist statistics for music playlists afaict. That is not supported.

hi thanks for your reply , i am a bit confused as the music is from a external hard drive and i am trying to use artist slideshow and only getting fanart nothing has been downloaded , thanks
Reply
Hey,

Thanks for providing this script. It is quite useful.

Two Observations.
ListItem.Album for music videos does not show anything.
RecommendedMusicVideos does not show anything. I think it is supposed to show In Progress music videos. However, It does not appear as if there is in-progress for music videos. At least not in the smart playlist editor. For music videos in-progress is not useful because they are relatively short. However, if like me, one has longer videos such as Concerts, it would be. So maybe in-progress could be added to music videos.

Cheers,
Long Man
Reply
Hi ladies and gents,

Apologies if this has been answered before. Long time user of Aeon Nox 5 (superb!) and recently I enabled the "Recent Episodes" widget which I believe uses this service. It's all good unless I add a new TV show, in which case the widget output is saturated with episodes from that show. I'd like the Recent Episodes sorted by aired date rather than date they were added to the library.

Had a peek at the python and I could see in library.py that the default sort has method = dateadded (or similar, apologies, I'm away from my PC). Following a similar discussion on the skin widgets thread, I tried changing this to method = year. Rebooted a couple of times but my Recent Episodes is unaffected. Are they cached in some way, or did my change not work? Very grateful for any help!
Reply
Ignore the above. Found out that "Recent Episodes" for Aeon Nox 5 is actually a smart playlist. All a bit confusing as AN5 has this service as a dependency!
Reply
hello,
well i updated recently my kodi to 15.2 and got plugin error
hope you can help me : kodi log : http://pastebin.com/HVkwCDeG

thanks.
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
I'me getting a library data provider error on the homescreen, here is the debug log of that error (only)

debug log (library data provider)
Reply
This addon and/or Library Data Provider is causing me an issue with my HTPC sleeping and I can't find a way to fix it. I have a HTPC with all my media running MySQL which is the master. I also have a RPi2 running OSMC upstairs which connects to the HTPC for the library etc... My HTPC is constantly waking up because of requests from the RPi2. I've found the culprit(s) in the logs and one WOL packet was related to Skin Widgets but in this log theres no mention of that plugin and as far as i'm aware the only other plugin/service which would do these updates is Library Data Provider.

Please see the logs:

Code:
23:51:07 1242.326294 T:1769538592  NOTICE: WakeOnAccess [192.168.0.20] trigged by accessing : MySQL : MyVideos93
23:51:08 1243.377197 T:1769538592    INFO: WakeOnLan - Magic packet send to '40:8D:5C:17:6D:F3'
23:51:21 1255.903687 T:1769538592  NOTICE: WakeOnAccess sequence completed, server started
23:51:21 1256.284302 T:1769538592   DEBUG: RunQuery took 361 ms for 117 items query: select * from movie_view  WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
23:51:22 1256.784180 T:1769538592   DEBUG: JSONRPC: Incoming request: {"params": {"sort": {"method": "random"}, "filter": {"operator": "lessthan", "field": "playcount", "value": "1"}, "properties": ["title", "playcount", "season", "episode", "showtitle", "plot", "file", "rating", "resume", "tvshowid", "art", "streamdetails", "firstaired", "runtime", "writer", "cast", "dateadded", "lastplayed"], "limits": {"end": 20}}, "jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetEpisodes"}
23:51:22 1256.816284 T:1769538592   DEBUG: RunQuery took 8 ms for 38 items query: select * from episode_view  WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
23:51:22 1257.152344 T:1769538592   DEBUG: JSONRPC: Incoming request: {"params": {"sort": {"method": "random"}, "filter": {"operator": "lessthan", "field": "playcount", "value": "1"}, "properties": ["title", "playcount", "genre", "artist", "album", "year", "file", "thumbnail", "fanart", "rating", "lastplayed"], "limits": {"end": 20}}, "jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetSongs"}
23:51:22 1257.165894 T:1769538592   DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview  WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
23:51:22 1257.433960 T:1769538592   DEBUG: GetSongsByWhere() - took 270 ms
23:51:23 1257.594482 T:1769538592   DEBUG: JSONRPC: Incoming request: {"params": {"sort": {"method": "random"}, "properties": ["title", "description", "albumlabel", "theme", "mood", "style", "type", "artist", "genre", "year", "thumbnail", "fanart", "rating", "playcount"], "limits": {"end": 20}}, "jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetAlbums"}
23:51:23 1257.601562 T:1769538592   DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE albumview.strReleaseType = 'album'
23:51:23 1257.641113 T:1769538592   DEBUG: GetAlbumsByWhere - query took 39 ms
23:51:23 1257.756104 T:1769538592   DEBUG: JSONRPC: Incoming request: {"params": {"sort": {"method": "random"}, "filter": {"operator": "lessthan", "field": "playcount", "value": "1"}, "properties": ["title", "artist", "playcount", "studio", "director", "year", "plot", "genre", "runtime", "art", "file", "streamdetails", "resume"], "limits": {"end": 20}}, "jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetMusicVideos"}
23:51:23 1257.770508 T:1769538592   DEBUG: RunQuery took 1 ms for 0 items query: select * from musicvideo_view  WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
23:51:56 1290.678223 T:1814139936   DEBUG: script.module.osmcsetting.updates :  - blurp 787 - Home.xml
23:57:45 1639.562622 T:1564734496   DEBUG: Previous line repeats 6 times.
23:57:45 1639.562988 T:1564734496   DEBUG: webserver: request received for /jsonrpc
23:57:45 1639.563232 T:1564734496   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","id":0,"method":"Player.GetActivePlayers"},{"jsonrpc":"2.0","id":1,"method":"Application.GetProperties","params":{"properties":["volume","muted"]}}]

Is this service doing the above? Can this be disabled at all or can the script check the server is online rather than sending WOL packets?
Reply
@BigNoid I have a few minor issues:

To Episodes - the items:

ListItem.Studio
ListItem.MPAA
ListItem.Director

Does not display the data. Check, please.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
Director was missing indeed, MPAA and Studio working fine here for episodes, please double check.
Fixed here.
Will push the fix to repo soon.

EDIT: I only tried with recommended episodes, thats the only one that has MPAA and Studio implemented as those are only available on tvshow level. Doesn't work with recent episodes indeed, I would recommend to use a playlist for that type of widget.
Reply
Thank you, working. Another thing, you can include support to thumbs for cast?
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
(2016-01-20, 01:56)MarcosQui Wrote: Thank you, working. Another thing, you can include support to thumbs for cast?

Fix is on repo now. Adding actor thumbs means adding 15 properties to each listitem. That would have a major impact on loading times. This script is often loaded in variables, so I cant add anything degrading that performance.
Reply
@BigNoid

Recommended Music Videos is not returning any results. It has never worked since you have added it.

This is how I call the content;
plugin://service.library.data.provider?type=recommendedmusicvideos&amp;reload=$INFO[Window.Property(recommendedmusicvideos)]

Any chance you can have a look?

Here is my log. Can't seem to spot any errors though.
http://pastebin.com/VS6s7qky
Madnox 2.0
Forum / Source
Reply
(2016-01-28, 23:27)Mr. V Wrote: @BigNoid

Recommended Music Videos is not returning any results. It has never worked since you have added it.

This is how I call the content;
plugin://service.library.data.provider?type=recommendedmusicvideos&amp;reload=$INFO[Window.Property(recommendedmusicvideos)]

Any chance you can have a look?

Here is my log. Can't seem to spot any errors though.
http://pastebin.com/VS6s7qky

It turns out it is not supported by core. Removed that part from the code.
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 11

Logout Mark Read Team Forum Stats Members Help
Library Data Provider0