Advertisement
Guest User

DEBUG.log

a guest
Aug 4th, 2014
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.30 KB | None | 0 0
  1. 08/04/2014 03:34:27 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  2. 08/04/2014 03:34:27 PM INFO Init JVM runtime info:
  3. 9256@kokwei-THINK
  4. Version: 1.7.0_51
  5. 08/04/2014 03:34:27 PM DEBUG Init Logger options are:
  6. levelToLogAt: INFO
  7. isSingleInstance: true
  8. singleInstanceport: 52872
  9. singleInstanceTimeout: -1
  10. logToSystemOut: true
  11. logToMemory: true
  12. logToCurrentFile: true
  13. logToHistoryFile: true
  14. logExpireDays: 14
  15.  
  16. 08/04/2014 03:34:27 PM INFO Init Base directory set to: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  17. 08/04/2014 03:34:27 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 08/04/2014 03:34:27 PM INFO Init... Initializing SQLite database at: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 08/04/2014 03:34:27 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 08/04/2014 03:34:28 PM INFO Init... Successfully connected to SQLITE database: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 08/04/2014 03:34:28 PM DEBUG Init... SQL = CREATE TABLE IF NOT EXISTS ArchivedFiles (id INTEGER PRIMARY KEY AUTOINCREMENT , source_name NOT NULL, dropbox_location NOT NULL, original_path NOT NULL, date_archived TIMESTAMP NOT NULL, missing_since TIMESTAMP, missing_count INTEGER)
  22. 08/04/2014 03:34:28 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 08/04/2014 03:34:28 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 08/04/2014 03:34:28 PM INFO Init... Initializing SQLite database at: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 08/04/2014 03:34:28 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 08/04/2014 03:34:28 PM INFO Init... Successfully connected to SQLITE database: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 08/04/2014 03:34:28 PM DEBUG Init... SQL = CREATE table if not exists QueuedChanges (id INTEGER PRIMARY KEY AUTOINCREMENT , dropbox_location NOT NULL, video_type NOT NULL, meta_data_type NOT NULL, value NOT NULL, status NOT NULL)
  35. 08/04/2014 03:34:28 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 08/04/2014 03:34:28 PM INFO Init... Initializing SQLite database at: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 08/04/2014 03:34:28 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 08/04/2014 03:34:28 PM INFO Init... Successfully connected to SQLITE database: C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 08/04/2014 03:34:28 PM DEBUG Init... SQL = create table if not exists APIQueries (id INTEGER PRIMARY KEY AUTOINCREMENT , api_name NOT NULL, query_url NOT NULL, query_time TIMESTAMP NOT NULL)
  40. 08/04/2014 03:34:28 PM INFO Init... Attempting to auto-determine base directory. If this fails, specify the base directory of this program as a command line parameter.
  41. 08/04/2014 03:34:28 PM NOTICE Init... Base program directory = C:\Users\kokwei\Desktop\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  42. 08/04/2014 03:34:28 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 08/04/2014 03:34:28 PM WARN Init... Failed to parse expiredays attribute in <LoggingLevel>, defaulting to 30
  44. java.lang.NullPointerException
  45. com.bradvido.mylibrary.util.Config.loadConfig(Config.java:149)
  46. com.bradvido.mylibrary.importer.<init>(importer.java:106)
  47. com.bradvido.mylibrary.importer.main(importer.java:49)
  48.  
  49. 08/04/2014 03:34:28 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 08/04/2014 03:34:28 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://xbmc:xbmc@localhost
  51. 08/04/2014 03:34:28 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 08/04/2014 03:34:28 PM DEBUG Init... XBMCRestart enabled = false
  53. 08/04/2014 03:34:28 PM DEBUG Init... IP Change is disabled
  54. 08/04/2014 03:34:28 PM DEBUG Init... Streaming Dropbox = "D:/\xbmc/dropbox/Movies"
  55. 08/04/2014 03:34:28 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 08/04/2014 03:34:28 PM DEBUG Init... Manual Archiving is enabled with an HoursThreshold of 24.0 hours
  57. 08/04/2014 03:34:28 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 08/04/2014 03:34:28 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 08/04/2014 03:34:28 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 08/04/2014 03:34:28 PM INFO Init... Found source azdrama.net with path of plugin://plugin.video.azdrama/
  61. 08/04/2014 03:34:28 PM INFO Init... Setting source's custom_parser to: azdrama.net
  62. 08/04/2014 03:34:28 PM INFO Init... Next Subfolder: name=azdrama.net/HK Movies, recursive=true, type=generic, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix=, multi_part=false, force_series=
  63. 08/04/2014 03:34:28 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  64. 08/04/2014 03:34:28 PM DEBUG Init... HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  65. 08/04/2014 03:34:28 PM DEBUG Init... POST data (Content-Length: 55) =
  66. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  67. 08/04/2014 03:34:28 PM DEBUG Init... JSON-RPC Response:
  68. {"id":"1","jsonrpc":"2.0","result":"pong"}
  69. 08/04/2014 03:34:28 PM INFO Init... JSON-RPC web connected = true
  70. 08/04/2014 03:34:28 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  71. 08/04/2014 03:34:28 PM DEBUG Init... Waiting for connection test to complete on localhost
  72. 08/04/2014 03:34:28 PM INFO Init... Connecting to event listener on localhost:9090
  73. 08/04/2014 03:34:28 PM NOTICE Init... Successfully connected to localhost:9090. Listening for JSON-RPC messages.
  74. 08/04/2014 03:34:28 PM DEBUG Init... Sending request to localhost:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  75.  
  76. 08/04/2014 03:34:28 PM DEBUG Init... 0 ms to fully process last JSON response from localhost
  77. 08/04/2014 03:34:28 PM INFO Init... localhost:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  78. 08/04/2014 03:34:28 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ localhost:9090
  79. 08/04/2014 03:34:30 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  80. 08/04/2014 03:34:30 PM NOTICE Init... Starting source scan for 1 sources...
  81. 08/04/2014 03:34:30 PM INFO Find:Subfolder Searching for subfolder: azdrama.net/HK Movies
  82. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Getting all files in:azdrama.net
  83. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  84. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder POST data (Content-Length: 191) =
  85. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  86. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder JSON-RPC Response:
  87. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Frecently-updated%2F&mode=2&name=Recent+Updates","filetype":"directory","label":"Recent Updates","runtime":0,"thumbnail":"","title":"Recent Updates","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fenglish%2F%26sort%3Ddate&mode=7&name=English+Subtitles","filetype":"directory","label":"English Subtitles","runtime":0,"thumbnail":"","title":"English Subtitles","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-drama%2F&mode=2&name=HK+Dramas","filetype":"directory","label":"HK Dramas","runtime":0,"thumbnail":"","title":"HK Dramas","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F&mode=2&name=HK+Movies","filetype":"directory","label":"HK Movies","runtime":0,"thumbnail":"","title":"HK Movies","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-show%2F&mode=2&name=HK+Shows","filetype":"directory","label":"HK Shows","runtime":0,"thumbnail":"","title":"HK Shows","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fkorean-drama%2F&mode=2&name=Korean+Dramas","filetype":"directory","label":"Korean Dramas","runtime":0,"thumbnail":"","title":"Korean Dramas","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fchinese-drama%2F&mode=2&name=Mainland+Chinese+Dramas","filetype":"directory","label":"Mainland Chinese Dramas","runtime":0,"thumbnail":"","title":"Mainland Chinese Dramas","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Ftaiwanese-drama%2F&mode=2&name=Taiwanese+Dramas","filetype":"directory","label":"Taiwanese Dramas","runtime":0,"thumbnail":"","title":"Taiwanese Dramas","type":"unknown"}],"limits":{"end":8,"start":0,"total":8}}}
  88. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Found 0 files and 8 directories in azdrama.net
  89. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net"
  90. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/Recent Updates"
  91. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/Recent Updates"
  92. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: azdrama.net/Recent Updates
  93. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/English Subtitles"
  94. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/English Subtitles"
  95. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: azdrama.net/English Subtitles
  96. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/HK Dramas"
  97. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/HK Dramas"
  98. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: azdrama.net/HK Dramas
  99. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Exact match = true for regular match. Checked if Subfolder: "azdrama.net/HK Movies" = "azdrama.net/HK Movies"
  100. 08/04/2014 03:34:30 PM DEBUG Find:Subfolder Ending search because exact match was found and subfolders are not requested.
  101. 08/04/2014 03:34:30 PM NOTICE Found! azdrama.net's subfolder "azdrama.net/HK Movies" maps to source: plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F&mode=2&name=HK+Movies (azdrama.net/HK Movies)
  102. 08/04/2014 03:34:30 PM DEBUG Search:azdrama.n SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  103. 08/04/2014 03:34:30 PM DEBUG Search:azdrama.n Set STRING param 1 to azdrama.net
  104. 08/04/2014 03:34:30 PM INFO Search:azdrama.n Found 0 videos that are already archived in dropbox from source "azdrama.net"
  105. 08/04/2014 03:34:30 PM NOTICE Search:azdrama.n Finding all matching videos under subfolder: azdrama.net/HK Movies
  106. 08/04/2014 03:34:30 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies
  107. 08/04/2014 03:34:30 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  108. 08/04/2014 03:34:30 PM DEBUG Archiving POST data (Content-Length: 255) =
  109. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F&mode=2&name=HK+Movies", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  110. 08/04/2014 03:34:33 PM DEBUG Archiving JSON-RPC Response:
  111. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1565-delete-my-love%2Flist-episode%2F&mode=5&name=Delete+My+Love+-+Delete%E6%84%9B%E4%BA%BA","filetype":"directory","label":"Delete My Love - Delete??","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2f093654oxuiih87ouprj7kk.jpg/","title":"Delete My Love - Delete??","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1536-aberdeen%2Flist-episode%2F&mode=5&name=Aberdeen+-+%E9%A6%99%E6%B8%AF%E4%BB%94","filetype":"directory","label":"Aberdeen - ???","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2f0jAe.jpg/","title":"Aberdeen - ???","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1550-blind-detective%2Flist-episode%2F&mode=5&name=Blind+Detective+-+%E7%9B%B2%E6%8E%A2","filetype":"directory","label":"Blind Detective - ??","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fsfTXDXc.jpg/","title":"Blind Detective - ??","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1542-echoes-of-the-rainbow%2Flist-episode%2F&mode=5&name=Echoes+of+the+Rainbow+-+%E6%AD%B2%E6%9C%88%E7%A5%9E%E5%81%B7","filetype":"directory","label":"Echoes of the Rainbow - ????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2f180305echoesoftherainbow.jpg/","title":"Echoes of the Rainbow - ????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1538-a-secret-between-us%2Flist-episode%2F&mode=5&name=A+Secret+Between+Us+-+%E7%AC%AC%E4%B8%80%E6%AC%A1%E4%B8%8D%E6%98%AF%E4%BD%A0","filetype":"directory","label":"A Secret Between Us - ??????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2f3m0T8.jpg/","title":"A Secret Between Us - ??????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1518-enthralled%2Flist-episode%2F&mode=5&name=Enthralled+-+%E6%84%9B%EF%BC%8E%E5%B0%8B%EF%BC%8E%E8%BF%B7","filetype":"directory","label":"Enthralled - ?????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fYpj9S.jpg/","title":"Enthralled - ?????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1521-the-iceman%2Flist-episode%2F&mode=5&name=The+Iceman+-+%E5%86%B0%E5%B0%81%E4%BF%A0%3A+%E9%87%8D%E7%94%9F%E4%B9%8B%E9%96%80","filetype":"directory","label":"The Iceman - ???: ????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fC1rxm.jpg/","title":"The Iceman - ???: ????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1520-love-kickoff%2Flist-episode%2F&mode=5&name=Love+Kickoff+-+%E5%8D%97%E8%8F%AF%E5%A4%A2%E9%A3%9B%E7%BF%94","filetype":"directory","label":"Love Kickoff - ?????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fK93w0.jpg/","title":"Love Kickoff - ?????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1517-mr-mrs-player%2Flist-episode%2F&mode=5&name=Mr+%26+Mrs+Player+-+%E7%88%9B%E8%B3%AD%E5%A4%AB%E9%AC%A5%E7%88%9B%E8%B3%AD%E5%A6%BB","filetype":"directory","label":"Mr & Mrs Player - ???????","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fnTH0a.jpg/","title":"Mr & Mrs Player - ???????","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1519-once-upon-a-time-in-shanghai%2Flist-episode%2F&mode=5&name=Once+Upon+a+Time+in+Shanghai+-+%E6%83%A1%E6%88%B0","filetype":"directory","label":"Once Upon a Time in Shanghai - ??","runtime":0,"thumbnail":"image://http%3a%2f%2fdramas.se%2fimages%2fthumbs%2fa94yW.jpg/","title":"Once Upon a Time in Shanghai - ??","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2Fpage-2.html&mode=2&name=Page+2","filetype":"directory","label":"Page 2","runtime":0,"thumbnail":"","title":"Page 2","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2Fpage-3.html&mode=2&name=Page+3","filetype":"directory","label":"Page 3","runtime":0,"thumbnail":"","title":"Page 3","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2Fpage-4.html&mode=2&name=Page+4","filetype":"directory","label":"Page 4","runtime":0,"thumbnail":"","title":"Page 4","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2Fpage-5.html&mode=2&name=Page+5","filetype":"directory","label":"Page 5","runtime":0,"thumbnail":"","title":"Page 5","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2Fpage-20.html&mode=2&name=Last+Last","filetype":"directory","label":"Last Last","runtime":0,"thumbnail":"","title":"Last Last","type":"unknown"}],"limits":{"end":15,"start":0,"total":15}}}
  112. 08/04/2014 03:34:33 PM DEBUG Archiving Found 0 files and 15 directories in azdrama.net/HK Movies
  113. 08/04/2014 03:34:33 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Delete My Love - Delete??
  114. 08/04/2014 03:34:33 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  115. 08/04/2014 03:34:33 PM DEBUG Archiving POST data (Content-Length: 324) =
  116. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1565-delete-my-love%2Flist-episode%2F&mode=5&name=Delete+My+Love+-+Delete%E6%84%9B%E4%BA%BA", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  117. 08/04/2014 03:34:35 PM DEBUG Archiving JSON-RPC Response:
  118. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-delete-my-love-40845.html&mode=11&name=Delete+My+Love","filetype":"directory","label":"Delete My Love","runtime":0,"thumbnail":"","title":"Delete My Love","type":"unknown"}],"limits":{"end":1,"start":0,"total":1}}}
  119. 08/04/2014 03:34:35 PM DEBUG Archiving Found 0 files and 1 directories in azdrama.net/HK Movies/Delete My Love - Delete??
  120. 08/04/2014 03:34:35 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Delete My Love - Delete??/Delete My Love
  121. 08/04/2014 03:34:35 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  122. 08/04/2014 03:34:35 PM DEBUG Archiving POST data (Content-Length: 288) =
  123. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-delete-my-love-40845.html&mode=11&name=Delete+My+Love", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  124. 08/04/2014 03:34:39 PM DEBUG Archiving JSON-RPC Response:
  125. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Fvideobug.se%2Fdll%2F2014%2Fdelete.my.love.2014-001.mp4%3Fst%3DnpPlVpSzS7EGpATVe6ImIg%26e%3D1407224047&mode=8&name=Unknown+Quality+&mirrorname=","filetype":"file","label":"Unknown Quality ","runtime":0,"thumbnail":"","title":"Unknown Quality ","type":"unknown"}],"limits":{"end":1,"start":0,"total":1}}}
  126. 08/04/2014 03:34:39 PM DEBUG Archiving Found 1 files and 0 directories in azdrama.net/HK Movies/Delete My Love - Delete??/Delete My Love
  127. 08/04/2014 03:34:39 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Aberdeen - ???
  128. 08/04/2014 03:34:39 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  129. 08/04/2014 03:34:39 PM DEBUG Archiving POST data (Content-Length: 315) =
  130. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1536-aberdeen%2Flist-episode%2F&mode=5&name=Aberdeen+-+%E9%A6%99%E6%B8%AF%E4%BB%94", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  131. 08/04/2014 03:34:39 PM DEBUG Archiving Next: azdrama.net/HK Movies/Delete My Love - Delete??/Delete My Love/Unknown Quality
  132. 08/04/2014 03:34:39 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Unknown Quality "
  133. 08/04/2014 03:34:39 PM WARN Archiving Cannot be archived: series=null, title=Unknown Quality, season=-1, episode=-1
  134. azdrama.net/HK Movies/Delete My Love - Delete??/Delete My Love/Unknown Quality
  135. 08/04/2014 03:34:41 PM DEBUG Archiving JSON-RPC Response:
  136. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-aberdeen-39015.html&mode=11&name=Aberdeen","filetype":"directory","label":"Aberdeen","runtime":0,"thumbnail":"","title":"Aberdeen","type":"unknown"}],"limits":{"end":1,"start":0,"total":1}}}
  137. 08/04/2014 03:34:41 PM DEBUG Archiving Found 0 files and 1 directories in azdrama.net/HK Movies/Aberdeen - ???
  138. 08/04/2014 03:34:41 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Aberdeen - ???/Aberdeen
  139. 08/04/2014 03:34:41 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  140. 08/04/2014 03:34:41 PM DEBUG Archiving POST data (Content-Length: 276) =
  141. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-aberdeen-39015.html&mode=11&name=Aberdeen", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  142. 08/04/2014 03:34:45 PM DEBUG Archiving JSON-RPC Response:
  143. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Fvideobug.se%2Fdll%2F2014%2FAberdeen.2014.CAN.1.mp4%3Fst%3DxH2dD_Z1gFROEI7wk6uSkg%26e%3D1407224053&mode=8&name=Unknown+Quality+&mirrorname=","filetype":"file","label":"Unknown Quality ","runtime":0,"thumbnail":"","title":"Unknown Quality ","type":"unknown"}],"limits":{"end":1,"start":0,"total":1}}}
  144. 08/04/2014 03:34:45 PM DEBUG Archiving Found 1 files and 0 directories in azdrama.net/HK Movies/Aberdeen - ???/Aberdeen
  145. 08/04/2014 03:34:45 PM DEBUG Archiving Next: azdrama.net/HK Movies/Aberdeen - ???/Aberdeen/Unknown Quality
  146. 08/04/2014 03:34:45 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Blind Detective - ??
  147. 08/04/2014 03:34:45 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Unknown Quality "
  148. 08/04/2014 03:34:45 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  149. 08/04/2014 03:34:45 PM WARN Archiving Cannot be archived: series=null, title=Unknown Quality, season=-1, episode=-1
  150. azdrama.net/HK Movies/Aberdeen - ???/Aberdeen/Unknown Quality
  151. 08/04/2014 03:34:45 PM DEBUG Archiving POST data (Content-Length: 320) =
  152. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fhk-movie%2F1550-blind-detective%2Flist-episode%2F&mode=5&name=Blind+Detective+-+%E7%9B%B2%E6%8E%A2", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  153. 08/04/2014 03:34:48 PM DEBUG Archiving JSON-RPC Response:
  154. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-blind-detective-39687.html&mode=11&name=Blind+Detective","filetype":"directory","label":"Blind Detective","runtime":0,"thumbnail":"","title":"Blind Detective","type":"unknown"}],"limits":{"end":1,"start":0,"total":1}}}
  155. 08/04/2014 03:34:48 PM DEBUG Archiving Found 0 files and 1 directories in azdrama.net/HK Movies/Blind Detective - ??
  156. 08/04/2014 03:34:48 PM DEBUG Archiving Getting all files in:azdrama.net/HK Movies/Blind Detective - ??/Blind Detective
  157. 08/04/2014 03:34:48 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@localhost/jsonrpc
  158. 08/04/2014 03:34:48 PM DEBUG Archiving POST data (Content-Length: 290) =
  159. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.azdrama/?url=http%3A%2F%2Ficdrama.se%2Fwatch-online-blind-detective-39687.html&mode=11&name=Blind+Detective", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement