Advertisement
Guest User

XBMC.MyLibrary - debug.log

a guest
Oct 13th, 2013
6,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 301.42 KB | None | 0 0
  1. 10/13/2013 10:15:51 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3
  2. 10/13/2013 10:15:51 PM INFO Init JVM runtime info:
  3. 5640@Plex-srv
  4. Version: 1.7.0_40
  5. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 PM INFO Init Base directory set to: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3
  17. 10/13/2013 10:15:51 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 10/13/2013 10:15:51 PM INFO Init... Initializing SQLite database at: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 10/13/2013 10:15:51 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 10/13/2013 10:15:51 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 10/13/2013 10:15:51 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 10/13/2013 10:15:51 PM INFO Init... Initializing SQLite database at: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 10/13/2013 10:15:51 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 10/13/2013 10:15:51 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 10/13/2013 10:15:51 PM INFO Init... Initializing SQLite database at: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 10/13/2013 10:15:51 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 10/13/2013 10:15:51 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 PM NOTICE Init... Base program directory = C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3
  42. 10/13/2013 10:15:51 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 10/13/2013 10:15:51 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. 10/13/2013 10:15:51 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 10/13/2013 10:15:51 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://xbmc:xbmc@10.0.0.15:8080
  51. 10/13/2013 10:15:51 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 10/13/2013 10:15:51 PM DEBUG Init... XBMCRestart enabled = false
  53. 10/13/2013 10:15:51 PM DEBUG Init... IP Change is disabled
  54. 10/13/2013 10:15:51 PM DEBUG Init... Streaming Dropbox = \\10.0.0.3\streams
  55. 10/13/2013 10:15:51 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 10/13/2013 10:15:51 PM DEBUG Init... Manual Archiving is disabled.
  57. 10/13/2013 10:15:51 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 10/13/2013 10:15:51 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 10/13/2013 10:15:51 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 10/13/2013 10:15:51 PM DEBUG Init... Source path was not specified. Will try to auto-determine it later.
  61. 10/13/2013 10:15:51 PM INFO Init... Found source Netflix with path of [auto-determine]
  62. 10/13/2013 10:15:51 PM INFO Init... Setting source's custom_parser to: PlayOn
  63. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Netflix/Instant Queue/Alphabetical, recursive=true, type=auto_determine_type, max_series=-1, max_videos=-1, movie_set= Netflix Instant Queue, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  64. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Netflix/New Arrivals/New movies to watch instantly, recursive=true, type=movies, max_series=-1, max_videos=-1, movie_set= Netflix New Movies, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  65. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms, recursive=true, type=episodes, max_series=-1, max_videos=50, movie_set=, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  66. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Netflix/New Arrivals/New TV to watch instantly, recursive=true, type=episodes, max_series=-1, max_videos=50, movie_set=, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  67. 10/13/2013 10:15:51 PM INFO Init... Found source Hulu with path of plugin://plugin.video.hulu/
  68. 10/13/2013 10:15:51 PM INFO Init... Setting source's custom_parser to: Hulu
  69. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Hulu/Movies/Popular Movies \([0-9]+\)/Popular feature films \([0-9]+\), recursive=true, type=movies, max_series=-1, max_videos=10, movie_set= Hulu (BlueCop), prefix=(H) , suffix=, multi_part=false, force_series=
  70. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=previous page
  71. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=next page
  72. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=/Recommended
  73. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=/Clips
  74. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=Hulu/TV/Popular TV \([0-9]+\)/Popular Shows \([0-9]+\), recursive=true, type=episodes, max_series=10, max_videos=-1, movie_set=, prefix=(H) , suffix=, multi_part=false, force_series=
  75. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=regexp, value=/season[s]? \([0-9]+\)
  76. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=previous page
  77. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=next page
  78. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=/Recommended
  79. 10/13/2013 10:15:51 PM DEBUG Init... Added Exclude: type=contains, value=/Clips
  80. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=regexp, value=/Episode[s]? \([0-9]+\)/
  81. 10/13/2013 10:15:51 PM INFO Init... Found source FreeCable with path of plugin://plugin.video.free.cable/
  82. 10/13/2013 10:15:51 PM INFO Init... Setting source's custom_parser to: FreeCable
  83. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=FreeCable/USA, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=(F) , suffix=, multi_part=false, force_series=
  84. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=contains, value=Full Episodes
  85. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=runtime, value=GT|1200
  86. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=contains, value=Fairly Legal || In Plain Sight || Burn Notice
  87. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=FreeCable/History Channel, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=(F) , suffix=, multi_part=false, force_series=
  88. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=contains, value=Full Episodes
  89. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=runtime, value=GT|1200
  90. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Filter: type=contains, value=Modern Marvels || Top Gear || The Universe || Ice Road Truckers || Ax Men
  91. 10/13/2013 10:15:51 PM INFO Init... Found source TED with path of plugin://plugin.video.ted.talks/
  92. 10/13/2013 10:15:51 PM INFO Init... Setting source's custom_parser to: TED
  93. 10/13/2013 10:15:51 PM INFO Init... Next Subfolder: name=TED/Newest Talks, recursive=true, type=generic, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix= (TED), multi_part=false, force_series=TED Talks
  94. 10/13/2013 10:15:51 PM DEBUG Init... Added subfolder Parser: type=regexp, value=()([\w\s*'-:]*)
  95. 10/13/2013 10:15:51 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  96. 10/13/2013 10:15:51 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  97. 10/13/2013 10:15:51 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  98. 10/13/2013 10:15:51 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  99. 10/13/2013 10:15:51 PM DEBUG Init... HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  100. 10/13/2013 10:15:51 PM DEBUG Init... POST data (Content-Length: 55) =
  101. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  102. 10/13/2013 10:15:52 PM DEBUG Init... JSON-RPC Response:
  103. {"id":"1","jsonrpc":"2.0","result":"pong"}
  104. 10/13/2013 10:15:52 PM INFO Init... JSON-RPC web connected = true
  105. 10/13/2013 10:15:52 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  106. 10/13/2013 10:15:52 PM DEBUG Init... Waiting for connection test to complete on 10.0.0.15
  107. 10/13/2013 10:15:52 PM INFO Init... Connecting to event listener on 10.0.0.15:9090
  108. 10/13/2013 10:15:52 PM NOTICE Init... Successfully connected to 10.0.0.15:9090. Listening for JSON-RPC messages.
  109. 10/13/2013 10:15:52 PM DEBUG Init... Sending request to 10.0.0.15:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  110.  
  111. 10/13/2013 10:15:52 PM DEBUG Init... 0 ms to fully process last JSON response from 10.0.0.15
  112. 10/13/2013 10:15:52 PM INFO Init... 10.0.0.15:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  113. 10/13/2013 10:15:52 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ 10.0.0.15:9090
  114. 10/13/2013 10:15:53 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  115. 10/13/2013 10:15:53 PM NOTICE Init... Starting source scan for 4 sources...
  116. 10/13/2013 10:15:53 PM INFO Resolve:Source This source's path was not specified, will check list of video sources in XBMC for a matching label named "Netflix"
  117. 10/13/2013 10:15:53 PM DEBUG Resolve:Source HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  118. 10/13/2013 10:15:53 PM DEBUG Resolve:Source POST data (Content-Length: 88) =
  119. {"jsonrpc": "2.0", "method": "Files.GetSources", "params": {"media":"video"}, "id": "1"}
  120. 10/13/2013 10:15:53 PM DEBUG Resolve:Source JSON-RPC Response:
  121. {"id":"1","jsonrpc":"2.0","result":{"limits":{"end":5,"start":0,"total":5},"sources":[{"file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/","label":"PlayOn: Plex-srv"},{"file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//","label":"Netflix"},{"file":"smb://PLEX-SRV/streams/TV Shows/","label":"TV Shows"},{"file":"smb://PLEX-SRV/streams/Movies/","label":"Movies"},{"file":"smb://PLEX-SRV/streams/Music Videos/","label":"Music Videos"}]}}
  122. 10/13/2013 10:15:53 PM DEBUG Resolve:Source Found label "PlayOn: Plex-srv", looking for match on: "Netflix"
  123. 10/13/2013 10:15:53 PM DEBUG Resolve:Source Found label "Netflix", looking for match on: "Netflix"
  124. 10/13/2013 10:15:53 PM INFO Resolve:Source Found matching path from XBMC's sources, source "Netflix" maps to: upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//
  125. 10/13/2013 10:15:53 PM INFO Find:Subfolder Searching for subfolder: Netflix/Instant Queue/Alphabetical
  126. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Getting all files in:Netflix
  127. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  128. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder POST data (Content-Length: 214) =
  129. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  130. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder JSON-RPC Response:
  131. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//","filetype":"directory","label":"Instant Queue","thumbnail":"","title":"Instant Queue","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-649e5caa5fe04070865cf85b351b630f//","filetype":"directory","label":"Browse Genres","thumbnail":"","title":"Browse Genres","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0141db326da2406b9f494af6ea6bb689//","filetype":"directory","label":"Popular on Netflix","thumbnail":"","title":"Popular on Netflix","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ccbbb5deae1a4fa3973d1fed0031738a//","filetype":"directory","label":"Popular on Facebook","thumbnail":"","title":"Popular on Facebook","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//","filetype":"directory","label":"New Arrivals","thumbnail":"","title":"New Arrivals","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-23fc66ff4ab148f7b569b1b180a5f5c1//","filetype":"directory","label":"Recently Added","thumbnail":"","title":"Recently Added","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fa07b3dfa6184fedac9346533522c368//","filetype":"directory","label":"Just for Kids","thumbnail":"","title":"Just for Kids","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3d323c7e31a64101be9eea0b795474cc//","filetype":"directory","label":"Suggestions For You","thumbnail":"","title":"Suggestions For You","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a0510bbb3b3a4846970c533f150f9437//","filetype":"directory","label":"Random Picks","thumbnail":"","title":"Random Picks","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b93869793c1d4685ab404f87c957256a//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ae0c7da9173c44a8b069aa927248d65a//","filetype":"directory","label":"Children & Family Movies","thumbnail":"","title":"Children & Family Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a758d25a76284796a24ef52a11375ce6//","filetype":"directory","label":"Romantic Dramas","thumbnail":"","title":"Romantic Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-301f72ff4ff84a2ba92af36b2cc0473d//","filetype":"directory","label":"Horror Movies","thumbnail":"","title":"Horror Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3910ccbee1f7418095956e23db920df2//","filetype":"directory","label":"Feel-good Movies","thumbnail":"","title":"Feel-good Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c417b56a317f4344add0ec370dffe5d1//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4ad4c35fd67241239b4c784fe6363521//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-389c0397a24c40339f7e7eef31d64571//","filetype":"directory","label":"Sports Movies","thumbnail":"","title":"Sports Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-818ec5af7c144c969166c4dcee2a39c0//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e3e6b5afccd74721a595911911b93f85//","filetype":"directory","label":"Family Features","thumbnail":"","title":"Family Features","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ed5f7a9fa878488ca494aeb5a9e9be1a//","filetype":"directory","label":"Exciting Movies","thumbnail":"","title":"Exciting Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70f17cf8a1a142b89320df0d1318eb67//","filetype":"directory","label":"Crime TV Shows","thumbnail":"","title":"Crime TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-de116a8fa2d94933a8d09f42521ca57b//","filetype":"directory","label":"Suspenseful Movies","thumbnail":"","title":"Suspenseful Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6fbe5b3681d84a098e5ed118607fbcc9//","filetype":"directory","label":"Crime Thrillers","thumbnail":"","title":"Crime Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-937db127b06347669a47ccbcb62ee97d//","filetype":"directory","label":"Goofy Comedies","thumbnail":"","title":"Goofy Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9aab7e7d0a464a0686d5fe21b5e819c2//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-889cba4a821b47db9de63b7d1850c4c5//","filetype":"directory","label":"Goofy TV Shows","thumbnail":"","title":"Goofy TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5353c107cc904a34934b8aba18b3a394//","filetype":"directory","label":"Foreign Movies","thumbnail":"","title":"Foreign Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-92df5717165b47f99d75a8a72a16655c//","filetype":"directory","label":"Romantic Movies","thumbnail":"","title":"Romantic Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-77d181a3f83d478e9ecc5e65cd811400//","filetype":"directory","label":"Playback Options","thumbnail":"","title":"Playback Options","type":"unknown"}],"limits":{"end":29,"start":0,"total":29}}}
  132. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Found 0 files and 29 directories in Netflix
  133. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix"
  134. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Instant Queue"
  135. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Instant Queue"
  136. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder Getting all files in:Netflix/Instant Queue
  137. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  138. 10/13/2013 10:15:53 PM DEBUG Find:Subfolder POST data (Content-Length: 247) =
  139. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  140. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder JSON-RPC Response:
  141. {"id":"1","jsonrpc":"2.0","result":{"files":null,"limits":{"end":0,"start":0,"total":0}}}
  142. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder No files or directories found for directory: Netflix-zXz-Instant Queue (upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//)
  143. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Instant Queue"
  144. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Browse Genres"
  145. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Browse Genres"
  146. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres
  147. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Popular on Netflix"
  148. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Popular on Netflix"
  149. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Netflix
  150. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Popular on Facebook"
  151. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Popular on Facebook"
  152. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Facebook
  153. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/New Arrivals"
  154. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/New Arrivals"
  155. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals
  156. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Recently Added"
  157. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Recently Added"
  158. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Recently Added
  159. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Just for Kids"
  160. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Just for Kids"
  161. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Just for Kids
  162. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Suggestions For You"
  163. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Suggestions For You"
  164. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suggestions For You
  165. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Random Picks"
  166. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Random Picks"
  167. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Random Picks
  168. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/TV Shows"
  169. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/TV Shows"
  170. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/TV Shows
  171. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Children & Family Movies"
  172. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Children & Family Movies"
  173. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Children & Family Movies
  174. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Romantic Dramas"
  175. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Romantic Dramas"
  176. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Sports Movies"
  177. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Sports Movies"
  178. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Sports Movies
  179. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Comedies"
  180. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Comedies"
  181. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Comedies
  182. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Family Features"
  183. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Family Features"
  184. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Family Features
  185. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Exciting Movies"
  186. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Exciting Movies"
  187. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting Movies
  188. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Crime TV Shows"
  189. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Crime TV Shows"
  190. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime TV Shows
  191. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Suspenseful Movies"
  192. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Suspenseful Movies"
  193. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suspenseful Movies
  194. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Crime Thrillers"
  195. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Crime Thrillers"
  196. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime Thrillers
  197. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Goofy Comedies"
  198. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Goofy Comedies"
  199. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy Comedies
  200. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Exciting TV Shows"
  201. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Exciting TV Shows"
  202. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting TV Shows
  203. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Goofy TV Shows"
  204. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Goofy TV Shows"
  205. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy TV Shows
  206. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Foreign Movies"
  207. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Foreign Movies"
  208. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Foreign Movies
  209. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Romantic Movies"
  210. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Romantic Movies"
  211. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Movies
  212. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Playback Options"
  213. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Instant Queue/Alphabetical" = "Netflix/Playback Options"
  214. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Playback Options
  215. 10/13/2013 10:15:54 PM ERROR Find:Subfolder No matching subfolder named "Netflix/Instant Queue/Alphabetical" was found. Skipping
  216. 10/13/2013 10:15:54 PM INFO Find:Subfolder Searching for subfolder: Netflix/New Arrivals/New movies to watch instantly
  217. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder Getting all files in:Netflix
  218. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  219. 10/13/2013 10:15:54 PM DEBUG Find:Subfolder POST data (Content-Length: 214) =
  220. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  221. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder JSON-RPC Response:
  222. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//","filetype":"directory","label":"Instant Queue","thumbnail":"","title":"Instant Queue","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-649e5caa5fe04070865cf85b351b630f//","filetype":"directory","label":"Browse Genres","thumbnail":"","title":"Browse Genres","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0141db326da2406b9f494af6ea6bb689//","filetype":"directory","label":"Popular on Netflix","thumbnail":"","title":"Popular on Netflix","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ccbbb5deae1a4fa3973d1fed0031738a//","filetype":"directory","label":"Popular on Facebook","thumbnail":"","title":"Popular on Facebook","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//","filetype":"directory","label":"New Arrivals","thumbnail":"","title":"New Arrivals","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-23fc66ff4ab148f7b569b1b180a5f5c1//","filetype":"directory","label":"Recently Added","thumbnail":"","title":"Recently Added","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fa07b3dfa6184fedac9346533522c368//","filetype":"directory","label":"Just for Kids","thumbnail":"","title":"Just for Kids","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3d323c7e31a64101be9eea0b795474cc//","filetype":"directory","label":"Suggestions For You","thumbnail":"","title":"Suggestions For You","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a0510bbb3b3a4846970c533f150f9437//","filetype":"directory","label":"Random Picks","thumbnail":"","title":"Random Picks","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b93869793c1d4685ab404f87c957256a//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ae0c7da9173c44a8b069aa927248d65a//","filetype":"directory","label":"Children & Family Movies","thumbnail":"","title":"Children & Family Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a758d25a76284796a24ef52a11375ce6//","filetype":"directory","label":"Romantic Dramas","thumbnail":"","title":"Romantic Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-301f72ff4ff84a2ba92af36b2cc0473d//","filetype":"directory","label":"Horror Movies","thumbnail":"","title":"Horror Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3910ccbee1f7418095956e23db920df2//","filetype":"directory","label":"Feel-good Movies","thumbnail":"","title":"Feel-good Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c417b56a317f4344add0ec370dffe5d1//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4ad4c35fd67241239b4c784fe6363521//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-389c0397a24c40339f7e7eef31d64571//","filetype":"directory","label":"Sports Movies","thumbnail":"","title":"Sports Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-818ec5af7c144c969166c4dcee2a39c0//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e3e6b5afccd74721a595911911b93f85//","filetype":"directory","label":"Family Features","thumbnail":"","title":"Family Features","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ed5f7a9fa878488ca494aeb5a9e9be1a//","filetype":"directory","label":"Exciting Movies","thumbnail":"","title":"Exciting Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70f17cf8a1a142b89320df0d1318eb67//","filetype":"directory","label":"Crime TV Shows","thumbnail":"","title":"Crime TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-de116a8fa2d94933a8d09f42521ca57b//","filetype":"directory","label":"Suspenseful Movies","thumbnail":"","title":"Suspenseful Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6fbe5b3681d84a098e5ed118607fbcc9//","filetype":"directory","label":"Crime Thrillers","thumbnail":"","title":"Crime Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-937db127b06347669a47ccbcb62ee97d//","filetype":"directory","label":"Goofy Comedies","thumbnail":"","title":"Goofy Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9aab7e7d0a464a0686d5fe21b5e819c2//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-889cba4a821b47db9de63b7d1850c4c5//","filetype":"directory","label":"Goofy TV Shows","thumbnail":"","title":"Goofy TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5353c107cc904a34934b8aba18b3a394//","filetype":"directory","label":"Foreign Movies","thumbnail":"","title":"Foreign Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-92df5717165b47f99d75a8a72a16655c//","filetype":"directory","label":"Romantic Movies","thumbnail":"","title":"Romantic Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-77d181a3f83d478e9ecc5e65cd811400//","filetype":"directory","label":"Playback Options","thumbnail":"","title":"Playback Options","type":"unknown"}],"limits":{"end":29,"start":0,"total":29}}}
  223. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Found 0 files and 29 directories in Netflix
  224. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix"
  225. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Instant Queue"
  226. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Instant Queue"
  227. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Instant Queue
  228. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Browse Genres"
  229. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Browse Genres"
  230. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres
  231. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Popular on Netflix"
  232. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Popular on Netflix"
  233. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Netflix
  234. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Popular on Facebook"
  235. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Popular on Facebook"
  236. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Facebook
  237. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals"
  238. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals"
  239. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder Getting all files in:Netflix/New Arrivals
  240. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  241. 10/13/2013 10:15:55 PM DEBUG Find:Subfolder POST data (Content-Length: 247) =
  242. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  243. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder JSON-RPC Response:
  244. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6b40ac8085684b7c8dbfdb4969e08b2e//","filetype":"directory","label":"Arrow","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-6b40ac8085684b7c8dbfdb4969e08b2e%2ffolderart.jpg/","title":"Arrow","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c9ebd92bfbf24bb6b295eeff49160b65//","filetype":"directory","label":"DreamWorks Shrek's Swamp Stories","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c9ebd92bfbf24bb6b295eeff49160b65%2ffolderart.jpg/","title":"DreamWorks Shrek's Swamp Stories","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9241d2f0b44747ffb7f948ae41b3222e//","filetype":"directory","label":"House of Cards","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-9241d2f0b44747ffb7f948ae41b3222e%2ffolderart.jpg/","title":"House of Cards","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c6cc1db64e824fb8b97a805e5872e42e//","filetype":"directory","label":"Jessie","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c6cc1db64e824fb8b97a805e5872e42e%2ffolderart.jpg/","title":"Jessie","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-530a246a03c543caab25136cca3bfb62//","filetype":"directory","label":"Lab Rats","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-530a246a03c543caab25136cca3bfb62%2ffolderart.jpg/","title":"Lab Rats","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-12d256ea1bdf4dfbba978edecb1c6e46//","filetype":"directory","label":"The League","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-12d256ea1bdf4dfbba978edecb1c6e46%2ffolderart.jpg/","title":"The League","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-068ccd76b1ab4c56a7e0bc58be49f361//","filetype":"directory","label":"Littlest Pet Shop","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-068ccd76b1ab4c56a7e0bc58be49f361%2ffolderart.jpg/","title":"Littlest Pet Shop","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-74bb8d95fe244f7a9dda13bc0ade72c1//","filetype":"directory","label":"Mako Mermaids: An H2O Adventure","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-74bb8d95fe244f7a9dda13bc0ade72c1%2ffolderart.jpg/","title":"Mako Mermaids: An H2O Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c725cb618c604bf6958d41dd47f417eb//","filetype":"directory","label":"My Babysitter's a Vampire","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c725cb618c604bf6958d41dd47f417eb%2ffolderart.jpg/","title":"My Babysitter's a Vampire","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b76556f18d564693b43f2d3d08b5be9a//","filetype":"directory","label":"Portlandia","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b76556f18d564693b43f2d3d08b5be9a%2ffolderart.jpg/","title":"Portlandia","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d3aabe97dec1420d911b7e9fe61559e0//","filetype":"directory","label":"Revolution","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d3aabe97dec1420d911b7e9fe61559e0%2ffolderart.jpg/","title":"Revolution","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-49abfc06c6b242869dcb325ac8584631//","filetype":"directory","label":"Ultimate Spider-Man","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-49abfc06c6b242869dcb325ac8584631%2ffolderart.jpg/","title":"Ultimate Spider-Man","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a12eef695fa240acb9c745ed632569e7//","filetype":"directory","label":"Wilfred","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a12eef695fa240acb9c745ed632569e7%2ffolderart.jpg/","title":"Wilfred","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ceae60bf8f7b4a8ab8ab8a631aabefdf/","filetype":"file","label":"100 Below Zero","runtime":5298,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ceae60bf8f7b4a8ab8ab8a631aabefdf%2f1-netflix-ceae60bf8f7b4a8ab8ab8a631aabefdf.mpg%3falbumArt%3dtrue/","title":"100 Below Zero","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f529b5fdf7514630b4d14eac45259d48/","filetype":"file","label":"6 Souls","runtime":6731,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-f529b5fdf7514630b4d14eac45259d48%2f1-netflix-f529b5fdf7514630b4d14eac45259d48.mpg%3falbumArt%3dtrue/","title":"6 Souls","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b79d45a444684679a4e6610b89c14a9e/","filetype":"file","label":"Abduction of Eden","runtime":5895,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b79d45a444684679a4e6610b89c14a9e%2f1-netflix-b79d45a444684679a4e6610b89c14a9e.mpg%3falbumArt%3dtrue/","title":"Abduction of Eden","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7202187063d74da78c9d8648187b2acb/","filetype":"file","label":"Aftershock","runtime":5355,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7202187063d74da78c9d8648187b2acb%2f1-netflix-7202187063d74da78c9d8648187b2acb.mpg%3falbumArt%3dtrue/","title":"Aftershock","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5685d6c32f8141b6aeae4daaf36b74be/","filetype":"file","label":"American Mary","runtime":6161,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5685d6c32f8141b6aeae4daaf36b74be%2f1-netflix-5685d6c32f8141b6aeae4daaf36b74be.mpg%3falbumArt%3dtrue/","title":"American Mary","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-159e810b5f5c4ca681c154ab13baff9d/","filetype":"file","label":"Arbitrage","runtime":6449,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-159e810b5f5c4ca681c154ab13baff9d%2f1-netflix-159e810b5f5c4ca681c154ab13baff9d.mpg%3falbumArt%3dtrue/","title":"Arbitrage","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-35b740b620ec432898c4bcaf5afc15b8/","filetype":"file","label":"Aziz Ansari: Dangerously Delicious","runtime":3693,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-35b740b620ec432898c4bcaf5afc15b8%2f1-netflix-35b740b620ec432898c4bcaf5afc15b8.mpg%3falbumArt%3dtrue/","title":"Aziz Ansari: Dangerously Delicious","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d7c0910a05874ecf979ff9f80e90c367/","filetype":"file","label":"Bachelorette","runtime":5228,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d7c0910a05874ecf979ff9f80e90c367%2f1-netflix-d7c0910a05874ecf979ff9f80e90c367.mpg%3falbumArt%3dtrue/","title":"Bachelorette","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e96c3d5cebc04cdfa0f6d0ca321ef668/","filetype":"file","label":"Bob Saget: That's What I'm Talkin' About","runtime":3316,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e96c3d5cebc04cdfa0f6d0ca321ef668%2f1-netflix-e96c3d5cebc04cdfa0f6d0ca321ef668.mpg%3falbumArt%3dtrue/","title":"Bob Saget: That's What I'm Talkin' About","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3cc5d2b598274ea398b2355c3a3874c3/","filetype":"file","label":"The Brass Teapot","runtime":6089,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-3cc5d2b598274ea398b2355c3a3874c3%2f1-netflix-3cc5d2b598274ea398b2355c3a3874c3.mpg%3falbumArt%3dtrue/","title":"The Brass Teapot","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-665c0f33e3a6464f95cc4f2461a22be4/","filetype":"file","label":"Cleaver Family Reunion","runtime":5492,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-665c0f33e3a6464f95cc4f2461a22be4%2f1-netflix-665c0f33e3a6464f95cc4f2461a22be4.mpg%3falbumArt%3dtrue/","title":"Cleaver Family Reunion","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0c8e62a1705748918e8f1f4dfcdfc524/","filetype":"file","label":"The Collection","runtime":4898,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-0c8e62a1705748918e8f1f4dfcdfc524%2f1-netflix-0c8e62a1705748918e8f1f4dfcdfc524.mpg%3falbumArt%3dtrue/","title":"The Collection","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4f20b07728984a9ba783dffe7f170d62/","filetype":"file","label":"A Dark Truth","runtime":6362,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-4f20b07728984a9ba783dffe7f170d62%2f1-netflix-4f20b07728984a9ba783dffe7f170d62.mpg%3falbumArt%3dtrue/","title":"A Dark Truth","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a3c4041aac624fa88387e81223e4bace/","filetype":"file","label":"Dog Pound","runtime":5472,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a3c4041aac624fa88387e81223e4bace%2f1-netflix-a3c4041aac624fa88387e81223e4bace.mpg%3falbumArt%3dtrue/","title":"Dog Pound","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5a3ce7c7e560447ebe48a80d0e4bcf96/","filetype":"file","label":"Don't Stop Believin': Everyman's Journey","runtime":6328,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5a3ce7c7e560447ebe48a80d0e4bcf96%2f1-netflix-5a3ce7c7e560447ebe48a80d0e4bcf96.mpg%3falbumArt%3dtrue/","title":"Don't Stop Believin': Everyman's Journey","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ec18b359ae114fe28e28e39af1378a06/","filetype":"file","label":"The Dragon Pearl","runtime":5680,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ec18b359ae114fe28e28e39af1378a06%2f1-netflix-ec18b359ae114fe28e28e39af1378a06.mpg%3falbumArt%3dtrue/","title":"The Dragon Pearl","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9a1de82d231a42c687bb6e8f49c4b309/","filetype":"file","label":"Dredd","runtime":5750,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-9a1de82d231a42c687bb6e8f49c4b309%2f1-netflix-9a1de82d231a42c687bb6e8f49c4b309.mpg%3falbumArt%3dtrue/","title":"Dredd","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-57266e23250b426cb46a4aa8e0e3605d/","filetype":"file","label":"End of Watch","runtime":6528,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-57266e23250b426cb46a4aa8e0e3605d%2f1-netflix-57266e23250b426cb46a4aa8e0e3605d.mpg%3falbumArt%3dtrue/","title":"End of Watch","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5775ddc00b5147d69504d648f2a5a4eb/","filetype":"file","label":"Erased","runtime":6275,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5775ddc00b5147d69504d648f2a5a4eb%2f1-netflix-5775ddc00b5147d69504d648f2a5a4eb.mpg%3falbumArt%3dtrue/","title":"Erased","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3c0d113cc81149ee912afb4f84e6e0bd/","filetype":"file","label":"The Expendables 2","runtime":6161,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-3c0d113cc81149ee912afb4f84e6e0bd%2f1-netflix-3c0d113cc81149ee912afb4f84e6e0bd.mpg%3falbumArt%3dtrue/","title":"The Expendables 2","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-17d53769ada94797b49d1df15b85f6cc/","filetype":"file","label":"Filly Brown","runtime":6131,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-17d53769ada94797b49d1df15b85f6cc%2f1-netflix-17d53769ada94797b49d1df15b85f6cc.mpg%3falbumArt%3dtrue/","title":"Filly Brown","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-2eaafe6a45d644d2b7c9377eba6831de/","filetype":"file","label":"Fire with Fire","runtime":5850,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-2eaafe6a45d644d2b7c9377eba6831de%2f1-netflix-2eaafe6a45d644d2b7c9377eba6831de.mpg%3falbumArt%3dtrue/","title":"Fire with Fire","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-173f959ac028460e97b10046d4a8434c/","filetype":"file","label":"Fred 3: Camp Fred","runtime":4829,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-173f959ac028460e97b10046d4a8434c%2f1-netflix-173f959ac028460e97b10046d4a8434c.mpg%3falbumArt%3dtrue/","title":"Fred 3: Camp Fred","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-119f867fea984fb7819ef549bf310a77/","filetype":"file","label":"Girl vs. Monster","runtime":5311,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-119f867fea984fb7819ef549bf310a77%2f1-netflix-119f867fea984fb7819ef549bf310a77.mpg%3falbumArt%3dtrue/","title":"Girl vs. Monster","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4822ebc6040446979e102166ed98fd0a/","filetype":"file","label":"Halo 4: Forward Unto Dawn","runtime":5482,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-4822ebc6040446979e102166ed98fd0a%2f1-netflix-4822ebc6040446979e102166ed98fd0a.mpg%3falbumArt%3dtrue/","title":"Halo 4: Forward Unto Dawn","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c9fb112b9d134127b75469683904ae6e/","filetype":"file","label":"A Haunted House","runtime":5162,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c9fb112b9d134127b75469683904ae6e%2f1-netflix-c9fb112b9d134127b75469683904ae6e.mpg%3falbumArt%3dtrue/","title":"A Haunted House","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-bd2e29e53c434685b58d6664af1498d4/","filetype":"file","label":"A Haunting at Silver Falls","runtime":5765,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-bd2e29e53c434685b58d6664af1498d4%2f1-netflix-bd2e29e53c434685b58d6664af1498d4.mpg%3falbumArt%3dtrue/","title":"A Haunting at Silver Falls","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fd447bc4b9b45cc86e1f2b65784bf35/","filetype":"file","label":"House at the End of the Street","runtime":6046,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1fd447bc4b9b45cc86e1f2b65784bf35%2f1-netflix-1fd447bc4b9b45cc86e1f2b65784bf35.mpg%3falbumArt%3dtrue/","title":"House at the End of the Street","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d1c660cf13544289a211b11c6f008bb3/","filetype":"file","label":"Into the White","runtime":6261,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d1c660cf13544289a211b11c6f008bb3%2f1-netflix-d1c660cf13544289a211b11c6f008bb3.mpg%3falbumArt%3dtrue/","title":"Into the White","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-89e68db9ce424d3d927b222a6b29eb08/","filetype":"file","label":"Jim Breuer: And Laughter for All","runtime":3497,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-89e68db9ce424d3d927b222a6b29eb08%2f1-netflix-89e68db9ce424d3d927b222a6b29eb08.mpg%3falbumArt%3dtrue/","title":"Jim Breuer: And Laughter for All","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-607be7722eb64a4b8a490b74f7d57858/","filetype":"file","label":"John Caparulo: Come Inside Me","runtime":4269,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-607be7722eb64a4b8a490b74f7d57858%2f1-netflix-607be7722eb64a4b8a490b74f7d57858.mpg%3falbumArt%3dtrue/","title":"John Caparulo: Come Inside Me","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b5da9e6600864d58a289f28745488f07/","filetype":"file","label":"Katt Williams: Kattpacalypse","runtime":3643,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b5da9e6600864d58a289f28745488f07%2f1-netflix-b5da9e6600864d58a289f28745488f07.mpg%3falbumArt%3dtrue/","title":"Katt Williams: Kattpacalypse","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-08dd3e4723a546dd832e1fa2dded74af/","filetype":"file","label":"Katy Perry: Part of Me","runtime":5614,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-08dd3e4723a546dd832e1fa2dded74af%2f1-netflix-08dd3e4723a546dd832e1fa2dded74af.mpg%3falbumArt%3dtrue/","title":"Katy Perry: Part of Me","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7336ee3b842d4abaa81dc41c4253f9af/","filetype":"file","label":"Lizzie","runtime":5171,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7336ee3b842d4abaa81dc41c4253f9af%2f1-netflix-7336ee3b842d4abaa81dc41c4253f9af.mpg%3falbumArt%3dtrue/","title":"Lizzie","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-cc9456e6f1074821aed62263a8be5432/","filetype":"file","label":"The Lost Medallion","runtime":5904,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-cc9456e6f1074821aed62263a8be5432%2f1-netflix-cc9456e6f1074821aed62263a8be5432.mpg%3falbumArt%3dtrue/","title":"The Lost Medallion","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70d8e77f7dfc4f9b92635d1d07103b7d/","filetype":"file","label":"Lovestruck: The Musical","runtime":5142,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-70d8e77f7dfc4f9b92635d1d07103b7d%2f1-netflix-70d8e77f7dfc4f9b92635d1d07103b7d.mpg%3falbumArt%3dtrue/","title":"Lovestruck: The Musical","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f2f4c250f63645c0b5e55eb54d49bfaf/","filetype":"file","label":"Mac & Devin Go to High School","runtime":4526,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-f2f4c250f63645c0b5e55eb54d49bfaf%2f1-netflix-f2f4c250f63645c0b5e55eb54d49bfaf.mpg%3falbumArt%3dtrue/","title":"Mac & Devin Go to High School","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1554502da44641dda0bd1d0d7fcaaaf9/","filetype":"file","label":"A Monster in Paris","runtime":5391,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1554502da44641dda0bd1d0d7fcaaaf9%2f1-netflix-1554502da44641dda0bd1d0d7fcaaaf9.mpg%3falbumArt%3dtrue/","title":"A Monster in Paris","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-547edd1e8b4144239437507b78e4306d/","filetype":"file","label":"My Amityville Horror","runtime":5329,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-547edd1e8b4144239437507b78e4306d%2f1-netflix-547edd1e8b4144239437507b78e4306d.mpg%3falbumArt%3dtrue/","title":"My Amityville Horror","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c64540e13f494faeb5cd5efbd0943088/","filetype":"file","label":"Nature: Animal Odd Couples","runtime":3184,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c64540e13f494faeb5cd5efbd0943088%2f1-netflix-c64540e13f494faeb5cd5efbd0943088.mpg%3falbumArt%3dtrue/","title":"Nature: Animal Odd Couples","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ac9013f976c340a0a5f5096b61cd1a0f/","filetype":"file","label":"Nitro Circus: The Movie","runtime":5509,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ac9013f976c340a0a5f5096b61cd1a0f%2f1-netflix-ac9013f976c340a0a5f5096b61cd1a0f.mpg%3falbumArt%3dtrue/","title":"Nitro Circus: The Movie","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a22dd945d2b94be8a876383c82352f6c/","filetype":"file","label":"The Numbers Station","runtime":5336,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a22dd945d2b94be8a876383c82352f6c%2f1-netflix-a22dd945d2b94be8a876383c82352f6c.mpg%3falbumArt%3dtrue/","title":"The Numbers Station","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-af0b7f68559740ecb9bfe75f7e4d5a61/","filetype":"file","label":"Paranormal Asylum","runtime":5290,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-af0b7f68559740ecb9bfe75f7e4d5a61%2f1-netflix-af0b7f68559740ecb9bfe75f7e4d5a61.mpg%3falbumArt%3dtrue/","title":"Paranormal Asylum","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a73673a9009342fc9d8234175ded2641/","filetype":"file","label":"ParaNorman","runtime":5557,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a73673a9009342fc9d8234175ded2641%2f1-netflix-a73673a9009342fc9d8234175ded2641.mpg%3falbumArt%3dtrue/","title":"ParaNorman","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-087ee7900ca3469e8b3df974bab44f68/","filetype":"file","label":"Playing for Keeps","runtime":6338,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-087ee7900ca3469e8b3df974bab44f68%2f1-netflix-087ee7900ca3469e8b3df974bab44f68.mpg%3falbumArt%3dtrue/","title":"Playing for Keeps","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e5749f4b84394e5095fd4659645386b0/","filetype":"file","label":"The Possession","runtime":5533,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e5749f4b84394e5095fd4659645386b0%2f1-netflix-e5749f4b84394e5095fd4659645386b0.mpg%3falbumArt%3dtrue/","title":"The Possession","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-63af3794f5574121ae124145844b64c2/","filetype":"file","label":"Power Rangers Super Samurai: Stuck on Christmas","runtime":1415,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-63af3794f5574121ae124145844b64c2%2f1-netflix-63af3794f5574121ae124145844b64c2.mpg%3falbumArt%3dtrue/","title":"Power Rangers Super Samurai: Stuck on Christmas","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-54a27c1c523a493e88f9255955de29e8/","filetype":"file","label":"Redline","runtime":5215,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-54a27c1c523a493e88f9255955de29e8%2f1-netflix-54a27c1c523a493e88f9255955de29e8.mpg%3falbumArt%3dtrue/","title":"Redline","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b0767589407248e9a5048999b81d041e/","filetype":"file","label":"Ron White: A Little Unprofessional","runtime":4788,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b0767589407248e9a5048999b81d041e%2f1-netflix-b0767589407248e9a5048999b81d041e.mpg%3falbumArt%3dtrue/","title":"Ron White: A Little Unprofessional","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-00fafb5098ed4180874bb8a4e5d07958/","filetype":"file","label":"Room 237","runtime":6184,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-00fafb5098ed4180874bb8a4e5d07958%2f1-netflix-00fafb5098ed4180874bb8a4e5d07958.mpg%3falbumArt%3dtrue/","title":"Room 237","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea/","filetype":"file","label":"Seal Team Six: The Raid on Osama Bin Laden","runtime":5379,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea%2f1-netflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea.mpg%3falbumArt%3dtrue/","title":"Seal Team Six: The Raid on Osama Bin Laden","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1ad5bcf0fd62455da22cb2f6d872727d/","filetype":"file","label":"Secret of the Wings","runtime":4503,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1ad5bcf0fd62455da22cb2f6d872727d%2f1-netflix-1ad5bcf0fd62455da22cb2f6d872727d.mpg%3falbumArt%3dtrue/","title":"Secret of the Wings","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-39514d2e4dc0483ca2de8de77c518478/","filetype":"file","label":"Shadow Dancer","runtime":6091,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-39514d2e4dc0483ca2de8de77c518478%2f1-netflix-39514d2e4dc0483ca2de8de77c518478.mpg%3falbumArt%3dtrue/","title":"Shadow Dancer","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e7e978b344a342ab8c2a25f07aba62c2/","filetype":"file","label":"Side Effects","runtime":6357,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e7e978b344a342ab8c2a25f07aba62c2%2f1-netflix-e7e978b344a342ab8c2a25f07aba62c2.mpg%3falbumArt%3dtrue/","title":"Side Effects","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6c61f1d7274f42fba3c49ecd9c744624/","filetype":"file","label":"Silent Hill: Revelation","runtime":5657,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-6c61f1d7274f42fba3c49ecd9c744624%2f1-netflix-6c61f1d7274f42fba3c49ecd9c744624.mpg%3falbumArt%3dtrue/","title":"Silent Hill: Revelation","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-2310282f56274049bebd2be419a7ead7/","filetype":"file","label":"Solomon Kane","runtime":6245,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-2310282f56274049bebd2be419a7ead7%2f1-netflix-2310282f56274049bebd2be419a7ead7.mpg%3falbumArt%3dtrue/","title":"Solomon Kane","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-eaeee29e7a2c4240b30446ba37e7547f/","filetype":"file","label":"State of Emergency","runtime":5390,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-eaeee29e7a2c4240b30446ba37e7547f%2f1-netflix-eaeee29e7a2c4240b30446ba37e7547f.mpg%3falbumArt%3dtrue/","title":"State of Emergency","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7235467bfd2c4615a0e913a6d1177b23/","filetype":"file","label":"Stolen","runtime":5730,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7235467bfd2c4615a0e913a6d1177b23%2f1-netflix-7235467bfd2c4615a0e913a6d1177b23.mpg%3falbumArt%3dtrue/","title":"Stolen","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0746f1b73d614b54802a65402c3830ab/","filetype":"file","label":"Straight A's","runtime":5300,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-0746f1b73d614b54802a65402c3830ab%2f1-netflix-0746f1b73d614b54802a65402c3830ab.mpg%3falbumArt%3dtrue/","title":"Straight A's","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-565d9668c3c5449cba87ee4b7fe71e4a/","filetype":"file","label":"Tai Chi Hero","runtime":6160,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-565d9668c3c5449cba87ee4b7fe71e4a%2f1-netflix-565d9668c3c5449cba87ee4b7fe71e4a.mpg%3falbumArt%3dtrue/","title":"Tai Chi Hero","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-dba479f6529d4a6491d8c9737359a52c/","filetype":"file","label":"Tyler Perry's Madea's Witness Protection","runtime":6873,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-dba479f6529d4a6491d8c9737359a52c%2f1-netflix-dba479f6529d4a6491d8c9737359a52c.mpg%3falbumArt%3dtrue/","title":"Tyler Perry's Madea's Witness Protection","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-051036eb4c184cb59d5c3fe930e9feaa/","filetype":"file","label":"Upside Down","runtime":6471,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-051036eb4c184cb59d5c3fe930e9feaa%2f1-netflix-051036eb4c184cb59d5c3fe930e9feaa.mpg%3falbumArt%3dtrue/","title":"Upside Down","type":"movie"}],"limits":{"end":75,"start":0,"total":75}}}
  245. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Found 62 files and 13 directories in Netflix/New Arrivals
  246. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals"
  247. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Arrow"
  248. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Arrow"
  249. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Arrow
  250. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories"
  251. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories"
  252. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories
  253. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/House of Cards"
  254. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/House of Cards"
  255. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/House of Cards
  256. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Jessie"
  257. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Jessie"
  258. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Jessie
  259. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Lab Rats"
  260. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Lab Rats"
  261. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Lab Rats
  262. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/The League"
  263. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/The League"
  264. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/The League
  265. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Littlest Pet Shop"
  266. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Littlest Pet Shop"
  267. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Littlest Pet Shop
  268. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Mako Mermaids: An H2O Adventure"
  269. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Mako Mermaids: An H2O Adventure"
  270. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Mako Mermaids: An H2O Adventure
  271. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/My Babysitter's a Vampire"
  272. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/My Babysitter's a Vampire"
  273. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/My Babysitter's a Vampire
  274. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Portlandia"
  275. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Portlandia"
  276. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Portlandia
  277. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Revolution"
  278. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Revolution"
  279. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Revolution
  280. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Ultimate Spider-Man"
  281. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Ultimate Spider-Man"
  282. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Ultimate Spider-Man
  283. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Wilfred"
  284. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/New Arrivals/Wilfred"
  285. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Wilfred
  286. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Recently Added"
  287. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Recently Added"
  288. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Recently Added
  289. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Just for Kids"
  290. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Just for Kids"
  291. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Just for Kids
  292. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Suggestions For You"
  293. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Suggestions For You"
  294. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suggestions For You
  295. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Random Picks"
  296. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Random Picks"
  297. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Random Picks
  298. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/TV Shows"
  299. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/TV Shows"
  300. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/TV Shows
  301. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Children & Family Movies"
  302. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Children & Family Movies"
  303. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Children & Family Movies
  304. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Romantic Dramas"
  305. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Romantic Dramas"
  306. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Dramas
  307. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Horror Movies"
  308. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Horror Movies"
  309. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Horror Movies
  310. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Feel-good Movies"
  311. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Feel-good Movies"
  312. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Feel-good Movies
  313. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Action & Adventure"
  314. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Action & Adventure"
  315. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Action & Adventure
  316. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Documentaries"
  317. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Documentaries"
  318. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Documentaries
  319. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Sports Movies"
  320. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Sports Movies"
  321. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Sports Movies
  322. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Comedies"
  323. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Comedies"
  324. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Comedies
  325. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Family Features"
  326. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Family Features"
  327. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Family Features
  328. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Exciting Movies"
  329. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Exciting Movies"
  330. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting Movies
  331. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Crime TV Shows"
  332. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Crime TV Shows"
  333. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime TV Shows
  334. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Suspenseful Movies"
  335. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Suspenseful Movies"
  336. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suspenseful Movies
  337. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Crime Thrillers"
  338. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Crime Thrillers"
  339. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime Thrillers
  340. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Goofy Comedies"
  341. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Goofy Comedies"
  342. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy Comedies
  343. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Exciting TV Shows"
  344. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Exciting TV Shows"
  345. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting TV Shows
  346. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Goofy TV Shows"
  347. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Goofy TV Shows"
  348. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy TV Shows
  349. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Foreign Movies"
  350. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Foreign Movies"
  351. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Foreign Movies
  352. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Romantic Movies"
  353. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Romantic Movies"
  354. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Movies
  355. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Playback Options"
  356. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New movies to watch instantly" = "Netflix/Playback Options"
  357. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Playback Options
  358. 10/13/2013 10:16:00 PM ERROR Find:Subfolder No matching subfolder named "Netflix/New Arrivals/New movies to watch instantly" was found. Skipping
  359. 10/13/2013 10:16:00 PM INFO Find:Subfolder Searching for subfolder: Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms
  360. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Getting all files in:Netflix
  361. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  362. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder POST data (Content-Length: 214) =
  363. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  364. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder JSON-RPC Response:
  365. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//","filetype":"directory","label":"Instant Queue","thumbnail":"","title":"Instant Queue","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-649e5caa5fe04070865cf85b351b630f//","filetype":"directory","label":"Browse Genres","thumbnail":"","title":"Browse Genres","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0141db326da2406b9f494af6ea6bb689//","filetype":"directory","label":"Popular on Netflix","thumbnail":"","title":"Popular on Netflix","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ccbbb5deae1a4fa3973d1fed0031738a//","filetype":"directory","label":"Popular on Facebook","thumbnail":"","title":"Popular on Facebook","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//","filetype":"directory","label":"New Arrivals","thumbnail":"","title":"New Arrivals","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-23fc66ff4ab148f7b569b1b180a5f5c1//","filetype":"directory","label":"Recently Added","thumbnail":"","title":"Recently Added","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fa07b3dfa6184fedac9346533522c368//","filetype":"directory","label":"Just for Kids","thumbnail":"","title":"Just for Kids","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3d323c7e31a64101be9eea0b795474cc//","filetype":"directory","label":"Suggestions For You","thumbnail":"","title":"Suggestions For You","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a0510bbb3b3a4846970c533f150f9437//","filetype":"directory","label":"Random Picks","thumbnail":"","title":"Random Picks","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b93869793c1d4685ab404f87c957256a//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ae0c7da9173c44a8b069aa927248d65a//","filetype":"directory","label":"Children & Family Movies","thumbnail":"","title":"Children & Family Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a758d25a76284796a24ef52a11375ce6//","filetype":"directory","label":"Romantic Dramas","thumbnail":"","title":"Romantic Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-301f72ff4ff84a2ba92af36b2cc0473d//","filetype":"directory","label":"Horror Movies","thumbnail":"","title":"Horror Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3910ccbee1f7418095956e23db920df2//","filetype":"directory","label":"Feel-good Movies","thumbnail":"","title":"Feel-good Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c417b56a317f4344add0ec370dffe5d1//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4ad4c35fd67241239b4c784fe6363521//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-389c0397a24c40339f7e7eef31d64571//","filetype":"directory","label":"Sports Movies","thumbnail":"","title":"Sports Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-818ec5af7c144c969166c4dcee2a39c0//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e3e6b5afccd74721a595911911b93f85//","filetype":"directory","label":"Family Features","thumbnail":"","title":"Family Features","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ed5f7a9fa878488ca494aeb5a9e9be1a//","filetype":"directory","label":"Exciting Movies","thumbnail":"","title":"Exciting Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70f17cf8a1a142b89320df0d1318eb67//","filetype":"directory","label":"Crime TV Shows","thumbnail":"","title":"Crime TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-de116a8fa2d94933a8d09f42521ca57b//","filetype":"directory","label":"Suspenseful Movies","thumbnail":"","title":"Suspenseful Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6fbe5b3681d84a098e5ed118607fbcc9//","filetype":"directory","label":"Crime Thrillers","thumbnail":"","title":"Crime Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-937db127b06347669a47ccbcb62ee97d//","filetype":"directory","label":"Goofy Comedies","thumbnail":"","title":"Goofy Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9aab7e7d0a464a0686d5fe21b5e819c2//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-889cba4a821b47db9de63b7d1850c4c5//","filetype":"directory","label":"Goofy TV Shows","thumbnail":"","title":"Goofy TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5353c107cc904a34934b8aba18b3a394//","filetype":"directory","label":"Foreign Movies","thumbnail":"","title":"Foreign Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-92df5717165b47f99d75a8a72a16655c//","filetype":"directory","label":"Romantic Movies","thumbnail":"","title":"Romantic Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-77d181a3f83d478e9ecc5e65cd811400//","filetype":"directory","label":"Playback Options","thumbnail":"","title":"Playback Options","type":"unknown"}],"limits":{"end":29,"start":0,"total":29}}}
  366. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Found 0 files and 29 directories in Netflix
  367. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix"
  368. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Instant Queue"
  369. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Instant Queue"
  370. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Instant Queue
  371. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres"
  372. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres"
  373. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder Getting all files in:Netflix/Browse Genres
  374. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  375. 10/13/2013 10:16:00 PM DEBUG Find:Subfolder POST data (Content-Length: 247) =
  376. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-649e5caa5fe04070865cf85b351b630f//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  377. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder JSON-RPC Response:
  378. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f3730edd4c6a4a3f90a47b1c281eeee5//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-66d7a3a03c5e405d8deecd5ff6c52762//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-48bc33561d21494a9ec69781da07c82e//","filetype":"directory","label":"Anime","thumbnail":"","title":"Anime","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-247d77f786824f5dbacb62a27b24cb41//","filetype":"directory","label":"Children & Family","thumbnail":"","title":"Children & Family","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f25a30e9256841b1bc5ac7fbaa039e71//","filetype":"directory","label":"Classics","thumbnail":"","title":"Classics","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-41793d86747f47f0a145f7bc7c273989//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f88ed051b120445a9f9a6dafc1088c8b//","filetype":"directory","label":"Cult Movies","thumbnail":"","title":"Cult Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0e79ade1f442434facac9962d6795dab//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-780556a6171941f7b4c3e2710bef1f2b//","filetype":"directory","label":"Dramas","thumbnail":"","title":"Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f40d14c42f074f098c2bce520219650b//","filetype":"directory","label":"Faith and Spirituality","thumbnail":"","title":"Faith and Spirituality","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a14f6dcf95634dddad57a114075885bf//","filetype":"directory","label":"Foreign","thumbnail":"","title":"Foreign","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5406c19fc26340058238628969d910e9//","filetype":"directory","label":"Gay & Lesbian","thumbnail":"","title":"Gay & Lesbian","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-29856b5ea0c64a76bd2bed8d9afff0ff//","filetype":"directory","label":"Horror","thumbnail":"","title":"Horror","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c9d76367a4664f7a80dd42f4ef5fe3ae//","filetype":"directory","label":"Independent","thumbnail":"","title":"Independent","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ae86ece34d774854bd6bc90c8fd204a9//","filetype":"directory","label":"Music","thumbnail":"","title":"Music","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4b32fca3583a4abdb5e4c9b2a1b3a90d//","filetype":"directory","label":"Musicals","thumbnail":"","title":"Musicals","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-26522de72c304c1ca988554318680887//","filetype":"directory","label":"Romance","thumbnail":"","title":"Romance","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-662d65948e6e4d949b4c72766ae80eef//","filetype":"directory","label":"Sci-Fi & Fantasy","thumbnail":"","title":"Sci-Fi & Fantasy","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b88da228980645cda4ba9798a44bcbb5//","filetype":"directory","label":"Sports Movies","thumbnail":"","title":"Sports Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b4eab9aa7eab4ea0a4229f3e1de8ad9b//","filetype":"directory","label":"Thrillers","thumbnail":"","title":"Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-90b713783b364e14b710548f806455fc//","filetype":"directory","label":"Feel-good Movies","thumbnail":"","title":"Feel-good Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c42783edc2f94c71b54a0d46b5ea4600//","filetype":"directory","label":"TV Dramas","thumbnail":"","title":"TV Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fe1ad368e0964894821cf57e742eecdb//","filetype":"directory","label":"Reality TV","thumbnail":"","title":"Reality TV","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1de674f521974bd492980bd3e6ef8de0//","filetype":"directory","label":"Crime Thrillers","thumbnail":"","title":"Crime Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-89342ec878d447bfb336a30b00a945a7//","filetype":"directory","label":"Family Features","thumbnail":"","title":"Family Features","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0d28934d4a734b93a118158a2cd7280f//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fd5625d09cb74e4c9431e8e8a5b05226//","filetype":"directory","label":"Goofy Comedies","thumbnail":"","title":"Goofy Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-bf3f8f568e6f43d8a8d2b465196f31ff//","filetype":"directory","label":"Exciting Movies","thumbnail":"","title":"Exciting Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-db3418ccb63e43b6bcc0987729b03a78//","filetype":"directory","label":"Goofy TV Shows","thumbnail":"","title":"Goofy TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6ac7811ba5e54e3c8107b32087e45f5a//","filetype":"directory","label":"Dark Movies","thumbnail":"","title":"Dark Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3ea8cd6e082e4c9a83a851fcbd2c6a0e//","filetype":"directory","label":"Crime TV Shows","thumbnail":"","title":"Crime TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-84a13e2143dc44d0a21a2a13b77ad9d3//","filetype":"directory","label":"Critically-acclaimed Movies","thumbnail":"","title":"Critically-acclaimed Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ec87a4aeb3ce4c979b4e08e50bdb43a4//","filetype":"directory","label":"Romantic Dramas","thumbnail":"","title":"Romantic Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5be9fd8f702b41dfa14b6304de8dd8a2//","filetype":"directory","label":"Violent Action & Adventure","thumbnail":"","title":"Violent Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6908754366744215936d4d3145fd8fc4//","filetype":"directory","label":"Scary Movies","thumbnail":"","title":"Scary Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e049b2e88993411faf3a80c1657464c8//","filetype":"directory","label":"TV Comedies","thumbnail":"","title":"TV Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a8fbce9ceea94f0ea6dceeffa4f2a570//","filetype":"directory","label":"Suspenseful Movies","thumbnail":"","title":"Suspenseful Movies","type":"unknown"}],"limits":{"end":37,"start":0,"total":37}}}
  379. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Found 0 files and 37 directories in Netflix/Browse Genres
  380. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres"
  381. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Shows"
  382. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Shows"
  383. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/TV Shows
  384. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Action & Adventure"
  385. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Action & Adventure"
  386. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Action & Adventure
  387. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Anime"
  388. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Anime"
  389. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Anime
  390. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Children & Family"
  391. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Children & Family"
  392. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Children & Family
  393. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Classics"
  394. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Classics"
  395. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Classics
  396. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Comedies"
  397. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Comedies"
  398. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Comedies
  399. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Cult Movies"
  400. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Cult Movies"
  401. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Cult Movies
  402. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Documentaries"
  403. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Documentaries"
  404. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Documentaries
  405. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Dramas"
  406. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Dramas"
  407. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Dramas
  408. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Faith and Spirituality"
  409. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Faith and Spirituality"
  410. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Faith and Spirituality
  411. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Foreign"
  412. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Foreign"
  413. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Foreign
  414. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Gay & Lesbian"
  415. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Gay & Lesbian"
  416. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Gay & Lesbian
  417. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Horror"
  418. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Horror"
  419. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Horror
  420. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Independent"
  421. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Independent"
  422. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Independent
  423. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Music"
  424. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Music"
  425. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Music
  426. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Musicals"
  427. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Musicals"
  428. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Musicals
  429. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Romance"
  430. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Romance"
  431. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Romance
  432. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Sci-Fi & Fantasy"
  433. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Sci-Fi & Fantasy"
  434. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Sci-Fi & Fantasy
  435. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Sports Movies"
  436. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Sports Movies"
  437. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Sports Movies
  438. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Thrillers"
  439. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Thrillers"
  440. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Thrillers
  441. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Feel-good Movies"
  442. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Feel-good Movies"
  443. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Feel-good Movies
  444. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Dramas"
  445. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Dramas"
  446. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/TV Dramas
  447. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Reality TV"
  448. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Reality TV"
  449. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Reality TV
  450. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Crime Thrillers"
  451. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Crime Thrillers"
  452. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Crime Thrillers
  453. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Family Features"
  454. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Family Features"
  455. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Family Features
  456. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Exciting TV Shows"
  457. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Exciting TV Shows"
  458. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Exciting TV Shows
  459. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Goofy Comedies"
  460. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Goofy Comedies"
  461. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Goofy Comedies
  462. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Exciting Movies"
  463. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Exciting Movies"
  464. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Exciting Movies
  465. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Goofy TV Shows"
  466. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Goofy TV Shows"
  467. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Goofy TV Shows
  468. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Dark Movies"
  469. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Dark Movies"
  470. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Dark Movies
  471. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Crime TV Shows"
  472. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Crime TV Shows"
  473. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Crime TV Shows
  474. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Critically-acclaimed Movies"
  475. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Critically-acclaimed Movies"
  476. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Critically-acclaimed Movies
  477. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Romantic Dramas"
  478. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Romantic Dramas"
  479. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Romantic Dramas
  480. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Violent Action & Adventure"
  481. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Violent Action & Adventure"
  482. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Violent Action & Adventure
  483. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Scary Movies"
  484. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Scary Movies"
  485. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Scary Movies
  486. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Comedies"
  487. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/TV Comedies"
  488. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/TV Comedies
  489. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Suspenseful Movies"
  490. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Browse Genres/Suspenseful Movies"
  491. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres/Suspenseful Movies
  492. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Popular on Netflix"
  493. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Popular on Netflix"
  494. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Netflix
  495. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Popular on Facebook"
  496. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Popular on Facebook"
  497. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Facebook
  498. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/New Arrivals"
  499. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/New Arrivals"
  500. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals
  501. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Recently Added"
  502. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Recently Added"
  503. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Recently Added
  504. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Just for Kids"
  505. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Just for Kids"
  506. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Just for Kids
  507. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Suggestions For You"
  508. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Suggestions For You"
  509. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suggestions For You
  510. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Random Picks"
  511. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Random Picks"
  512. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Random Picks
  513. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/TV Shows"
  514. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/TV Shows"
  515. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/TV Shows
  516. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Children & Family Movies"
  517. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Children & Family Movies"
  518. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Children & Family Movies
  519. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Romantic Dramas"
  520. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Romantic Dramas"
  521. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Dramas
  522. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Horror Movies"
  523. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Horror Movies"
  524. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Horror Movies
  525. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Feel-good Movies"
  526. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Feel-good Movies"
  527. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Feel-good Movies
  528. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Action & Adventure"
  529. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Action & Adventure"
  530. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Action & Adventure
  531. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Documentaries"
  532. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Documentaries"
  533. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Documentaries
  534. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Sports Movies"
  535. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Sports Movies"
  536. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Sports Movies
  537. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Comedies"
  538. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Comedies"
  539. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Comedies
  540. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Family Features"
  541. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Family Features"
  542. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Family Features
  543. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Exciting Movies"
  544. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Exciting Movies"
  545. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting Movies
  546. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Crime TV Shows"
  547. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Crime TV Shows"
  548. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime TV Shows
  549. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Suspenseful Movies"
  550. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Suspenseful Movies"
  551. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suspenseful Movies
  552. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Crime Thrillers"
  553. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Crime Thrillers"
  554. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime Thrillers
  555. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Goofy Comedies"
  556. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Goofy Comedies"
  557. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy Comedies
  558. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Exciting TV Shows"
  559. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Exciting TV Shows"
  560. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting TV Shows
  561. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Goofy TV Shows"
  562. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Goofy TV Shows"
  563. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy TV Shows
  564. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Foreign Movies"
  565. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Foreign Movies"
  566. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Foreign Movies
  567. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Romantic Movies"
  568. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Romantic Movies"
  569. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Movies
  570. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Playback Options"
  571. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" = "Netflix/Playback Options"
  572. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Playback Options
  573. 10/13/2013 10:16:01 PM ERROR Find:Subfolder No matching subfolder named "Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms" was found. Skipping
  574. 10/13/2013 10:16:01 PM INFO Find:Subfolder Searching for subfolder: Netflix/New Arrivals/New TV to watch instantly
  575. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Getting all files in:Netflix
  576. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  577. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder POST data (Content-Length: 214) =
  578. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  579. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder JSON-RPC Response:
  580. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0584834946da490fac9bd0633ed38dee//","filetype":"directory","label":"Instant Queue","thumbnail":"","title":"Instant Queue","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-649e5caa5fe04070865cf85b351b630f//","filetype":"directory","label":"Browse Genres","thumbnail":"","title":"Browse Genres","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0141db326da2406b9f494af6ea6bb689//","filetype":"directory","label":"Popular on Netflix","thumbnail":"","title":"Popular on Netflix","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ccbbb5deae1a4fa3973d1fed0031738a//","filetype":"directory","label":"Popular on Facebook","thumbnail":"","title":"Popular on Facebook","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//","filetype":"directory","label":"New Arrivals","thumbnail":"","title":"New Arrivals","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-23fc66ff4ab148f7b569b1b180a5f5c1//","filetype":"directory","label":"Recently Added","thumbnail":"","title":"Recently Added","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-fa07b3dfa6184fedac9346533522c368//","filetype":"directory","label":"Just for Kids","thumbnail":"","title":"Just for Kids","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3d323c7e31a64101be9eea0b795474cc//","filetype":"directory","label":"Suggestions For You","thumbnail":"","title":"Suggestions For You","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a0510bbb3b3a4846970c533f150f9437//","filetype":"directory","label":"Random Picks","thumbnail":"","title":"Random Picks","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b93869793c1d4685ab404f87c957256a//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ae0c7da9173c44a8b069aa927248d65a//","filetype":"directory","label":"Children & Family Movies","thumbnail":"","title":"Children & Family Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a758d25a76284796a24ef52a11375ce6//","filetype":"directory","label":"Romantic Dramas","thumbnail":"","title":"Romantic Dramas","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-301f72ff4ff84a2ba92af36b2cc0473d//","filetype":"directory","label":"Horror Movies","thumbnail":"","title":"Horror Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3910ccbee1f7418095956e23db920df2//","filetype":"directory","label":"Feel-good Movies","thumbnail":"","title":"Feel-good Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c417b56a317f4344add0ec370dffe5d1//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4ad4c35fd67241239b4c784fe6363521//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-389c0397a24c40339f7e7eef31d64571//","filetype":"directory","label":"Sports Movies","thumbnail":"","title":"Sports Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-818ec5af7c144c969166c4dcee2a39c0//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e3e6b5afccd74721a595911911b93f85//","filetype":"directory","label":"Family Features","thumbnail":"","title":"Family Features","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ed5f7a9fa878488ca494aeb5a9e9be1a//","filetype":"directory","label":"Exciting Movies","thumbnail":"","title":"Exciting Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70f17cf8a1a142b89320df0d1318eb67//","filetype":"directory","label":"Crime TV Shows","thumbnail":"","title":"Crime TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-de116a8fa2d94933a8d09f42521ca57b//","filetype":"directory","label":"Suspenseful Movies","thumbnail":"","title":"Suspenseful Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6fbe5b3681d84a098e5ed118607fbcc9//","filetype":"directory","label":"Crime Thrillers","thumbnail":"","title":"Crime Thrillers","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-937db127b06347669a47ccbcb62ee97d//","filetype":"directory","label":"Goofy Comedies","thumbnail":"","title":"Goofy Comedies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9aab7e7d0a464a0686d5fe21b5e819c2//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-889cba4a821b47db9de63b7d1850c4c5//","filetype":"directory","label":"Goofy TV Shows","thumbnail":"","title":"Goofy TV Shows","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5353c107cc904a34934b8aba18b3a394//","filetype":"directory","label":"Foreign Movies","thumbnail":"","title":"Foreign Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-92df5717165b47f99d75a8a72a16655c//","filetype":"directory","label":"Romantic Movies","thumbnail":"","title":"Romantic Movies","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-77d181a3f83d478e9ecc5e65cd811400//","filetype":"directory","label":"Playback Options","thumbnail":"","title":"Playback Options","type":"unknown"}],"limits":{"end":29,"start":0,"total":29}}}
  581. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Found 0 files and 29 directories in Netflix
  582. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix"
  583. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Instant Queue"
  584. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Instant Queue"
  585. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Instant Queue
  586. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Browse Genres"
  587. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Browse Genres"
  588. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Browse Genres
  589. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Popular on Netflix"
  590. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Popular on Netflix"
  591. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Netflix
  592. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Popular on Facebook"
  593. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Popular on Facebook"
  594. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Popular on Facebook
  595. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals"
  596. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals"
  597. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Getting all files in:Netflix/New Arrivals
  598. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  599. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder POST data (Content-Length: 247) =
  600. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fc24d14b8b74e28a023fa4b8c4ff4d5//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  601. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder JSON-RPC Response:
  602. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6b40ac8085684b7c8dbfdb4969e08b2e//","filetype":"directory","label":"Arrow","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-6b40ac8085684b7c8dbfdb4969e08b2e%2ffolderart.jpg/","title":"Arrow","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c9ebd92bfbf24bb6b295eeff49160b65//","filetype":"directory","label":"DreamWorks Shrek's Swamp Stories","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c9ebd92bfbf24bb6b295eeff49160b65%2ffolderart.jpg/","title":"DreamWorks Shrek's Swamp Stories","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9241d2f0b44747ffb7f948ae41b3222e//","filetype":"directory","label":"House of Cards","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-9241d2f0b44747ffb7f948ae41b3222e%2ffolderart.jpg/","title":"House of Cards","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c6cc1db64e824fb8b97a805e5872e42e//","filetype":"directory","label":"Jessie","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c6cc1db64e824fb8b97a805e5872e42e%2ffolderart.jpg/","title":"Jessie","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-530a246a03c543caab25136cca3bfb62//","filetype":"directory","label":"Lab Rats","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-530a246a03c543caab25136cca3bfb62%2ffolderart.jpg/","title":"Lab Rats","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-12d256ea1bdf4dfbba978edecb1c6e46//","filetype":"directory","label":"The League","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-12d256ea1bdf4dfbba978edecb1c6e46%2ffolderart.jpg/","title":"The League","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-068ccd76b1ab4c56a7e0bc58be49f361//","filetype":"directory","label":"Littlest Pet Shop","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-068ccd76b1ab4c56a7e0bc58be49f361%2ffolderart.jpg/","title":"Littlest Pet Shop","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-74bb8d95fe244f7a9dda13bc0ade72c1//","filetype":"directory","label":"Mako Mermaids: An H2O Adventure","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-74bb8d95fe244f7a9dda13bc0ade72c1%2ffolderart.jpg/","title":"Mako Mermaids: An H2O Adventure","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c725cb618c604bf6958d41dd47f417eb//","filetype":"directory","label":"My Babysitter's a Vampire","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c725cb618c604bf6958d41dd47f417eb%2ffolderart.jpg/","title":"My Babysitter's a Vampire","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b76556f18d564693b43f2d3d08b5be9a//","filetype":"directory","label":"Portlandia","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b76556f18d564693b43f2d3d08b5be9a%2ffolderart.jpg/","title":"Portlandia","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d3aabe97dec1420d911b7e9fe61559e0//","filetype":"directory","label":"Revolution","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d3aabe97dec1420d911b7e9fe61559e0%2ffolderart.jpg/","title":"Revolution","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-49abfc06c6b242869dcb325ac8584631//","filetype":"directory","label":"Ultimate Spider-Man","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-49abfc06c6b242869dcb325ac8584631%2ffolderart.jpg/","title":"Ultimate Spider-Man","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a12eef695fa240acb9c745ed632569e7//","filetype":"directory","label":"Wilfred","thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a12eef695fa240acb9c745ed632569e7%2ffolderart.jpg/","title":"Wilfred","type":"unknown"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ceae60bf8f7b4a8ab8ab8a631aabefdf/","filetype":"file","label":"100 Below Zero","runtime":5298,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ceae60bf8f7b4a8ab8ab8a631aabefdf%2f1-netflix-ceae60bf8f7b4a8ab8ab8a631aabefdf.mpg%3falbumArt%3dtrue/","title":"100 Below Zero","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f529b5fdf7514630b4d14eac45259d48/","filetype":"file","label":"6 Souls","runtime":6731,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-f529b5fdf7514630b4d14eac45259d48%2f1-netflix-f529b5fdf7514630b4d14eac45259d48.mpg%3falbumArt%3dtrue/","title":"6 Souls","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b79d45a444684679a4e6610b89c14a9e/","filetype":"file","label":"Abduction of Eden","runtime":5895,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b79d45a444684679a4e6610b89c14a9e%2f1-netflix-b79d45a444684679a4e6610b89c14a9e.mpg%3falbumArt%3dtrue/","title":"Abduction of Eden","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7202187063d74da78c9d8648187b2acb/","filetype":"file","label":"Aftershock","runtime":5355,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7202187063d74da78c9d8648187b2acb%2f1-netflix-7202187063d74da78c9d8648187b2acb.mpg%3falbumArt%3dtrue/","title":"Aftershock","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5685d6c32f8141b6aeae4daaf36b74be/","filetype":"file","label":"American Mary","runtime":6161,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5685d6c32f8141b6aeae4daaf36b74be%2f1-netflix-5685d6c32f8141b6aeae4daaf36b74be.mpg%3falbumArt%3dtrue/","title":"American Mary","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-159e810b5f5c4ca681c154ab13baff9d/","filetype":"file","label":"Arbitrage","runtime":6449,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-159e810b5f5c4ca681c154ab13baff9d%2f1-netflix-159e810b5f5c4ca681c154ab13baff9d.mpg%3falbumArt%3dtrue/","title":"Arbitrage","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-35b740b620ec432898c4bcaf5afc15b8/","filetype":"file","label":"Aziz Ansari: Dangerously Delicious","runtime":3693,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-35b740b620ec432898c4bcaf5afc15b8%2f1-netflix-35b740b620ec432898c4bcaf5afc15b8.mpg%3falbumArt%3dtrue/","title":"Aziz Ansari: Dangerously Delicious","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d7c0910a05874ecf979ff9f80e90c367/","filetype":"file","label":"Bachelorette","runtime":5228,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d7c0910a05874ecf979ff9f80e90c367%2f1-netflix-d7c0910a05874ecf979ff9f80e90c367.mpg%3falbumArt%3dtrue/","title":"Bachelorette","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e96c3d5cebc04cdfa0f6d0ca321ef668/","filetype":"file","label":"Bob Saget: That's What I'm Talkin' About","runtime":3316,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e96c3d5cebc04cdfa0f6d0ca321ef668%2f1-netflix-e96c3d5cebc04cdfa0f6d0ca321ef668.mpg%3falbumArt%3dtrue/","title":"Bob Saget: That's What I'm Talkin' About","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3cc5d2b598274ea398b2355c3a3874c3/","filetype":"file","label":"The Brass Teapot","runtime":6089,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-3cc5d2b598274ea398b2355c3a3874c3%2f1-netflix-3cc5d2b598274ea398b2355c3a3874c3.mpg%3falbumArt%3dtrue/","title":"The Brass Teapot","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-665c0f33e3a6464f95cc4f2461a22be4/","filetype":"file","label":"Cleaver Family Reunion","runtime":5492,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-665c0f33e3a6464f95cc4f2461a22be4%2f1-netflix-665c0f33e3a6464f95cc4f2461a22be4.mpg%3falbumArt%3dtrue/","title":"Cleaver Family Reunion","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0c8e62a1705748918e8f1f4dfcdfc524/","filetype":"file","label":"The Collection","runtime":4898,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-0c8e62a1705748918e8f1f4dfcdfc524%2f1-netflix-0c8e62a1705748918e8f1f4dfcdfc524.mpg%3falbumArt%3dtrue/","title":"The Collection","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4f20b07728984a9ba783dffe7f170d62/","filetype":"file","label":"A Dark Truth","runtime":6362,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-4f20b07728984a9ba783dffe7f170d62%2f1-netflix-4f20b07728984a9ba783dffe7f170d62.mpg%3falbumArt%3dtrue/","title":"A Dark Truth","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a3c4041aac624fa88387e81223e4bace/","filetype":"file","label":"Dog Pound","runtime":5472,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a3c4041aac624fa88387e81223e4bace%2f1-netflix-a3c4041aac624fa88387e81223e4bace.mpg%3falbumArt%3dtrue/","title":"Dog Pound","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5a3ce7c7e560447ebe48a80d0e4bcf96/","filetype":"file","label":"Don't Stop Believin': Everyman's Journey","runtime":6328,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5a3ce7c7e560447ebe48a80d0e4bcf96%2f1-netflix-5a3ce7c7e560447ebe48a80d0e4bcf96.mpg%3falbumArt%3dtrue/","title":"Don't Stop Believin': Everyman's Journey","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ec18b359ae114fe28e28e39af1378a06/","filetype":"file","label":"The Dragon Pearl","runtime":5680,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ec18b359ae114fe28e28e39af1378a06%2f1-netflix-ec18b359ae114fe28e28e39af1378a06.mpg%3falbumArt%3dtrue/","title":"The Dragon Pearl","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-9a1de82d231a42c687bb6e8f49c4b309/","filetype":"file","label":"Dredd","runtime":5750,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-9a1de82d231a42c687bb6e8f49c4b309%2f1-netflix-9a1de82d231a42c687bb6e8f49c4b309.mpg%3falbumArt%3dtrue/","title":"Dredd","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-57266e23250b426cb46a4aa8e0e3605d/","filetype":"file","label":"End of Watch","runtime":6528,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-57266e23250b426cb46a4aa8e0e3605d%2f1-netflix-57266e23250b426cb46a4aa8e0e3605d.mpg%3falbumArt%3dtrue/","title":"End of Watch","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-5775ddc00b5147d69504d648f2a5a4eb/","filetype":"file","label":"Erased","runtime":6275,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-5775ddc00b5147d69504d648f2a5a4eb%2f1-netflix-5775ddc00b5147d69504d648f2a5a4eb.mpg%3falbumArt%3dtrue/","title":"Erased","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-3c0d113cc81149ee912afb4f84e6e0bd/","filetype":"file","label":"The Expendables 2","runtime":6161,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-3c0d113cc81149ee912afb4f84e6e0bd%2f1-netflix-3c0d113cc81149ee912afb4f84e6e0bd.mpg%3falbumArt%3dtrue/","title":"The Expendables 2","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-17d53769ada94797b49d1df15b85f6cc/","filetype":"file","label":"Filly Brown","runtime":6131,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-17d53769ada94797b49d1df15b85f6cc%2f1-netflix-17d53769ada94797b49d1df15b85f6cc.mpg%3falbumArt%3dtrue/","title":"Filly Brown","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-2eaafe6a45d644d2b7c9377eba6831de/","filetype":"file","label":"Fire with Fire","runtime":5850,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-2eaafe6a45d644d2b7c9377eba6831de%2f1-netflix-2eaafe6a45d644d2b7c9377eba6831de.mpg%3falbumArt%3dtrue/","title":"Fire with Fire","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-173f959ac028460e97b10046d4a8434c/","filetype":"file","label":"Fred 3: Camp Fred","runtime":4829,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-173f959ac028460e97b10046d4a8434c%2f1-netflix-173f959ac028460e97b10046d4a8434c.mpg%3falbumArt%3dtrue/","title":"Fred 3: Camp Fred","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-119f867fea984fb7819ef549bf310a77/","filetype":"file","label":"Girl vs. Monster","runtime":5311,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-119f867fea984fb7819ef549bf310a77%2f1-netflix-119f867fea984fb7819ef549bf310a77.mpg%3falbumArt%3dtrue/","title":"Girl vs. Monster","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-4822ebc6040446979e102166ed98fd0a/","filetype":"file","label":"Halo 4: Forward Unto Dawn","runtime":5482,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-4822ebc6040446979e102166ed98fd0a%2f1-netflix-4822ebc6040446979e102166ed98fd0a.mpg%3falbumArt%3dtrue/","title":"Halo 4: Forward Unto Dawn","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c9fb112b9d134127b75469683904ae6e/","filetype":"file","label":"A Haunted House","runtime":5162,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c9fb112b9d134127b75469683904ae6e%2f1-netflix-c9fb112b9d134127b75469683904ae6e.mpg%3falbumArt%3dtrue/","title":"A Haunted House","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-bd2e29e53c434685b58d6664af1498d4/","filetype":"file","label":"A Haunting at Silver Falls","runtime":5765,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-bd2e29e53c434685b58d6664af1498d4%2f1-netflix-bd2e29e53c434685b58d6664af1498d4.mpg%3falbumArt%3dtrue/","title":"A Haunting at Silver Falls","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1fd447bc4b9b45cc86e1f2b65784bf35/","filetype":"file","label":"House at the End of the Street","runtime":6046,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1fd447bc4b9b45cc86e1f2b65784bf35%2f1-netflix-1fd447bc4b9b45cc86e1f2b65784bf35.mpg%3falbumArt%3dtrue/","title":"House at the End of the Street","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-d1c660cf13544289a211b11c6f008bb3/","filetype":"file","label":"Into the White","runtime":6261,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-d1c660cf13544289a211b11c6f008bb3%2f1-netflix-d1c660cf13544289a211b11c6f008bb3.mpg%3falbumArt%3dtrue/","title":"Into the White","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-89e68db9ce424d3d927b222a6b29eb08/","filetype":"file","label":"Jim Breuer: And Laughter for All","runtime":3497,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-89e68db9ce424d3d927b222a6b29eb08%2f1-netflix-89e68db9ce424d3d927b222a6b29eb08.mpg%3falbumArt%3dtrue/","title":"Jim Breuer: And Laughter for All","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-607be7722eb64a4b8a490b74f7d57858/","filetype":"file","label":"John Caparulo: Come Inside Me","runtime":4269,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-607be7722eb64a4b8a490b74f7d57858%2f1-netflix-607be7722eb64a4b8a490b74f7d57858.mpg%3falbumArt%3dtrue/","title":"John Caparulo: Come Inside Me","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b5da9e6600864d58a289f28745488f07/","filetype":"file","label":"Katt Williams: Kattpacalypse","runtime":3643,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b5da9e6600864d58a289f28745488f07%2f1-netflix-b5da9e6600864d58a289f28745488f07.mpg%3falbumArt%3dtrue/","title":"Katt Williams: Kattpacalypse","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-08dd3e4723a546dd832e1fa2dded74af/","filetype":"file","label":"Katy Perry: Part of Me","runtime":5614,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-08dd3e4723a546dd832e1fa2dded74af%2f1-netflix-08dd3e4723a546dd832e1fa2dded74af.mpg%3falbumArt%3dtrue/","title":"Katy Perry: Part of Me","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7336ee3b842d4abaa81dc41c4253f9af/","filetype":"file","label":"Lizzie","runtime":5171,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7336ee3b842d4abaa81dc41c4253f9af%2f1-netflix-7336ee3b842d4abaa81dc41c4253f9af.mpg%3falbumArt%3dtrue/","title":"Lizzie","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-cc9456e6f1074821aed62263a8be5432/","filetype":"file","label":"The Lost Medallion","runtime":5904,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-cc9456e6f1074821aed62263a8be5432%2f1-netflix-cc9456e6f1074821aed62263a8be5432.mpg%3falbumArt%3dtrue/","title":"The Lost Medallion","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-70d8e77f7dfc4f9b92635d1d07103b7d/","filetype":"file","label":"Lovestruck: The Musical","runtime":5142,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-70d8e77f7dfc4f9b92635d1d07103b7d%2f1-netflix-70d8e77f7dfc4f9b92635d1d07103b7d.mpg%3falbumArt%3dtrue/","title":"Lovestruck: The Musical","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-f2f4c250f63645c0b5e55eb54d49bfaf/","filetype":"file","label":"Mac & Devin Go to High School","runtime":4526,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-f2f4c250f63645c0b5e55eb54d49bfaf%2f1-netflix-f2f4c250f63645c0b5e55eb54d49bfaf.mpg%3falbumArt%3dtrue/","title":"Mac & Devin Go to High School","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1554502da44641dda0bd1d0d7fcaaaf9/","filetype":"file","label":"A Monster in Paris","runtime":5391,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1554502da44641dda0bd1d0d7fcaaaf9%2f1-netflix-1554502da44641dda0bd1d0d7fcaaaf9.mpg%3falbumArt%3dtrue/","title":"A Monster in Paris","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-547edd1e8b4144239437507b78e4306d/","filetype":"file","label":"My Amityville Horror","runtime":5329,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-547edd1e8b4144239437507b78e4306d%2f1-netflix-547edd1e8b4144239437507b78e4306d.mpg%3falbumArt%3dtrue/","title":"My Amityville Horror","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-c64540e13f494faeb5cd5efbd0943088/","filetype":"file","label":"Nature: Animal Odd Couples","runtime":3184,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-c64540e13f494faeb5cd5efbd0943088%2f1-netflix-c64540e13f494faeb5cd5efbd0943088.mpg%3falbumArt%3dtrue/","title":"Nature: Animal Odd Couples","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-ac9013f976c340a0a5f5096b61cd1a0f/","filetype":"file","label":"Nitro Circus: The Movie","runtime":5509,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-ac9013f976c340a0a5f5096b61cd1a0f%2f1-netflix-ac9013f976c340a0a5f5096b61cd1a0f.mpg%3falbumArt%3dtrue/","title":"Nitro Circus: The Movie","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a22dd945d2b94be8a876383c82352f6c/","filetype":"file","label":"The Numbers Station","runtime":5336,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a22dd945d2b94be8a876383c82352f6c%2f1-netflix-a22dd945d2b94be8a876383c82352f6c.mpg%3falbumArt%3dtrue/","title":"The Numbers Station","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-af0b7f68559740ecb9bfe75f7e4d5a61/","filetype":"file","label":"Paranormal Asylum","runtime":5290,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-af0b7f68559740ecb9bfe75f7e4d5a61%2f1-netflix-af0b7f68559740ecb9bfe75f7e4d5a61.mpg%3falbumArt%3dtrue/","title":"Paranormal Asylum","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a73673a9009342fc9d8234175ded2641/","filetype":"file","label":"ParaNorman","runtime":5557,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a73673a9009342fc9d8234175ded2641%2f1-netflix-a73673a9009342fc9d8234175ded2641.mpg%3falbumArt%3dtrue/","title":"ParaNorman","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-087ee7900ca3469e8b3df974bab44f68/","filetype":"file","label":"Playing for Keeps","runtime":6338,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-087ee7900ca3469e8b3df974bab44f68%2f1-netflix-087ee7900ca3469e8b3df974bab44f68.mpg%3falbumArt%3dtrue/","title":"Playing for Keeps","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e5749f4b84394e5095fd4659645386b0/","filetype":"file","label":"The Possession","runtime":5533,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e5749f4b84394e5095fd4659645386b0%2f1-netflix-e5749f4b84394e5095fd4659645386b0.mpg%3falbumArt%3dtrue/","title":"The Possession","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-63af3794f5574121ae124145844b64c2/","filetype":"file","label":"Power Rangers Super Samurai: Stuck on Christmas","runtime":1415,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-63af3794f5574121ae124145844b64c2%2f1-netflix-63af3794f5574121ae124145844b64c2.mpg%3falbumArt%3dtrue/","title":"Power Rangers Super Samurai: Stuck on Christmas","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-54a27c1c523a493e88f9255955de29e8/","filetype":"file","label":"Redline","runtime":5215,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-54a27c1c523a493e88f9255955de29e8%2f1-netflix-54a27c1c523a493e88f9255955de29e8.mpg%3falbumArt%3dtrue/","title":"Redline","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-b0767589407248e9a5048999b81d041e/","filetype":"file","label":"Ron White: A Little Unprofessional","runtime":4788,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-b0767589407248e9a5048999b81d041e%2f1-netflix-b0767589407248e9a5048999b81d041e.mpg%3falbumArt%3dtrue/","title":"Ron White: A Little Unprofessional","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-00fafb5098ed4180874bb8a4e5d07958/","filetype":"file","label":"Room 237","runtime":6184,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-00fafb5098ed4180874bb8a4e5d07958%2f1-netflix-00fafb5098ed4180874bb8a4e5d07958.mpg%3falbumArt%3dtrue/","title":"Room 237","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea/","filetype":"file","label":"Seal Team Six: The Raid on Osama Bin Laden","runtime":5379,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea%2f1-netflix-a5b7ea5ee0e949a2b9cf33c3d1dbc7ea.mpg%3falbumArt%3dtrue/","title":"Seal Team Six: The Raid on Osama Bin Laden","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-1ad5bcf0fd62455da22cb2f6d872727d/","filetype":"file","label":"Secret of the Wings","runtime":4503,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-1ad5bcf0fd62455da22cb2f6d872727d%2f1-netflix-1ad5bcf0fd62455da22cb2f6d872727d.mpg%3falbumArt%3dtrue/","title":"Secret of the Wings","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-39514d2e4dc0483ca2de8de77c518478/","filetype":"file","label":"Shadow Dancer","runtime":6091,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-39514d2e4dc0483ca2de8de77c518478%2f1-netflix-39514d2e4dc0483ca2de8de77c518478.mpg%3falbumArt%3dtrue/","title":"Shadow Dancer","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-e7e978b344a342ab8c2a25f07aba62c2/","filetype":"file","label":"Side Effects","runtime":6357,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-e7e978b344a342ab8c2a25f07aba62c2%2f1-netflix-e7e978b344a342ab8c2a25f07aba62c2.mpg%3falbumArt%3dtrue/","title":"Side Effects","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-6c61f1d7274f42fba3c49ecd9c744624/","filetype":"file","label":"Silent Hill: Revelation","runtime":5657,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-6c61f1d7274f42fba3c49ecd9c744624%2f1-netflix-6c61f1d7274f42fba3c49ecd9c744624.mpg%3falbumArt%3dtrue/","title":"Silent Hill: Revelation","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-2310282f56274049bebd2be419a7ead7/","filetype":"file","label":"Solomon Kane","runtime":6245,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-2310282f56274049bebd2be419a7ead7%2f1-netflix-2310282f56274049bebd2be419a7ead7.mpg%3falbumArt%3dtrue/","title":"Solomon Kane","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-eaeee29e7a2c4240b30446ba37e7547f/","filetype":"file","label":"State of Emergency","runtime":5390,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-eaeee29e7a2c4240b30446ba37e7547f%2f1-netflix-eaeee29e7a2c4240b30446ba37e7547f.mpg%3falbumArt%3dtrue/","title":"State of Emergency","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-7235467bfd2c4615a0e913a6d1177b23/","filetype":"file","label":"Stolen","runtime":5730,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-7235467bfd2c4615a0e913a6d1177b23%2f1-netflix-7235467bfd2c4615a0e913a6d1177b23.mpg%3falbumArt%3dtrue/","title":"Stolen","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-0746f1b73d614b54802a65402c3830ab/","filetype":"file","label":"Straight A's","runtime":5300,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-0746f1b73d614b54802a65402c3830ab%2f1-netflix-0746f1b73d614b54802a65402c3830ab.mpg%3falbumArt%3dtrue/","title":"Straight A's","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-565d9668c3c5449cba87ee4b7fe71e4a/","filetype":"file","label":"Tai Chi Hero","runtime":6160,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-565d9668c3c5449cba87ee4b7fe71e4a%2f1-netflix-565d9668c3c5449cba87ee4b7fe71e4a.mpg%3falbumArt%3dtrue/","title":"Tai Chi Hero","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-dba479f6529d4a6491d8c9737359a52c/","filetype":"file","label":"Tyler Perry's Madea's Witness Protection","runtime":6873,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-dba479f6529d4a6491d8c9737359a52c%2f1-netflix-dba479f6529d4a6491d8c9737359a52c.mpg%3falbumArt%3dtrue/","title":"Tyler Perry's Madea's Witness Protection","type":"movie"},{"fanart":"","file":"upnp://23a9a971-7587-4284-b7ea-b653ed624797/netflix-051036eb4c184cb59d5c3fe930e9feaa/","filetype":"file","label":"Upside Down","runtime":6471,"thumbnail":"image://http%3a%2f%2f10.0.0.3%3a53478%2fnetflix-051036eb4c184cb59d5c3fe930e9feaa%2f1-netflix-051036eb4c184cb59d5c3fe930e9feaa.mpg%3falbumArt%3dtrue/","title":"Upside Down","type":"movie"}],"limits":{"end":75,"start":0,"total":75}}}
  603. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Found 62 files and 13 directories in Netflix/New Arrivals
  604. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals"
  605. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Arrow"
  606. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Arrow"
  607. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Arrow
  608. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories"
  609. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories"
  610. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/DreamWorks Shrek's Swamp Stories
  611. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/House of Cards"
  612. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/House of Cards"
  613. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/House of Cards
  614. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Jessie"
  615. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Jessie"
  616. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Jessie
  617. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Lab Rats"
  618. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Lab Rats"
  619. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Lab Rats
  620. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/The League"
  621. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/The League"
  622. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/The League
  623. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Littlest Pet Shop"
  624. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Littlest Pet Shop"
  625. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Littlest Pet Shop
  626. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Mako Mermaids: An H2O Adventure"
  627. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Mako Mermaids: An H2O Adventure"
  628. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Mako Mermaids: An H2O Adventure
  629. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/My Babysitter's a Vampire"
  630. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/My Babysitter's a Vampire"
  631. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/My Babysitter's a Vampire
  632. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Portlandia"
  633. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Portlandia"
  634. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Portlandia
  635. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Revolution"
  636. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Revolution"
  637. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Revolution
  638. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Ultimate Spider-Man"
  639. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Ultimate Spider-Man"
  640. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Ultimate Spider-Man
  641. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Wilfred"
  642. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/New Arrivals/Wilfred"
  643. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/New Arrivals/Wilfred
  644. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Recently Added"
  645. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Recently Added"
  646. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Recently Added
  647. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Just for Kids"
  648. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Just for Kids"
  649. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Just for Kids
  650. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Suggestions For You"
  651. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Suggestions For You"
  652. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suggestions For You
  653. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Random Picks"
  654. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Random Picks"
  655. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Random Picks
  656. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/TV Shows"
  657. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/TV Shows"
  658. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/TV Shows
  659. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Children & Family Movies"
  660. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Children & Family Movies"
  661. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Children & Family Movies
  662. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Romantic Dramas"
  663. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Romantic Dramas"
  664. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Dramas
  665. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Horror Movies"
  666. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Horror Movies"
  667. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Horror Movies
  668. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Feel-good Movies"
  669. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Feel-good Movies"
  670. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Feel-good Movies
  671. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Action & Adventure"
  672. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Action & Adventure"
  673. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Action & Adventure
  674. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Documentaries"
  675. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Documentaries"
  676. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Documentaries
  677. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Sports Movies"
  678. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Sports Movies"
  679. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Sports Movies
  680. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Comedies"
  681. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Comedies"
  682. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Comedies
  683. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Family Features"
  684. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Family Features"
  685. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Family Features
  686. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Exciting Movies"
  687. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Exciting Movies"
  688. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting Movies
  689. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Crime TV Shows"
  690. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Crime TV Shows"
  691. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime TV Shows
  692. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Suspenseful Movies"
  693. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Suspenseful Movies"
  694. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Suspenseful Movies
  695. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Crime Thrillers"
  696. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Crime Thrillers"
  697. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Crime Thrillers
  698. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Goofy Comedies"
  699. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Goofy Comedies"
  700. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy Comedies
  701. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Exciting TV Shows"
  702. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Exciting TV Shows"
  703. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Exciting TV Shows
  704. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Goofy TV Shows"
  705. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Goofy TV Shows"
  706. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Goofy TV Shows
  707. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Foreign Movies"
  708. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Foreign Movies"
  709. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Foreign Movies
  710. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Romantic Movies"
  711. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Romantic Movies"
  712. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Romantic Movies
  713. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Playback Options"
  714. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/New Arrivals/New TV to watch instantly" = "Netflix/Playback Options"
  715. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: Netflix/Playback Options
  716. 10/13/2013 10:16:01 PM ERROR Find:Subfolder No matching subfolder named "Netflix/New Arrivals/New TV to watch instantly" was found. Skipping
  717. 10/13/2013 10:16:01 PM DEBUG Clean:Netflix SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  718. 10/13/2013 10:16:01 PM DEBUG Clean:Netflix Set STRING param 1 to Netflix
  719. 10/13/2013 10:16:01 PM INFO Clean:Netflix Found 0 videos that are already archived in dropbox from source "Netflix"
  720. 10/13/2013 10:16:01 PM NOTICE Clean:Netflix Cleaning dropbox of videos no longer used from source: "Netflix". Filecount from dropbox from this source is currently: 0
  721. 10/13/2013 10:16:01 PM NOTICE Clean:Netflix After cleaning dropbox, 0 old files were deleted for a new size of 0 files
  722. 10/13/2013 10:16:01 PM INFO Find:Subfolder Searching for subfolder: Hulu/Movies/Popular Movies \([0-9]+\)/Popular feature films \([0-9]+\)
  723. 10/13/2013 10:16:01 PM DEBUG Find:Subfolder Getting all files in:Hulu
  724. 10/13/2013 10:16:02 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  725. 10/13/2013 10:16:02 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  726. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.hulu/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  727. 10/13/2013 10:16:02 PM DEBUG Find:Subfolder JSON-RPC Response:
  728. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  729. 10/13/2013 10:16:02 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: Hulu (plugin://plugin.video.hulu/)
  730. 10/13/2013 10:16:02 PM WARN Find:Subfolder Failed to list files (attempt 1 of 3) for dir: plugin://plugin.video.hulu/
  731. 10/13/2013 10:16:03 PM DEBUG Find:Subfolder Getting all files in:Hulu
  732. 10/13/2013 10:16:03 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  733. 10/13/2013 10:16:03 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  734. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.hulu/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  735. 10/13/2013 10:16:03 PM DEBUG Find:Subfolder JSON-RPC Response:
  736. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  737. 10/13/2013 10:16:03 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: Hulu (plugin://plugin.video.hulu/)
  738. 10/13/2013 10:16:03 PM WARN Find:Subfolder Failed to list files (attempt 2 of 3) for dir: plugin://plugin.video.hulu/
  739. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder Getting all files in:Hulu
  740. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  741. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  742. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.hulu/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  743. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder JSON-RPC Response:
  744. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  745. 10/13/2013 10:16:05 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: Hulu (plugin://plugin.video.hulu/)
  746. 10/13/2013 10:16:05 PM WARN Find:Subfolder Failed to list files (attempt 3 of 3) for dir: plugin://plugin.video.hulu/
  747. 10/13/2013 10:16:05 PM ERROR Find:Subfolder Failed to list files after trying 3 times, skipping this directory (and all sub-directories)
  748. 10/13/2013 10:16:05 PM ERROR Find:Subfolder No matching subfolder named "Hulu/Movies/Popular Movies \([0-9]+\)/Popular feature films \([0-9]+\)" was found. Skipping
  749. 10/13/2013 10:16:05 PM INFO Find:Subfolder Searching for subfolder: Hulu/TV/Popular TV \([0-9]+\)/Popular Shows \([0-9]+\)
  750. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder Getting all files in:Hulu
  751. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  752. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  753. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.hulu/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  754. 10/13/2013 10:16:05 PM DEBUG Find:Subfolder JSON-RPC Response:
  755. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  756. 10/13/2013 10:16:05 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: Hulu (plugin://plugin.video.hulu/)
  757. 10/13/2013 10:16:05 PM WARN Find:Subfolder Failed to list files (attempt 1 of 3) for dir: plugin://plugin.video.hulu/
  758. 10/13/2013 10:16:06 PM DEBUG Find:Subfolder Getting all files in:Hulu
  759. 10/13/2013 10:16:06 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  760. 10/13/2013 10:16:06 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  761. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.hulu/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  762. 10/13/2013 10:16:06 PM DEBUG Find:Subfolder JSON-RPC Response:
  763. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  764. 10/13/2013 10:16:13 PM WARN Find:Subfolder Failed to list files (attempt 2 of 3) for dir: plugin://plugin.video.free.cable/
  765. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder Getting all files in:FreeCable
  766. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  767. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder POST data (Content-Length: 194) =
  768. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.free.cable/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  769. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder JSON-RPC Response:
  770. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  771. 10/13/2013 10:16:15 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: FreeCable (plugin://plugin.video.free.cable/)
  772. 10/13/2013 10:16:15 PM WARN Find:Subfolder Failed to list files (attempt 3 of 3) for dir: plugin://plugin.video.free.cable/
  773. 10/13/2013 10:16:15 PM ERROR Find:Subfolder Failed to list files after trying 3 times, skipping this directory (and all sub-directories)
  774. 10/13/2013 10:16:15 PM ERROR Find:Subfolder No matching subfolder named "FreeCable/History Channel" was found. Skipping
  775. 10/13/2013 10:16:15 PM DEBUG Clean:FreeCable SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  776. 10/13/2013 10:16:15 PM DEBUG Clean:FreeCable Set STRING param 1 to FreeCable
  777. 10/13/2013 10:16:15 PM INFO Clean:FreeCable Found 0 videos that are already archived in dropbox from source "FreeCable"
  778. 10/13/2013 10:16:15 PM NOTICE Clean:FreeCable Cleaning dropbox of videos no longer used from source: "FreeCable". Filecount from dropbox from this source is currently: 0
  779. 10/13/2013 10:16:15 PM NOTICE Clean:FreeCable After cleaning dropbox, 0 old files were deleted for a new size of 0 files
  780. 10/13/2013 10:16:15 PM INFO Find:Subfolder Searching for subfolder: TED/Newest Talks
  781. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder Getting all files in:TED
  782. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  783. 10/13/2013 10:16:15 PM DEBUG Find:Subfolder POST data (Content-Length: 193) =
  784. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.ted.talks/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  785. 10/13/2013 10:16:20 PM DEBUG Find:Subfolder JSON-RPC Response:
  786. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.ted.talks/?mode=newTalksRss","filetype":"directory","label":"Newest Talks","thumbnail":"","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?mode=speakers","filetype":"directory","label":"Speakers","thumbnail":"","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?mode=themes","filetype":"directory","label":"Themes","thumbnail":"","title":"","type":"unknown"}],"limits":{"end":3,"start":0,"total":3}}}
  787. 10/13/2013 10:16:20 PM DEBUG Find:Subfolder Found 0 files and 3 directories in TED
  788. 10/13/2013 10:16:20 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "TED/Newest Talks" = "TED"
  789. 10/13/2013 10:16:20 PM DEBUG Find:Subfolder Exact match = true for regular match. Checked if Subfolder: "TED/Newest Talks" = "TED/Newest Talks"
  790. 10/13/2013 10:16:20 PM DEBUG Find:Subfolder Ending search because exact match was found and subfolders are not requested.
  791. 10/13/2013 10:16:20 PM NOTICE Found! TED's subfolder "TED/Newest Talks" maps to source: plugin://plugin.video.ted.talks/?mode=newTalksRss (TED/Newest Talks)
  792. 10/13/2013 10:16:20 PM DEBUG Search:TED SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  793. 10/13/2013 10:16:20 PM DEBUG Search:TED Set STRING param 1 to TED
  794. 10/13/2013 10:16:20 PM INFO Search:TED Found 216 videos that are already archived in dropbox from source "TED"
  795. 10/13/2013 10:16:20 PM NOTICE Search:TED Finding all matching videos under subfolder: TED/Newest Talks
  796. 10/13/2013 10:16:20 PM DEBUG Archiving Getting all files in:TED/Newest Talks
  797. 10/13/2013 10:16:20 PM DEBUG Archiving HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  798. 10/13/2013 10:16:20 PM DEBUG Archiving POST data (Content-Length: 210) =
  799. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.ted.talks/?mode=newTalksRss", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  800. 10/13/2013 10:16:34 PM DEBUG Archiving JSON-RPC Response:
  801. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2Fy1SHGMtfsLM%2Fmay_el_khalil_making_peace_is_a_marathon.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F01fa1005062b164ab6a33e3ec6ffa6aeaff24ec5_480x360.jpg","filetype":"file","label":"May El-Khalil: Making peace is a marathon","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f01fa1005062b164ab6a33e3ec6ffa6aeaff24ec5_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2F8g9dc9r8sZs%2Fpaola_antonelli_why_i_brought_pacman_to_moma.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F30e09e406bc6f581ac6193d384a631a6ec8b361a_480x360.jpg","filetype":"file","label":"Paola Antonelli: Why I brought Pac-Man to MoMA","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f30e09e406bc6f581ac6193d384a631a6ec8b361a_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FMTQDN5JcaMc%2Fmeg_jay_why_30_is_not_the_new_20.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fa917a1ee6e2d74e7fdd9a4ce86efef93e3802276_480x360.jpg","filetype":"file","label":"Meg Jay: Why 30 is not the new 20","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fa917a1ee6e2d74e7fdd9a4ce86efef93e3802276_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2F9YO7Ws-ayDE%2Fthe_interspecies_internet_an_idea_in_progress.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F917f672b5a038a7123fe102681eefcb255666949_480x360.jpg","filetype":"file","label":"The interspecies internet? An idea in progress","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f917f672b5a038a7123fe102681eefcb255666949_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2Fa4Tp8nUp6jE%2Fmichael_porter_why_business_can_be_good_at_solving_social_problems.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Ffb16b86971a2bdf895982b509fc7b8187677046b_480x360.jpg","filetype":"file","label":"Michael Porter: Why business can be good at solving social problems","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2ffb16b86971a2bdf895982b509fc7b8187677046b_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FXowVqnF6GFY%2Fmichael_green_why_we_should_build_wooden_skyscrapers.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F3940485bcf51c57b5c9740d02f048451fddd58c8_480x360.jpg","filetype":"file","label":"Michael Green: Why we should build wooden skyscrapers","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f3940485bcf51c57b5c9740d02f048451fddd58c8_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2F_HAR4HRypbc%2Fjoseph_kim_the_family_i_lost_in_north_korea_and_the_family_i_gained.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fc918de9ea99afe8a616056406355db7c1a084634_480x360.jpg","filetype":"file","label":"Joseph Kim: The family I lost in North Korea. And the family I gained.","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fc918de9ea99afe8a616056406355db7c1a084634_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2Fof-DQCbqg-g%2Fdaniel_h_cohen_for_argument_s_sake.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fdb58251b942be5c79b5d8b7918d53f1c01ed3253_480x360.jpg","filetype":"file","label":"Daniel H. Cohen: For argumentÓ³ sake","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fdb58251b942be5c79b5d8b7918d53f1c01ed3253_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2Ffo9vHtnkwIs%2Fjoel_selanikio_the_surprising_seeds_of_a_big_data_revolution_in_healthcare.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Ff9d59da65530d17cbbc8afe5d431949ab952e118_480x360.jpg","filetype":"file","label":"Joel Selanikio: The surprising seeds of a big-data revolution in healthcare","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2ff9d59da65530d17cbbc8afe5d431949ab952e118_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FfwayWLSa9ZA%2Feleanor_longden_the_voices_in_my_head.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Ffae91f8377b0f79378591cf115b67a12022af89f_480x360.jpg","filetype":"file","label":"Eleanor Longden: The voices in my head","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2ffae91f8377b0f79378591cf115b67a12022af89f_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2Fh6DvpLbe1tI%2Fpico_iyer_where_is_home.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F85a7e0b84f99c0bb409fe2596d547868f7a2991e_480x360.jpg","filetype":"file","label":"Pico Iyer: Where is home?","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f85a7e0b84f99c0bb409fe2596d547868f7a2991e_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FRvwKkdokVQg%2Frussell_foster_why_do_we_sleep.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F2ac8175dc675cf1a76ec10402f3409a251d3e177_480x360.jpg","filetype":"file","label":"Russell Foster: Why do we sleep?","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f2ac8175dc675cf1a76ec10402f3409a251d3e177_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FfxSuen-DhTU%2Fhendrik_poinar_bring_back_the_woolly_mammoth.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F7728f078c0d5afc37c5a5cacdbac392c45b3efd6_480x360.jpg","filetype":"file","label":"Hendrik Poinar: Bring back the woolly mammoth!","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f7728f078c0d5afc37c5a5cacdbac392c45b3efd6_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FiEvfTiN8Ayc%2Fsergey_brin_why_google_glass.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F142996e7349ef0bc181e7e637d4c9f70407aea02_480x360.jpg","filetype":"file","label":"Sergey Brin: Why Google Glass?","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f142996e7349ef0bc181e7e637d4c9f70407aea02_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FEWPk7q_Zb7s%2Falex_laskey_how_behavioral_science_can_lower_your_energy_bill.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fe6f5a07187bd46413b0eb9336a71bcfc6b7d1e02_480x360.jpg","filetype":"file","label":"Alex Laskey: How behavioral science can lower your energy bill","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fe6f5a07187bd46413b0eb9336a71bcfc6b7d1e02_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FnUbXVcYzLlM%2Fmichael_sandel_why_we_shouldn_t_trust_markets_with_our_civic_life.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F42188744195825bc26841b72a0b3d5c3f11457a6_480x360.jpg","filetype":"file","label":"Michael Sandel: Why we shouldn't trust markets with our civic life","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f42188744195825bc26841b72a0b3d5c3f11457a6_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FifMgzqOB-7E%2Fgavin_pretor_pinney_cloudy_with_a_chance_of_joy.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fcaaeb15db371a5a5c6bdab39d14cec6bb46e7cee_480x360.jpg","filetype":"file","label":"Gavin Pretor-Pinney: Cloudy with a chance of joy","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fcaaeb15db371a5a5c6bdab39d14cec6bb46e7cee_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FOv3X4xqOpwo%2Fkelli_swazey_life_that_doesn_t_end_with_death.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Ff536277c81df0ee6ccee87ba3d6f7fa188079a38_2Flesley_hazleton_the_doubt_essential_to_faith.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2F8d7573e4831ee55e15c81a1786041de0487a3e00_480x360.jpg","filetype":"file","label":"Lesley Hazleton: The doubt essential to faith","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2f8d7573e4831ee55e15c81a1786041de0487a3e00_480x360.jpg/","title":"","type":"unknown"},{"fanart":"","file":"plugin://plugin.video.ted.talks/?url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2FTEDTalks_video%2F%7E3%2FIg4pQ90SF-A%2Fjay_silver_hack_a_banana_make_a_keyboard.html&mode=playVideo&icon=http%3A%2F%2Fimages.ted.com%2Fimages%2Fted%2Fcb0aee115b8488a71c0a932ad05feb8df23def61_480x360.jpg","filetype":"file","label":"Jay Silver: Hack a banana, make a keyboard!","runtime":0,"thumbnail":"image://http%3a%2f%2fimages.ted.com%2fimages%2fted%2fcb0aee115b8488a71c0a932ad05feb8df23def61_480x360.jpg/","title":"","type":"unknown"}],"limits":{"end":107,"start":0,"total":107}}}
  802. 10/13/2013 10:16:34 PM DEBUG Archiving Found 107 files and 0 directories in TED/Newest Talks
  803. 10/13/2013 10:16:34 PM DEBUG Archiving Next: TED/Newest Talks/May El-Khalil: Making peace is a marathon
  804. 10/13/2013 10:16:34 PM DEBUG Archiving Attempting to parse generic video using default settings. Setting video title to "May El-Khalil: Making peace is a marathon"
  805. 10/13/2013 10:16:34 PM DEBUG Archiving Found custom series and title parser.
  806. 10/13/2013 10:16:34 PM DEBUG Archiving Custom series and title parser regex: ()([\w\s*'-:]*)
  807. 10/13/2013 10:16:34 PM NOTICE Archiving Done retrieving files from JSON-RPC for subfolder: TED/Newest Talks
  808. 10/13/2013 10:16:34 PM INFO Archiving There are 106 files that stil need to be archived, waiting for archiving to finish before proceeding to next subfolder.
  809. 10/13/2013 10:16:34 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  810. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - May El-Khalil Making peace is a marathon.strm
  811. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 2 to PREFIX
  812. 10/13/2013 10:16:34 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - May El-Khalil Making peace is a marathon.strm
  813. 10/13/2013 10:16:34 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  814. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - May El-Khalil Making peace is a marathon.strm
  815. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 2 to generic
  816. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 3 to PREFIX
  817. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 4 to
  818. 10/13/2013 10:16:34 PM DEBUG MetaData Set STRING param 5 to QUEUED
  819. 10/13/2013 10:16:34 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - May El-Khalil Making peace is a marathon.strm
  820. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Eleanor Longden The voices in my head.strm
  821. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 2 to generic
  822. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  823. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 4 to (TED)
  824. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 5 to QUEUED
  825. 10/13/2013 10:16:36 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Eleanor Longden The voices in my head.strm
  826. 10/13/2013 10:16:36 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Eleanor Longden The voices in my head.strm (TED/Newest Talks/Eleanor Longden: The voices in my head)
  827. 10/13/2013 10:16:36 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  828. 10/13/2013 10:16:36 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Eleanor Longden The voices in my head.strm
  829. 10/13/2013 10:16:36 PM DEBUG Arvhiving Next: TED/Newest Talks/Pico Iyer: Where is home?
  830. 10/13/2013 10:16:36 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Pico Iyer: Where is home?"
  831. 10/13/2013 10:16:36 PM DEBUG Arvhiving Found custom series and title parser.
  832. 10/13/2013 10:16:36 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  833. 10/13/2013 10:16:36 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  834. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  835. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 2 to PREFIX
  836. 10/13/2013 10:16:36 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  837. 10/13/2013 10:16:36 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  838. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  839. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 2 to generic
  840. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 3 to PREFIX
  841. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 4 to
  842. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 5 to QUEUED
  843. 10/13/2013 10:16:36 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  844. 10/13/2013 10:16:36 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  845. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  846. 10/13/2013 10:16:36 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  847. 10/13/2013 10:16:36 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Pico Iyer Where is home.strm
  848. 10/13/2013 10:16:36 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  849. 10/13/2013 10:16:38 PM DEBUG Arvhiving Next: TED/Newest Talks/Malcolm Gladwell: The unheard story of David and Goliath
  850. 10/13/2013 10:16:38 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Malcolm Gladwell: The unheard story of David and Goliath"
  851. 10/13/2013 10:16:38 PM DEBUG Arvhiving Found custom series and title parser.
  852. 10/13/2013 10:16:38 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  853. 10/13/2013 10:16:38 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  854. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  855. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 2 to PREFIX
  856. 10/13/2013 10:16:38 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  857. 10/13/2013 10:16:38 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  858. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  859. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 2 to generic
  860. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 3 to PREFIX
  861. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 4 to
  862. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 5 to QUEUED
  863. 10/13/2013 10:16:38 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  864. 10/13/2013 10:16:38 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  865. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  866. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  867. 10/13/2013 10:16:38 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  868. 10/13/2013 10:16:38 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  869. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  870. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 2 to generic
  871. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  872. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 4 to (TED)
  873. 10/13/2013 10:16:38 PM DEBUG MetaData Set STRING param 5 to QUEUED
  874. 10/13/2013 10:16:38 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  875. 10/13/2013 10:16:38 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm (TED/Newest Talks/Malcolm Gladwell: The unheard story of David and Goliath)
  876. 10/13/2013 10:16:38 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  877. 10/13/2013 10:16:38 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Malcolm Gladwell The unheard story of David and Goliath.strm
  878. 10/13/2013 10:16:38 PM DEBUG Arvhiving Next: TED/Newest Talks/Sonia Shah: 3 reasons we still havenÓ´ gotten rid of malaria
  879. 10/13/2013 10:16:38 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Sonia Shah: 3 reasons we still havenÓ´ gotten rid of malaria"
  880. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to PREFIX
  881. 10/13/2013 10:16:47 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  882. 10/13/2013 10:16:47 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  883. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  884. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to generic
  885. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 3 to PREFIX
  886. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 4 to
  887. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 5 to QUEUED
  888. 10/13/2013 10:16:47 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  889. 10/13/2013 10:16:47 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  890. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  891. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  892. 10/13/2013 10:16:47 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  893. 10/13/2013 10:16:47 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  894. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  895. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to generic
  896. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  897. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 4 to (TED)
  898. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 5 to QUEUED
  899. 10/13/2013 10:16:47 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  900. 10/13/2013 10:16:47 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm (TED/Newest Talks/Shigeru Ban: Emergency shelters made from paper)
  901. 10/13/2013 10:16:47 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  902. 10/13/2013 10:16:47 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Shigeru Ban Emergency shelters made from paper.strm
  903. 10/13/2013 10:16:47 PM DEBUG Arvhiving Next: TED/Newest Talks/Jinsop Lee: Design for all 5 senses
  904. 10/13/2013 10:16:47 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Jinsop Lee: Design for all 5 senses"
  905. 10/13/2013 10:16:47 PM DEBUG Arvhiving Found custom series and title parser.
  906. 10/13/2013 10:16:47 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  907. 10/13/2013 10:16:47 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  908. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  909. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to PREFIX
  910. 10/13/2013 10:16:47 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  911. 10/13/2013 10:16:47 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  912. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  913. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 2 to generic
  914. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 3 to PREFIX
  915. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 4 to
  916. 10/13/2013 10:16:47 PM DEBUG MetaData Set STRING param 5 to QUEUED
  917. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  918. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  919. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  920. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  921. 10/13/2013 10:16:48 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  922. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  923. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  924. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  925. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  926. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to (TED)
  927. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  928. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  929. 10/13/2013 10:16:48 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm (TED/Newest Talks/Jinsop Lee: Design for all 5 senses)
  930. 10/13/2013 10:16:48 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  931. 10/13/2013 10:16:48 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jinsop Lee Design for all 5 senses.strm
  932. 10/13/2013 10:16:48 PM DEBUG Arvhiving Next: TED/Newest Talks/James Lyne: Everyday cybercrime -- and what you can do about it
  933. 10/13/2013 10:16:48 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "James Lyne: Everyday cybercrime -- and what you can do about it"
  934. 10/13/2013 10:16:48 PM DEBUG Arvhiving Found custom series and title parser.
  935. 10/13/2013 10:16:48 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  936. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  937. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  938. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to PREFIX
  939. 10/13/2013 10:16:48 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  940. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  941. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  942. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  943. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to PREFIX
  944. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to
  945. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  946. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  947. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  948. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  949. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  950. 10/13/2013 10:16:48 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  951. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  952. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  953. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  954. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  955. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to (TED)
  956. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  957. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  958. 10/13/2013 10:16:48 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm (TED/Newest Talks/James Lyne: Everyday cybercrime -- and what you can do about it)
  959. 10/13/2013 10:16:48 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  960. 10/13/2013 10:16:48 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - James Lyne Everyday cybercrime -- and what you can do about it.strm
  961. 10/13/2013 10:16:48 PM DEBUG Arvhiving Next: TED/Newest Talks/Fabian Oefner: Psychedelic science
  962. 10/13/2013 10:16:48 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Fabian Oefner: Psychedelic science"
  963. 10/13/2013 10:16:48 PM DEBUG Arvhiving Found custom series and title parser.
  964. 10/13/2013 10:16:48 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  965. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  966. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  967. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to PREFIX
  968. 10/13/2013 10:16:48 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  969. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  970. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  971. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  972. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to PREFIX
  973. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to
  974. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  975. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  976. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  977. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  978. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  979. 10/13/2013 10:16:48 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  980. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  981. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  982. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  983. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  984. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to (TED)
  985. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  986. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  987. 10/13/2013 10:16:48 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm (TED/Newest Talks/Fabian Oefner: Psychedelic science)
  988. 10/13/2013 10:16:48 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  989. 10/13/2013 10:16:48 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Fabian Oefner Psychedelic science.strm
  990. 10/13/2013 10:16:48 PM DEBUG Arvhiving Next: TED/Newest Talks/Daniel Suarez: The kill decision shouldn't belong to a robot
  991. 10/13/2013 10:16:48 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Daniel Suarez: The kill decision shouldn't belong to a robot"
  992. 10/13/2013 10:16:48 PM DEBUG Arvhiving Found custom series and title parser.
  993. 10/13/2013 10:16:48 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  994. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  995. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  996. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to PREFIX
  997. 10/13/2013 10:16:48 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  998. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  999. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1000. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  1001. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to PREFIX
  1002. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to
  1003. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1004. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1005. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1006. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1007. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1008. 10/13/2013 10:16:48 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1009. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  1010. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1011. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  1012. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  1013. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to (TED)
  1014. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1015. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1016. 10/13/2013 10:16:48 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm (TED/Newest Talks/Daniel Suarez: The kill decision shouldn't belong to a robot)
  1017. 10/13/2013 10:16:48 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1018. 10/13/2013 10:16:48 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Daniel Suarez The kill decision shouldn't belong to a robot.strm
  1019. 10/13/2013 10:16:48 PM DEBUG Arvhiving Next: TED/Newest Talks/Andrew Solomon: Love, no matter what
  1020. 10/13/2013 10:16:48 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Andrew Solomon: Love, no matter what"
  1021. 10/13/2013 10:16:48 PM DEBUG Arvhiving Found custom series and title parser.
  1022. 10/13/2013 10:16:48 PM DEBUG Arvhiving Custom series and title parser regex: ()([\w\s*'-:]*)
  1023. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1024. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1025. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1026. 10/13/2013 10:16:48 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1027. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  1028. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1029. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  1030. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to PREFIX
  1031. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to
  1032. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1033. 10/13/2013 10:16:48 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1034. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1035. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1036. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1037. 10/13/2013 10:16:48 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1038. 10/13/2013 10:16:48 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  1039. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1040. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 2 to generic
  1041. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  1042. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 4 to (TED)
  1043. 10/13/2013 10:16:48 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1044. 10/13/2013 10:16:49 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1045. 10/13/2013 10:16:49 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm (TED/Newest Talks/Andrew Solomon: Love, no matter what)
  1046. 10/13/2013 10:16:49 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1047. 10/13/2013 10:16:49 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Andrew Solomon Love, no matter what.strm
  1048. 10/13/2013 10:16:49 PM DEBUG Arvhiving Next: TED/Newest Talks/Bastian Schaefer: A 3D-printed jumbo jet?
  1049. 10/13/2013 10:16:49 PM DEBUG Arvhiving Attempting to parse generic video using default settings. Setting video title to "Bastian Schaefer: A 3D-printed jumbo jet?"
  1050. 10/13/2013 10:16:49 PM DEBUG Arvhiving Found custom series and title parser.
  1051. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1052. 10/13/2013 10:16:56 PM DEBUG MetaData Queueing new meta-data change: type=PREFIX, value=, file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1053. 10/13/2013 10:16:56 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  1054. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1055. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 2 to generic
  1056. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 3 to PREFIX
  1057. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 4 to
  1058. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1059. 10/13/2013 10:16:56 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1060. 10/13/2013 10:16:56 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1061. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1062. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1063. 10/13/2013 10:16:56 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (TED), file=\\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1064. 10/13/2013 10:16:56 PM DEBUG MetaData SQL = INSERT INTO QueuedChanges(dropbox_location, video_type, meta_data_type, value, status) VALUES(?, ?, ?, ?, ?)
  1065. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 1 to \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1066. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 2 to generic
  1067. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 3 to SUFFIX
  1068. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 4 to (TED)
  1069. 10/13/2013 10:16:56 PM DEBUG MetaData Set STRING param 5 to QUEUED
  1070. 10/13/2013 10:16:56 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value= (TED), for file: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1071. 10/13/2013 10:16:56 PM INFO Archive:NoChange \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm (TED/Newest Talks/Jay Silver: Hack a banana, make a keyboard!)
  1072. 10/13/2013 10:16:56 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1073. 10/13/2013 10:16:56 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: \\10.0.0.3\streams\Generic\TED.Talks\TED Talks - Jay Silver Hack a banana, make a keyboard.strm
  1074. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe ----------------------Archiving Summary for TED/Newest Talks----------------------
  1075. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe TV Success: 0, TV Fail: 0
  1076. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe Movie Success: 0, Movie Fail: 0
  1077. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe Music Video Success: 0, Music Video Fail: 0
  1078. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe Generic Success: 107, Generic Fail: 0
  1079. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe New videos archived: 0, existing videos updated: 107
  1080. 10/13/2013 10:16:57 PM NOTICE Summary:TED/Newe Overall: Success: 107, Skip: 0, Fail: 0
  1081. 10/13/2013 10:16:58 PM NOTICE Archiving has finished for TED/Newest Talks.
  1082. 10/13/2013 10:16:58 PM DEBUG Clean:TED SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  1083. 10/13/2013 10:16:58 PM DEBUG Clean:TED Set STRING param 1 to TED
  1084. 10/13/2013 10:16:58 PM INFO Clean:TED Found 216 videos that are already archived in dropbox from source "TED"
  1085. 10/13/2013 10:16:58 PM NOTICE Clean:TED Cleaning dropbox of videos no longer used from source: "TED". Filecount from dropbox from this source is currently: 107
  1086. 10/13/2013 10:16:58 PM NOTICE Clean:TED After cleaning dropbox, 0 old files were deleted for a new size of 107 files
  1087. 10/13/2013 10:16:58 PM NOTICE Clean:TED 107 videos were successfully archived/updated. Triggering XBMC content scan
  1088. 10/13/2013 10:16:58 PM NOTICE ContentScan Triggering video library content scan via JSON-RPC interface.
  1089. 10/13/2013 10:16:58 PM DEBUG ContentScan HTTP POST http://xbmc:xbmc@10.0.0.15:8080/jsonrpc
  1090. 10/13/2013 10:16:58 PM DEBUG ContentScan POST data (Content-Length: 60) =
  1091. {"jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "1"}
  1092. 10/13/2013 10:16:58 PM DEBUG ContentScan JSON-RPC Response:
  1093. {"id":"1","jsonrpc":"2.0","result":"OK"}
  1094. 10/13/2013 10:16:58 PM INFO ContentScan Waiting for content scan to finish.
  1095. 10/13/2013 10:16:58 PM DEBUG ContentScan 0 ms to fully process last JSON response from 10.0.0.15
  1096. 10/13/2013 10:16:58 PM INFO ContentScan 10.0.0.15:9090 sent announcement: {"method":"VideoLibrary.OnScanStarted","params":{"sender":"xbmc","data":null},"jsonrpc":"2.0"}
  1097. 10/13/2013 10:16:58 PM DEBUG ContentScan VideoLibrary.OnScanStarted announcement revieved from JSON-RPC listener on 10.0.0.15:9090
  1098. 10/13/2013 10:16:59 PM DEBUG ContentScan 0 ms to fully process last JSON response from 10.0.0.15
  1099. 10/13/2013 10:16:59 PM INFO ContentScan 10.0.0.15:9090 sent announcement: {"method":"VideoLibrary.OnScanFinished","params":{"sender":"xbmc","data":null},"jsonrpc":"2.0"}
  1100. 10/13/2013 10:16:59 PM DEBUG ContentScan VideoLibrary.OnScanFinished announcement revieved from JSON-RPC listener on 10.0.0.15:9090
  1101. 10/13/2013 10:17:00 PM NOTICE ContentScan The Video Library Scan has finished, will continue now.
  1102. 10/13/2013 10:17:00 PM INFO XBMC-JSONRPC Will now update meta-data for videos in XBMC's library.
  1103. 10/13/2013 10:17:00 PM DEBUG Meta-Data SQL = SELECT id, dropbox_location, video_type, meta_data_type, value FROM QueuedChanges WHERE status = ?
  1104. 10/13/2013 10:17:00 PM NOTICE Meta-Data Attempting to integrate 214 queued meta-data changes into XBMC's MySQL video library.
  1105. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1106. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1107. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1108. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1109. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1110. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1111. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1112. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1113. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1114. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1115. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1116. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1117. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1118. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1119. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1120. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1121. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1122. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1123. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1124. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1125. 10/13/2013 10:17:00 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1126. N Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1127. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1128. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1129. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1130. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1131. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1132. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1133. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1134. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1135. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1136. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1137. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1138. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1139. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1140. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1141. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1142. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1143. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1144. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1145. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1146. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1147. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1148. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1149. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1150. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1151. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1152. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1153. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1154. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1155. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1156. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1157. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1158. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1159. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1160. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1161. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1162. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1163. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1164. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1165. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1166. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1167. 10/13/2013 10:17:01 PM WARN Meta-Data REMOVE: Unknown video type: "null", will not update meta data
  1168. 10/13/2013 10:17:01 PM NOTICE Meta-Data Successfully completed 214 queued metadata changes. There are now 0 changes left in the queue.
  1169. 10/13/2013 10:17:01 PM NOTICE Meta-Data Updating QueuedChanges database to reflect the 0 successful metatadata changes.
  1170. 10/13/2013 10:17:01 PM NOTICE Meta-Data Updating QueuedChanges database to reflect the 214 metatadata changes that are no longer needed.
  1171. 10/13/2013 10:17:01 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1172. 10/13/2013 10:17:01 PM DEBUG Meta-Data Set INT param 1 to 861
  1173. 10/13/2013 10:17:01 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1174. 10/13/2013 10:17:01 PM DEBUG Meta-Data Set INT param 1 to 862
  1175. 10/13/2013 10:17:01 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1176. 10/13/2013 10:17:01 PM DEBUG Meta-Data Set INT param 1 to 863
  1177. 10/13/2013 10:17:01 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1178. 10/13/2013 10:17:01 PM DEBUG Meta-Data Set INT param 1 to 864
  1179. 10/13/2013 10:17:01 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1180. 10/13/2013 10:17:20 PM DEBUG Meta-Data Set INT param 1 to 1068
  1181. 10/13/2013 10:17:20 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1182. 10/13/2013 10:17:20 PM DEBUG Meta-Data Set INT param 1 to 1069
  1183. 10/13/2013 10:17:20 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1184. 10/13/2013 10:17:20 PM DEBUG Meta-Data Set INT param 1 to 1070
  1185. 10/13/2013 10:17:20 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1186. 10/13/2013 10:17:20 PM DEBUG Meta-Data Set INT param 1 to 1071
  1187. 10/13/2013 10:17:21 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1188. 10/13/2013 10:17:21 PM DEBUG Meta-Data Set INT param 1 to 1072
  1189. 10/13/2013 10:17:21 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1190. 10/13/2013 10:17:21 PM DEBUG Meta-Data Set INT param 1 to 1073
  1191. 10/13/2013 10:17:21 PM DEBUG Meta-Data SQL = DELETE FROM QueuedChanges WHERE id = ?
  1192. 10/13/2013 10:17:21 PM DEBUG Meta-Data Set INT param 1 to 1074
  1193. 10/13/2013 10:17:21 PM NOTICE Meta-Data Done updating metadata queued changed database.
  1194. 10/13/2013 10:17:21 PM NOTICE Meta-Data Will not manually archive any videos (.nfo) because manual archiving is disabled in Config file.
  1195. 10/13/2013 10:17:21 PM NOTICE Clean Up Cleaning up dropbox...
  1196. 10/13/2013 10:17:21 PM INFO Clean Up Checking 107 archived strm videos in dropbox to make sure the archived video is still valid.
  1197. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1198. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - adam spencer why i fell in love with monster prime numbers.strm
  1199. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1200. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - al vernacchio sex needs a new metaphor. here's one ....strm
  1201. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1202. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - alastair parvin architecture for the people by the people.strm
  1203. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1204. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - alex laskey how behavioral science can lower your energy bill.strm
  1205. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1206. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - alexa meade your body is my canvas.strm
  1207. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1208. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - amy webb how i hacked online dating.strm
  1209. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1210. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - anas aremeyaw anas how i named, shamed and jailed.strm
  1211. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1212. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - andras forgacs leather and meat without killing animals.strm
  1213. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1214. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - andrew fitzgerald adventures in twitter fiction.strm
  1215. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1216. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - andrew mcafee what will future jobs look like.strm
  1217. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1218. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - andrew solomon love, no matter what.strm
  1219. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1220. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - angela lee duckworth the key to success.strm
  1221. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1222. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - apollo robbins the art of misdirection.strm
  1223. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1224. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - bastian schaefer a 3d-printed jumbo jet.strm
  1225. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1226. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - beardyman the polyphonic me.strm
  1227. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1228. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - benjamin barber why mayors should rule the world.strm
  1229. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1230. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - bernie krause the voice of the natural world.strm
  1231. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1232. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - bill gates teachers need real feedback.strm
  1233. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1234. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - bob mankoff anatomy of a new yorker cartoon.strm
  1235. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1236. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - camille seaman photos from a storm chaser.strm
  1237. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1238. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - charmian gooch meet global corruption's hidden players.strm
  1239. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1240. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - chrystia freeland the rise of the new global super-rich.strm
  1241. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1242. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - daniel h. cohen for argument.strm
  1243. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1244. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - daniel suarez the kill decision shouldn't belong to a robot.strm
  1245. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1246. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - denise herzing could we speak the language of dolphins.strm
  1247. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1248. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - derek paravicini and adam ockelford in the key of genius.strm
  1249. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1250. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - didier sornette how we can predict the next financial crisis.strm
  1251. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1252. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - eleanor longden the voices in my head.strm
  1253. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1254. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - eli beer the fastest ambulance.strm
  1255. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1256. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - elizabeth loftus the fiction of memory.strm
  1257. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1258. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - eric berlow and sean gourley mapping ideas worth spreading.strm
  1259. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1260. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - eric x. li a tale of two political systems.strm
  1261. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1262. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - fabian oefner psychedelic science.strm
  1263. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1264. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - gary slutkin let's treat violence like a contagious disease.strm
  1265. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1266. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - gavin pretor-pinney cloudy with a chance of joy.strm
  1267. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1268. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - geoffrey canada our failing schools. enough is enough.strm
  1269. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1270. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - george monbiot for more wonder, rewild the world.strm
  1271. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1272. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - george papandreou imagine a european democracy without borders.strm
  1273. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1274. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - hendrik poinar bring back the woolly mammoth.strm
  1275. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1276. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jack andraka a promising test for pancreatic cancer ... from a teenager.strm
  1277. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1278. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jackson katz violence against women.strm
  1279. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1280. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jake barton the museum of you.strm
  1281. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1282. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - james flynn why our iq levels are higher than our grandparents'.strm
  1283. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1284. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - james lyne everyday cybercrime -- and what you can do about it.strm
  1285. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1286. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - janette sadik-khan new york's streets.strm
  1287. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1288. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jason pontin can technology solve our big problems.strm
  1289. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1290. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jay silver hack a banana, make a keyboard.strm
  1291. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1292. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - ji-hae park the violin, and my dark night of the soul.strm
  1293. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1294. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jinha lee reach into the computer and grab a pixel.strm
  1295. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1296. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - jinsop lee design for all 5 senses.strm
  1297. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1298. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - joel selanikio the surprising seeds of a big-data revolution in healthcare.strm
  1299. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1300. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - john legend.strm
  1301. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1302. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - john searle our shared condition -- consciousness.strm
  1303. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1304. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - joseph kim the family i lost in north korea. and the family i gained..strm
  1305. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1306. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - judy macdonald johnston prepare for a good end of life.strm
  1307. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1308. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - juliana rotich meet brck, internet access built for africa.strm
  1309. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1310. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - julie taymor spider-man, the lion king and life on the creative edge.strm
  1311. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1312. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - kate stone dj decks made of... paper.strm
  1313. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1314. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - kelli swazey life that doesn't end with death.strm
  1315. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1316. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - kelly mcgonigal how to make stress your friend.strm
  1317. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1318. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - ken robinson how to escape education's death valley.strm
  1319. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1320. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - kevin breel confessions of a depressed comic.strm
  1321. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1322. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - lesley hazleton the doubt essential to faith.strm
  1323. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1324. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - lisa bu how books can open your mind.strm
  1325. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1326. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - liu bolin the invisible man.strm
  1327. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1328. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - malcolm gladwell the unheard story of david and goliath.strm
  1329. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1330. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - malcolm london.strm
  1331. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1332. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - manal al-sharif a saudi woman who dared to drive.strm
  1333. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1334. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - margaret heffernan the dangers of.strm
  1335. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1336. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - maria bezaitis the surprising need for strangeness.strm
  1337. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1338. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - marla spivak why bees are disappearing.strm
  1339. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1340. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - martin villeneuve how i made an impossible film.strm
  1341. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1342. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - may el-khalil making peace is a marathon.strm
  1343. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1344. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - meg jay why 30 is not the new 20.strm
  1345. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1346. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - michael archer how we'll resurrect the gastric brooding frog, the tasmanian tiger.strm
  1347. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1348. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - michael green why we should build wooden skyscrapers.strm
  1349. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1350. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - michael porter why business can be good at solving social problems.strm
  1351. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1352. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - michael sandel why we shouldn't trust markets with our civic life.strm
  1353. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1354. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - onora o'neill what we don't understand about trust.strm
  1355. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1356. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - paola antonelli why i brought pac-man to moma.strm
  1357. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1358. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - paul kemp-robertson bitcoin. sweat. tide. meet the future of branded currency..strm
  1359. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1360. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - paul pholeros how to reduce poverty.strm
  1361. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1362. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - pearl arredondo my story, from gangland daughter to star teacher.strm
  1363. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1364. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - peter attia is the obesity crisis hiding a bigger problem.strm
  1365. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1366. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - peter singer the why and how of effective altruism.strm
  1367. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1368. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - peter van manen how can formula 1 racing help ... babies.strm
  1369. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1370. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - phil hansen embrace the shake.strm
  1371. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1372. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - pico iyer where is home.strm
  1373. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1374. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - raffaello d'andrea the astounding athletic power of quadcopters.strm
  1375. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1376. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - ramsey musallam 3 rules to spark learning.strm
  1377. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1378. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - roberto d'angelo + francesca fedeli in our baby's illness, a life lesson.strm
  1379. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1380. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - rodney brooks why we will rely on robots.strm
  1381. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1382. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - ron mccallum how technology allowed me to read.strm
  1383. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1384. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - russell foster why do we sleep.strm
  1385. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1386. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - saki mafundikwa ingenuity and elegance in ancient african alphabets.strm
  1387. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1388. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - sergey brin why google glass.strm
  1389. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1390. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - shaolan learn to read chinese ... with ease.strm
  1391. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1392. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - shigeru ban emergency shelters made from paper.strm
  1393. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1394. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - sleepy man banjo boys bluegrass virtuosity from ... new jersey.strm
  1395. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1396. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - sonia shah 3 reasons we still haven.strm
  1397. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1398. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - steve ramirez and xu liu a mouse. a laser beam. a manipulated memory..strm
  1399. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1400. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - stuart firestein the pursuit of ignorance.strm
  1401. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1402. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - tania luna how a penny made me feel like a millionaire.strm
  1403. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1404. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - the interspecies internet.strm
  1405. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1406. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - tom thum the orchestra in my mouth.strm
  1407. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1408. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - trita parsi iran and israel peace is possible.strm
  1409. 10/13/2013 10:17:21 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1410. 10/13/2013 10:17:21 PM DEBUG Clean Up Set STRING param 1 to \\10.0.0.3\streams\generic\ted.talks\ted talks - two young scientists break down plastics with bacteria.strm
  1411. 10/13/2013 10:17:21 PM NOTICE Clean Up After removing 0 old videos from dropbox, number of videos is now: 107
  1412. 10/13/2013 10:17:21 PM NOTICE Clean Up Deleted old directory (contains no .strms): \\10.0.0.3\streams\Movies
  1413. 10/13/2013 10:17:21 PM NOTICE Clean Up Deleted old directory (contains no .strms): \\10.0.0.3\streams\Music Videos
  1414. 10/13/2013 10:17:21 PM NOTICE Clean Up Deleted old directory (contains no .strms): \\10.0.0.3\streams\TV Shows
  1415. 10/13/2013 10:17:21 PM NOTICE Clean Up Done with dropbox clean-up
  1416. 10/13/2013 10:17:21 PM DEBUG TidyUp Successfully cleared out 0 of 0 cached XML files.
  1417. 10/13/2013 10:17:21 PM DEBUG TidyUp Closing listening socket for 10.0.0.15:9090
  1418. 10/13/2013 10:17:21 PM NOTICE TidyUp Ended listening (listen=false, resetOnFail=false) for data from: 10.0.0.15:90909090
  1419. 10/13/2013 10:17:21 PM INFO TidyUp Successfully stopped JSON-RPC listener.
  1420. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  1421. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  1422. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  1423. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  1424. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa Generic Success: 107, Generic Fail: 0
  1425. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 107
  1426. 10/13/2013 10:17:21 PM NOTICE Summary:---Overa Overall: Success: 107, Skip: 0, Fail: 0
  1427. 10/13/2013 10:17:21 PM NOTICE Ending Done... Total processing time: 1 minute(s), 30 second(s)
  1428. 10/13/2013 10:17:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  1429. 10/13/2013 10:17:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  1430. 10/13/2013 10:17:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\res\scraper.db
  1431. 10/13/2013 10:17:21 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  1432. 10/13/2013 10:17:21 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  1433. 10/13/2013 10:17:21 PM INFO Ending Deleting logfiles older than 30 days (09/13/2013 10:17:21 PM)
  1434. 10/13/2013 10:17:21 PM DEBUG Ending Not expired, only 0 days old (10/13/2013 10:17:21 PM): C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.10.13_DEBUG.log
  1435. 10/13/2013 10:17:21 PM DEBUG Ending Not expired, only 0 days old (10/13/2013 10:16:16 PM): C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.10.13_ERROR.log
  1436. 10/13/2013 10:17:21 PM DEBUG Ending Not expired, only 0 days old (10/13/2013 10:17:21 PM): C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.10.13_INFO.log
  1437. 10/13/2013 10:17:21 PM DEBUG Ending Not expired, only 0 days old (10/13/2013 10:17:21 PM): C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.10.13_NOTICE.log
  1438. 10/13/2013 10:17:21 PM DEBUG Ending Not expired, only 0 days old (10/13/2013 10:17:02 PM): C:\Users\Public\Downloads\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.10.13_WARN.log
  1439. 10/13/2013 10:17:21 PM INFO Ending Checked 5 log files for expiration, deleted 0 log files more than 30 days old.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement