Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. 20:43:38 T:140158166148864 NOTICE: -->Python Interpreter Initialized<--
  2. 20:43:38 T:140158166148864 DEBUG: CPythonInvoker(8, /home/kodi/.kodi/addons/plugin.video.youtube/default.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/default.py"
  3. 20:43:38 T:140159040210688 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  4. 20:43:38 T:140158166148864 DEBUG: CPythonInvoker(8, /home/kodi/.kodi/addons/plugin.video.youtube/default.py): setting the Python path to /home/kodi/.kodi/addons/plugin.video.youtube:/home/kodi/.kodi/addons/script.module.pydevd/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
  5. 20:43:38 T:140158166148864 DEBUG: CPythonInvoker(8, /home/kodi/.kodi/addons/plugin.video.youtube/default.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube
  6. 20:43:38 T:140159040210688 DEBUG: GetAlbumsByWhere - query took 1 ms
  7. 20:43:39 T:140158166148864 DEBUG: CPythonInvoker(8, /home/kodi/.kodi/addons/plugin.video.youtube/default.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.14.0 of the xbmc.python api
  8. 20:43:39 T:140158166148864 ERROR: [plugin.video.youtube]Reading remote debugger settings
  9. 20:43:46 T:140158624044800 INFO: JSONRPC Server: Disconnection detected
  10. 20:43:50 T:140159056996096 DEBUG: RunQuery took 445 ms for 1308 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
  11. 20:45:16 T:140159056996096 DEBUG: RunQuery took 601 ms for 6671 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  12. 20:46:02 T:140159056996096 DEBUG: RunQuery took 1 ms for 0 items query: select * from musicvideoview
  13. 20:46:02 T:140159056996096 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  14. 20:46:02 T:140159056996096 DEBUG: GetAlbumsByWhere - query took 1 ms
  15. 20:46:02 T:140159056996096 DEBUG: GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  16. 20:46:02 T:140159056996096 DEBUG: Time to retrieve artists from dataset = 1
  17. 20:46:02 T:140159056996096 DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  18. 20:46:03 T:140157817538304 NOTICE: Thread JobWorker start, auto delete: true
  19. 20:46:05 T:140159056996096 DEBUG: Skin Widgets: Total time needed to request random queries: 0:02:15.317113
  20. 20:46:33 T:140157817538304 DEBUG: Thread JobWorker 140157817538304 terminating (autodelete)
  21. 21:03:18 T:140159056996096 DEBUG: RunQuery took 472 ms for 1308 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
  22. 21:04:04 T:140159056996096 DEBUG: RunQuery took 594 ms for 6671 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  23. 21:04:42 T:140159056996096 DEBUG: RunQuery took 1 ms for 0 items query: select * from musicvideoview
  24. 21:04:42 T:140159056996096 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  25. 21:04:42 T:140159056996096 DEBUG: GetAlbumsByWhere - query took 1 ms
  26. 21:04:42 T:140159056996096 DEBUG: GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  27. 21:04:42 T:140159056996096 DEBUG: Time to retrieve artists from dataset = 2
  28. 21:04:42 T:140159056996096 DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  29. 21:04:45 T:140159056996096 DEBUG: Skin Widgets: Total time needed to request random queries: 0:01:27.509770
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement