Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.98 KB | None | 0 0
  1. 02/03/2015 04:31:29 PM INFO Init Logger has been initialized. Base log directory is: C:\XBMC.MyLibrary-1.4.3
  2. 02/03/2015 04:31:29 PM INFO Init JVM runtime info:
  3. 4884@Rumicilin-HP
  4. Version: 1.7.0_72
  5. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 PM INFO Init Base directory set to: C:\XBMC.MyLibrary-1.4.3
  17. 02/03/2015 04:31:29 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 02/03/2015 04:31:29 PM INFO Init... Initializing SQLite database at: C:\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 02/03/2015 04:31:29 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 02/03/2015 04:31:29 PM INFO Init... Successfully connected to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 02/03/2015 04:31:29 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 02/03/2015 04:31:29 PM INFO Init... Initializing SQLite database at: C:\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 02/03/2015 04:31:29 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 02/03/2015 04:31:29 PM INFO Init... Successfully connected to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 02/03/2015 04:31:29 PM INFO Init... Initializing SQLite database at: C:\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 02/03/2015 04:31:29 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 02/03/2015 04:31:29 PM INFO Init... Successfully connected to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 PM NOTICE Init... Base program directory = C:\XBMC.MyLibrary-1.4.3
  42. 02/03/2015 04:31:29 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 02/03/2015 04:31:29 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. 02/03/2015 04:31:29 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 02/03/2015 04:31:29 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://xbmc:heslo@localhost:8080
  51. 02/03/2015 04:31:29 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 02/03/2015 04:31:29 PM DEBUG Init... XBMCRestart enabled = false
  53. 02/03/2015 04:31:29 PM DEBUG Init... IP Change is disabled
  54. 02/03/2015 04:31:29 PM DEBUG Init... Streaming Dropbox = c:\MyLib
  55. 02/03/2015 04:31:29 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 02/03/2015 04:31:29 PM DEBUG Init... Manual Archiving is disabled.
  57. 02/03/2015 04:31:29 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 02/03/2015 04:31:29 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 02/03/2015 04:31:29 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 02/03/2015 04:31:29 PM INFO Init... Found source sosac with path of plugin://plugin.video.tv.sosac.ph/
  61. 02/03/2015 04:31:29 PM INFO Init... Setting source's custom_parser to: sosac
  62. 02/03/2015 04:31:29 PM INFO Init... Next Subfolder: name=sosac/a/amazonka, recursive=false, type=generic, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix=, multi_part=false, force_series=Amazonka
  63. 02/03/2015 04:31:29 PM DEBUG Init... Added subfolder Parser: type=regexp, value=()([\w\s*'-:]*ř)
  64. 02/03/2015 04:31:29 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  65. 02/03/2015 04:31:29 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  66. 02/03/2015 04:31:29 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  67. 02/03/2015 04:31:29 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  68. 02/03/2015 04:31:29 PM DEBUG Init... HTTP POST http://xbmc:heslo@localhost:8080/jsonrpc
  69. 02/03/2015 04:31:29 PM DEBUG Init... POST data (Content-Length: 55) =
  70. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  71. 02/03/2015 04:31:29 PM DEBUG Init... JSON-RPC Response:
  72. {"id":"1","jsonrpc":"2.0","result":"pong"}
  73. 02/03/2015 04:31:29 PM INFO Init... JSON-RPC web connected = true
  74. 02/03/2015 04:31:29 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  75. 02/03/2015 04:31:29 PM DEBUG Init... Waiting for connection test to complete on localhost
  76. 02/03/2015 04:31:29 PM INFO Init... Connecting to event listener on localhost:9090
  77. 02/03/2015 04:31:29 PM NOTICE Init... Successfully connected to localhost:9090. Listening for JSON-RPC messages.
  78. 02/03/2015 04:31:29 PM DEBUG Init... Sending request to localhost:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  79.  
  80. 02/03/2015 04:31:29 PM DEBUG Init... 0 ms to fully process last JSON response from localhost
  81. 02/03/2015 04:31:29 PM INFO Init... localhost:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  82. 02/03/2015 04:31:29 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ localhost:9090
  83. 02/03/2015 04:31:31 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  84. 02/03/2015 04:31:31 PM NOTICE Init... Starting source scan for 1 sources...
  85. 02/03/2015 04:31:31 PM INFO Find:Subfolder Searching for subfolder: sosac/a/amazonka
  86. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Getting all files in:sosac
  87. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder HTTP POST http://xbmc:heslo@localhost:8080/jsonrpc
  88. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder POST data (Content-Length: 195) =
  89. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.tv.sosac.ph/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  90. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder JSON-RPC Response:
  91. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"","filetype":"directory","label":"[B]Downloaded files[/B]","runtime":0,"thumbnail":"image://https%3a%2f%2fgithub.com%2flzoubek%2fxbmc-doplnky%2fraw%2fdharma%2ficons%2fdownload.png/","title":"[B]Downloaded files[/B]","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f302d39&","filetype":"directory","label":"0-9","runtime":0,"thumbnail":"","title":"0-9","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f61&","filetype":"directory","label":"A","runtime":0,"thumbnail":"","title":"A","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f62&","filetype":"directory","label":"B","runtime":0,"thumbnail":"","title":"B","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f63&","filetype":"directory","label":"C","runtime":0,"thumbnail":"","title":"C","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f64&","filetype":"directory","label":"D","runtime":0,"thumbnail":"","title":"D","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f65&","filetype":"directory","label":"E","runtime":0,"thumbnail":"","title":"E","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f66&","filetype":"directory","label":"F","runtime":0,"thumbnail":"","title":"F","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f67&","filetype":"directory","label":"G","runtime":0,"thumbnail":"","title":"G","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f65&","filetype":"directory","label":"E","runtime":0,"thumbnail":"","title":"E","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f68&","filetype":"directory","label":"H","runtime":0,"thumbnail":"","title":"H","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f69&","filetype":"directory","label":"I","runtime":0,"thumbnail":"","title":"I","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6a&","filetype":"directory","label":"J","runtime":0,"thumbnail":"","title":"J","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6b&","filetype":"directory","label":"K","runtime":0,"thumbnail":"","title":"K","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6c&","filetype":"directory","label":"L","runtime":0,"thumbnail":"","title":"L","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6d&","filetype":"directory","label":"M","runtime":0,"thumbnail":"","title":"M","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6e&","filetype":"directory","label":"N","runtime":0,"thumbnail":"","title":"N","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f6f&","filetype":"directory","label":"O","runtime":0,"thumbnail":"","title":"O","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f70&","filetype":"directory","label":"P","runtime":0,"thumbnail":"","title":"P","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f71&","filetype":"directory","label":"Q","runtime":0,"thumbnail":"","title":"Q","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f72&","filetype":"directory","label":"R","runtime":0,"thumbnail":"","title":"R","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f73&","filetype":"directory","label":"S","runtime":0,"thumbnail":"","title":"S","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f74&","filetype":"directory","label":"T","runtime":0,"thumbnail":"","title":"T","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f75&","filetype":"directory","label":"U","runtime":0,"thumbnail":"","title":"U","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f76&","filetype":"directory","label":"V","runtime":0,"thumbnail":"","title":"V","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f77&","filetype":"directory","label":"W","runtime":0,"thumbnail":"","title":"W","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f78&","filetype":"directory","label":"X","runtime":0,"thumbnail":"","title":"X","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f79&","filetype":"directory","label":"Y","runtime":0,"thumbnail":"","title":"Y","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f7a&","filetype":"directory","label":"Z","runtime":0,"thumbnail":"","title":"Z","type":"unknown"}],"limits":{"end":29,"start":0,"total":29}}}
  92. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Found 0 files and 29 directories in sosac
  93. 02/03/2015 04:31:31 PM INFO Find:Subfolder This label contains a '/', will remove it because it is reserved: "[B]Downloaded files[/B]"
  94. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac"
  95. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/[B]Downloaded files[B]"
  96. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/[B]Downloaded files[B]"
  97. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/[B]Downloaded files[B]
  98. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/0-9"
  99. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/0-9"
  100. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/0-9
  101. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/A"
  102. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/A"
  103. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder Getting all files in:sosac/A
  104. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder HTTP POST http://xbmc:heslo@localhost:8080/jsonrpc
  105. 02/03/2015 04:31:31 PM DEBUG Find:Subfolder POST data (Content-Length: 262) =
  106. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=63732f74762d73686f77732d612d7a2f61&", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  107. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder JSON-RPC Response:
  108. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616d617a6f6e6b61&","filetype":"directory","label":"Amazonka","runtime":0,"thumbnail":"","title":"Amazonka","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f617263686572&","filetype":"directory","label":"Archer","runtime":0,"thumbnail":"","title":"Archer","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616c696173&","filetype":"directory","label":"Alias","runtime":0,"thumbnail":"","title":"Alias","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616c63617472617a&","filetype":"directory","label":"Alcatraz","runtime":0,"thumbnail":"","title":"Alcatraz","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616b74612d78&","filetype":"directory","label":"Akta X","runtime":0,"thumbnail":"","title":"Akta X","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616c66&","filetype":"directory","label":"Alf","runtime":0,"thumbnail":"","title":"Alf","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616e6765722d6d616e6167656d656e74&","filetype":"directory","label":"Anger Management","runtime":0,"thumbnail":"","title":"Anger Management","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616d65726963616e2d686f72726f722d73746f7279&","filetype":"directory","label":"American Horror Story","runtime":0,"thumbnail":"","title":"American Horror Story","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616c6c792d6d632d6265616c6f7661&","filetype":"directory","label":"Ally McBealová","runtime":0,"thumbnail":"","title":"Ally McBealová","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f61746c616e746973&","filetype":"directory","label":"Atlantis","runtime":0,"thumbnail":"","title":"Atlantis","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f6167656e74732d6f662d732d682d692d652d6c2d64&","filetype":"directory","label":"Agents of S.H.I.E.L.D.","runtime":0,"thumbnail":"","title":"Agents of S.H.I.E.L.D.","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616d65726963616e2d646164&","filetype":"directory","label":"American Dad!","runtime":0,"thumbnail":"","title":"American Dad!","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f6172726f77&","filetype":"directory","label":"Arrow","runtime":0,"thumbnail":"","title":"Arrow","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f6176656e676572732d617373656d626c65&","filetype":"directory","label":"Avengers Assemble","runtime":0,"thumbnail":"","title":"Avengers Assemble","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616e6f2d73656665&","filetype":"directory","label":"Ano, šéfe!","runtime":0,"thumbnail":"","title":"Ano, šéfe!","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f6167656e747572612d6a61736e6f&","filetype":"directory","label":"Agentura Jasno","runtime":0,"thumbnail":"","title":"Agentura Jasno","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616c6d6f73742d68756d616e&","filetype":"directory","label":"Almost Human","runtime":0,"thumbnail":"","title":"Almost Human","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f61626f75742d612d626f79&","filetype":"directory","label":"About a Boy","runtime":0,"thumbnail":"","title":"About a Boy","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f617a2d706f2d757369&","filetype":"directory","label":"Až po uši","runtime":0,"thumbnail":"","title":"Až po uši","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f612d746f2d7a&","filetype":"directory","label":"A to Z","runtime":0,"thumbnail":"","title":"A to Z","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f617363656e73696f6e&","filetype":"directory","label":"Ascension","runtime":0,"thumbnail":"","title":"Ascension","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f6167656e742d636172746572&","filetype":"directory","label":"Agent Carter","runtime":0,"thumbnail":"","title":"Agent Carter","type":"unknown"}],"limits":{"end":22,"start":0,"total":22}}}
  109. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Found 0 files and 22 directories in sosac/A
  110. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/A"
  111. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = true for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/A/Amazonka"
  112. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Ending search because exact match was found and subfolders are not requested.
  113. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/B"
  114. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/B"
  115. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/B
  116. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/C"
  117. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/C"
  118. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/C
  119. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/D"
  120. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/D"
  121. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/D
  122. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/E"
  123. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/E"
  124. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/E
  125. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/F"
  126. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/F"
  127. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/F
  128. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/G"
  129. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/G"
  130. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/G
  131. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/E"
  132. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/E"
  133. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/E
  134. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/H"
  135. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/H"
  136. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/H
  137. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/I"
  138. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/I"
  139. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/I
  140. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/J"
  141. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/J"
  142. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/J
  143. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/K"
  144. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/K"
  145. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/K
  146. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/L"
  147. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/L"
  148. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/L
  149. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/M"
  150. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/M"
  151. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/M
  152. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/N"
  153. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/N"
  154. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/N
  155. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/O"
  156. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/O"
  157. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/O
  158. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/P"
  159. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/P"
  160. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/P
  161. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Q"
  162. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Q"
  163. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/Q
  164. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/R"
  165. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/R"
  166. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/R
  167. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/S"
  168. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/S"
  169. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/S
  170. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/T"
  171. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/T"
  172. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/T
  173. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/U"
  174. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/U"
  175. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/U
  176. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/V"
  177. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/V"
  178. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/V
  179. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/W"
  180. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/W"
  181. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/W
  182. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/X"
  183. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/X"
  184. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/X
  185. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Y"
  186. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Y"
  187. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/Y
  188. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Z"
  189. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/Z"
  190. 02/03/2015 04:31:33 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: sosac/Z
  191. 02/03/2015 04:31:33 PM NOTICE Found! sosac's subfolder "sosac/a/amazonka" maps to source: plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616d617a6f6e6b61& (sosac/A/Amazonka)
  192. 02/03/2015 04:31:33 PM DEBUG Search:sosac SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  193. 02/03/2015 04:31:33 PM DEBUG Search:sosac Set STRING param 1 to sosac
  194. 02/03/2015 04:31:33 PM INFO Search:sosac Found 0 videos that are already archived in dropbox from source "sosac"
  195. 02/03/2015 04:31:33 PM NOTICE Search:sosac Finding all matching videos under subfolder: sosac/A/Amazonka
  196. 02/03/2015 04:31:33 PM DEBUG Search:sosac Getting all files in:sosac/A/Amazonka
  197. 02/03/2015 04:31:33 PM DEBUG Search:sosac HTTP POST http://xbmc:heslo@localhost:8080/jsonrpc
  198. 02/03/2015 04:31:33 PM DEBUG Archiving POST data (Content-Length: 316) =
  199. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.tv.sosac.ph/?cp=74762e736f7361632e7068&list=23736572696523687474703a2f2f74762e736f7361632e70682f63732f64657461696c2f616d617a6f6e6b61&", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  200. 02/03/2015 04:31:34 PM DEBUG Archiving JSON-RPC Response:
  201. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653031&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 1 - Fallen Angels","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3280.jpg/","title":"Řada 1 Epizoda 1 - Fallen Angels","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653032&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 2 - Nightfall","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3190.jpg/","title":"Řada 1 Epizoda 2 - Nightfall","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653033&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 3 - Suffer the Little Children","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3185.jpg/","title":"Řada 1 Epizoda 3 - Suffer the Little Children","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653034&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 4 - Exodus","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3204.jpg/","title":"Řada 1 Epizoda 4 - Exodus","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653035&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 5 - The Chosen","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3284.jpg/","title":"Řada 1 Epizoda 5 - The Chosen","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653036&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 6 - he End of the World","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3192.jpg/","title":"Řada 1 Epizoda 6 - he End of the World","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653037&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 7 - The Lost Words","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3186.jpg/","title":"Řada 1 Epizoda 7 - The Lost Words","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653038&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 8 - Resurrection","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3205.jpg/","title":"Řada 1 Epizoda 8 - Resurrection","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653039&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 9 - The Blood Angel","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3557.jpg/","title":"Řada 1 Epizoda 9 - The Blood Angel","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653130&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 10 - War","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3193.jpg/","title":"Řada 1 Epizoda 10 - War","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653131&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 11 - Eyes in the Dark","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3188.jpg/","title":"Řada 1 Epizoda 11 - Eyes in the Dark","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653132&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 12 - The First Stone","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3206.jpg/","title":"Řada 1 Epizoda 12 - The First Stone","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653133&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 13 - The Devil's Army","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3558.jpg/","title":"Řada 1 Epizoda 13 - The Devil's Army","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653134&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 14 - The Finding","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3195.jpg/","title":"Řada 1 Epizoda 14 - The Finding","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653135&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 15 - Escape","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3189.jpg/","title":"Řada 1 Epizoda 15 - Escape","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653136&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 16 - Home","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3207.jpg/","title":"Řada 1 Epizoda 16 - Home","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653137&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 17 - The Pale Horseman","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3559.jpg/","title":"Řada 1 Epizoda 17 - The Pale Horseman","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653138&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 18 - The White Witch","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3198.jpg/","title":"Řada 1 Epizoda 18 - The White Witch","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653139&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 19 - Circle of Fire","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3191.jpg/","title":"Řada 1 Epizoda 19 - Circle of Fire","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653230&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 20 - Babel","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3208.jpg/","title":"Řada 1 Epizoda 20 - Babel","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653231&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 21 - Wild Child","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3560.jpg/","title":"Řada 1 Epizoda 21 - Wild Child","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.tv.sosac.ph/?play=687474703a2f2f74762e736f7361632e70682f63732f706c617965722f616d617a6f6e6b612d73312d653232&cp=74762e736f7361632e7068&","filetype":"file","label":"Řada 1 Epizoda 22 - A Bible and a Gun","runtime":0,"thumbnail":"image://http%3a%2f%2ftv.sosac.ph%2fimages%2f356x200%2fepisode-3199.jpg/","title":"Řada 1 Epizoda 22 - A Bible and a Gun","type":"unknown"}],"limits":{"end":22,"start":0,"total":22}}}
  202. 02/03/2015 04:31:34 PM DEBUG Archiving Found 22 files and 0 directories in sosac/A/Amazonka
  203. 02/03/2015 04:31:34 PM DEBUG Archiving Exact match = true for regular match. Checked if Subfolder: "sosac/a/amazonka" = "sosac/A/Amazonka"
  204. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 1 - Fallen Angels
  205. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 1 - Fallen Angels"
  206. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  207. 02/03/2015 04:31:34 PM NOTICE Archiving Done retrieving files from JSON-RPC for subfolder: sosac/a/amazonka
  208. 02/03/2015 04:31:34 PM INFO Archiving There are 21 files that stil need to be archived, waiting for archiving to finish before proceeding to next subfolder.
  209. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  210. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 1 - Fallen Angels, season=-1, episode=-1
  211. sosac/A/Amazonka/Řada 1 Epizoda 1 - Fallen Angels
  212. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 2 - Nightfall
  213. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 2 - Nightfall"
  214. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  215. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  216. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 2 - Nightfall, season=-1, episode=-1
  217. sosac/A/Amazonka/Řada 1 Epizoda 2 - Nightfall
  218. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 3 - Suffer the Little Children
  219. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 3 - Suffer the Little Children"
  220. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  221. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  222. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 3 - Suffer the Little Children, season=-1, episode=-1
  223. sosac/A/Amazonka/Řada 1 Epizoda 3 - Suffer the Little Children
  224. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 4 - Exodus
  225. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 4 - Exodus"
  226. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  227. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  228. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 4 - Exodus, season=-1, episode=-1
  229. sosac/A/Amazonka/Řada 1 Epizoda 4 - Exodus
  230. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 5 - The Chosen
  231. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 5 - The Chosen"
  232. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  233. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  234. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 5 - The Chosen, season=-1, episode=-1
  235. sosac/A/Amazonka/Řada 1 Epizoda 5 - The Chosen
  236. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 6 - he End of the World
  237. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 6 - he End of the World"
  238. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  239. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  240. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 6 - he End of the World, season=-1, episode=-1
  241. sosac/A/Amazonka/Řada 1 Epizoda 6 - he End of the World
  242. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 7 - The Lost Words
  243. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 7 - The Lost Words"
  244. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  245. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  246. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 7 - The Lost Words, season=-1, episode=-1
  247. sosac/A/Amazonka/Řada 1 Epizoda 7 - The Lost Words
  248. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 8 - Resurrection
  249. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 8 - Resurrection"
  250. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  251. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  252. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 8 - Resurrection, season=-1, episode=-1
  253. sosac/A/Amazonka/Řada 1 Epizoda 8 - Resurrection
  254. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 9 - The Blood Angel
  255. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 9 - The Blood Angel"
  256. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  257. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  258. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 9 - The Blood Angel, season=-1, episode=-1
  259. sosac/A/Amazonka/Řada 1 Epizoda 9 - The Blood Angel
  260. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 10 - War
  261. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 10 - War"
  262. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  263. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  264. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 10 - War, season=-1, episode=-1
  265. sosac/A/Amazonka/Řada 1 Epizoda 10 - War
  266. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 11 - Eyes in the Dark
  267. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 11 - Eyes in the Dark"
  268. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  269. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  270. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 11 - Eyes in the Dark, season=-1, episode=-1
  271. sosac/A/Amazonka/Řada 1 Epizoda 11 - Eyes in the Dark
  272. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 12 - The First Stone
  273. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 12 - The First Stone"
  274. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  275. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  276. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 12 - The First Stone, season=-1, episode=-1
  277. sosac/A/Amazonka/Řada 1 Epizoda 12 - The First Stone
  278. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 13 - The Devil's Army
  279. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 13 - The Devil's Army"
  280. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  281. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  282. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 13 - The Devil's Army, season=-1, episode=-1
  283. sosac/A/Amazonka/Řada 1 Epizoda 13 - The Devil's Army
  284. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 14 - The Finding
  285. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 14 - The Finding"
  286. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  287. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  288. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 14 - The Finding, season=-1, episode=-1
  289. sosac/A/Amazonka/Řada 1 Epizoda 14 - The Finding
  290. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 15 - Escape
  291. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 15 - Escape"
  292. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  293. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  294. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 15 - Escape, season=-1, episode=-1
  295. sosac/A/Amazonka/Řada 1 Epizoda 15 - Escape
  296. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 16 - Home
  297. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 16 - Home"
  298. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  299. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  300. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 16 - Home, season=-1, episode=-1
  301. sosac/A/Amazonka/Řada 1 Epizoda 16 - Home
  302. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 17 - The Pale Horseman
  303. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 17 - The Pale Horseman"
  304. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  305. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  306. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 17 - The Pale Horseman, season=-1, episode=-1
  307. sosac/A/Amazonka/Řada 1 Epizoda 17 - The Pale Horseman
  308. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 18 - The White Witch
  309. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 18 - The White Witch"
  310. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  311. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  312. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 18 - The White Witch, season=-1, episode=-1
  313. sosac/A/Amazonka/Řada 1 Epizoda 18 - The White Witch
  314. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 19 - Circle of Fire
  315. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 19 - Circle of Fire"
  316. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  317. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  318. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 19 - Circle of Fire, season=-1, episode=-1
  319. sosac/A/Amazonka/Řada 1 Epizoda 19 - Circle of Fire
  320. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 20 - Babel
  321. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 20 - Babel"
  322. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  323. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  324. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 20 - Babel, season=-1, episode=-1
  325. sosac/A/Amazonka/Řada 1 Epizoda 20 - Babel
  326. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 21 - Wild Child
  327. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 21 - Wild Child"
  328. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  329. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  330. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 21 - Wild Child, season=-1, episode=-1
  331. sosac/A/Amazonka/Řada 1 Epizoda 21 - Wild Child
  332. 02/03/2015 04:31:34 PM DEBUG Archiving Next: sosac/A/Amazonka/Řada 1 Epizoda 22 - A Bible and a Gun
  333. 02/03/2015 04:31:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "Řada 1 Epizoda 22 - A Bible and a Gun"
  334. 02/03/2015 04:31:34 PM DEBUG Archiving Found custom series and title parser.
  335. 02/03/2015 04:31:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*ř)
  336. 02/03/2015 04:31:34 PM WARN Archiving Cannot be archived: series=null, title=Řada 1 Epizoda 22 - A Bible and a Gun, season=-1, episode=-1
  337. sosac/A/Amazonka/Řada 1 Epizoda 22 - A Bible and a Gun
  338. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ ----------------------Archiving Summary for sosac/a/amazonka----------------------
  339. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ TV Success: 0, TV Fail: 0
  340. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ Movie Success: 0, Movie Fail: 0
  341. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ Music Video Success: 0, Music Video Fail: 0
  342. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ Generic Success: 0, Generic Fail: 0
  343. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ New videos archived: 0, existing videos updated: 0
  344. 02/03/2015 04:31:35 PM NOTICE Summary:sosac/a/ Overall: Success: 0, Skip: 0, Fail: 22
  345. 02/03/2015 04:31:35 PM NOTICE Archiving has finished for sosac/a/amazonka.
  346. 02/03/2015 04:31:35 PM ERROR Since no files were successfully archived in this subfolder, assuming an error occured. This will prevent the dropbox from being cleaned for files from this source
  347. 02/03/2015 04:31:35 PM NOTICE Skip-Clean Skipping cleaning dropbox for videos from "sosac" because there were error(s) while getting File list for its Subfolders from JSON-RPC interface/PlayOn
  348. 02/03/2015 04:31:35 PM NOTICE No videos were successfully archived, skipping XBMC Library scan.
  349. 02/03/2015 04:31:35 PM NOTICE Clean Up Cleaning up dropbox...
  350. 02/03/2015 04:31:35 PM INFO Clean Up Checking 0 archived strm videos in dropbox to make sure the archived video is still valid.
  351. 02/03/2015 04:31:35 PM NOTICE Clean Up After removing 0 old videos from dropbox, number of videos is now: 0
  352. 02/03/2015 04:31:35 PM NOTICE Clean Up Done with dropbox clean-up
  353. 02/03/2015 04:31:35 PM DEBUG TidyUp Successfully cleared out 0 of 0 cached XML files.
  354. 02/03/2015 04:31:35 PM DEBUG TidyUp Closing listening socket for localhost:9090
  355. 02/03/2015 04:31:35 PM INFO TidyUp Successfully stopped JSON-RPC listener.
  356. 02/03/2015 04:31:35 PM NOTICE TidyUp Ended listening (listen=false, resetOnFail=false) for data from: localhost:90909090
  357. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  358. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  359. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  360. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  361. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 0
  362. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 0
  363. 02/03/2015 04:31:35 PM NOTICE Summary:---Overa Overall: Success: 0, Skip: 0, Fail: 22
  364. 02/03/2015 04:31:35 PM NOTICE Ending Done... Total processing time: 0 minute(s), 6 second(s)
  365. 02/03/2015 04:31:35 PM DEBUG Ending Closed connection to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  366. 02/03/2015 04:31:35 PM DEBUG Ending Closed connection to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  367. 02/03/2015 04:31:35 PM DEBUG Ending Closed connection to SQLITE database: C:\XBMC.MyLibrary-1.4.3\res\scraper.db
  368. 02/03/2015 04:31:35 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  369. 02/03/2015 04:31:35 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  370. 02/03/2015 04:31:35 PM INFO Ending Deleting logfiles older than 30 days (01/04/2015 04:31:35 PM)
  371. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/02/2015 10:44:03 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.02_ERROR.log
  372. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/02/2015 10:44:03 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.02_INFO.log
  373. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/02/2015 10:44:03 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.02_NOTICE.log
  374. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/02/2015 10:44:03 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.02_WARN.log
  375. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/03/2015 04:31:35 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.03_DEBUG.log
  376. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/03/2015 04:31:35 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.03_ERROR.log
  377. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/03/2015 04:31:35 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.03_INFO.log
  378. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/03/2015 04:31:35 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.03_NOTICE.log
  379. 02/03/2015 04:31:35 PM DEBUG Ending Not expired, only 0 days old (02/03/2015 04:31:35 PM): C:\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2015.02.03_WARN.log
  380. 02/03/2015 04:31:35 PM INFO Ending Checked 9 log files for expiration, deleted 0 log files more than 30 days old.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement