Advertisement
markaisi

MyLibrary

Apr 18th, 2014
5,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.87 KB | None | 0 0
  1. 04/18/2014 04:43:22 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\AmyMark\Desktop\Mylibrary
  2. 04/18/2014 04:43:22 PM INFO Init JVM runtime info:
  3. 2848@AmyMark-laptop
  4. Version: 1.7.0_51
  5. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 PM INFO Init Base directory set to: C:\Users\AmyMark\Desktop\Mylibrary
  17. 04/18/2014 04:43:22 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 04/18/2014 04:43:22 PM INFO Init... Initializing SQLite database at: C:\Users\AmyMark\Desktop\Mylibrary\res\ArchivedFiles.db
  19. 04/18/2014 04:43:22 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\AmyMark\Desktop\Mylibrary\res\ArchivedFiles.db
  20. 04/18/2014 04:43:22 PM INFO Init... Successfully connected to SQLITE database: C:\Users\AmyMark\Desktop\Mylibrary\res\ArchivedFiles.db
  21. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 04/18/2014 04:43:22 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 04/18/2014 04:43:22 PM INFO Init... Initializing SQLite database at: C:\Users\AmyMark\Desktop\Mylibrary\res\QueuedMetaDataChanges.db
  32. 04/18/2014 04:43:22 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\AmyMark\Desktop\Mylibrary\res\QueuedMetaDataChanges.db
  33. 04/18/2014 04:43:22 PM INFO Init... Successfully connected to SQLITE database: C:\Users\AmyMark\Desktop\Mylibrary\res\QueuedMetaDataChanges.db
  34. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 04/18/2014 04:43:22 PM INFO Init... Initializing SQLite database at: C:\Users\AmyMark\Desktop\Mylibrary\res\scraper.db
  37. 04/18/2014 04:43:22 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\AmyMark\Desktop\Mylibrary\res\scraper.db
  38. 04/18/2014 04:43:22 PM INFO Init... Successfully connected to SQLITE database: C:\Users\AmyMark\Desktop\Mylibrary\res\scraper.db
  39. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 PM NOTICE Init... Base program directory = C:\Users\AmyMark\Desktop\Mylibrary
  42. 04/18/2014 04:43:22 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 04/18/2014 04:43:22 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. 04/18/2014 04:43:22 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 04/18/2014 04:43:22 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://localhost:60
  51. 04/18/2014 04:43:22 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 04/18/2014 04:43:22 PM DEBUG Init... XBMCRestart enabled = false
  53. 04/18/2014 04:43:22 PM DEBUG Init... IP Change is disabled
  54. 04/18/2014 04:43:22 PM DEBUG Init... Streaming Dropbox = smb://localhost/User/AmyMark/Desktop/Streams
  55. 04/18/2014 04:43:22 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 04/18/2014 04:43:22 PM DEBUG Init... Manual Archiving is enabled with an HoursThreshold of 24.0 hours
  57. 04/18/2014 04:43:22 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 04/18/2014 04:43:22 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 04/18/2014 04:43:22 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 04/18/2014 04:43:22 PM DEBUG Init... Source path was not specified. Will try to auto-determine it later.
  61. 04/18/2014 04:43:22 PM INFO Init... Found source Netflix with path of [auto-determine]
  62. 04/18/2014 04:43:22 PM INFO Init... Setting source's custom_parser to: PlayOn
  63. 04/18/2014 04:43:22 PM INFO Init... Next Subfolder: name=Netflix/My List, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  64. 04/18/2014 04:43:22 PM DEBUG Init... Source path was not specified. Will try to auto-determine it later.
  65. 04/18/2014 04:43:22 PM INFO Init... Found source Hulu with path of [auto-determine]
  66. 04/18/2014 04:43:22 PM INFO Init... Setting source's custom_parser to: PlayOn
  67. 04/18/2014 04:43:22 PM INFO Init... Next Subfolder: name=Hulu/Popular/Popular Shows, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=[Hulu] , suffix=, multi_part=false, force_series=
  68. 04/18/2014 04:43:22 PM DEBUG Init... Added Exclude: type=regexp, value=/Seasons$
  69. 04/18/2014 04:43:22 PM DEBUG Init... Added Exclude: type=contains, value=/Seasons/
  70. 04/18/2014 04:43:22 PM DEBUG Init... Added subfolder Filter: type=contains, value=/Full Episodes/
  71. 04/18/2014 04:43:22 PM INFO Init... Found source TED with path of plugin://plugin.video.ted.talks/
  72. 04/18/2014 04:43:22 PM INFO Init... Setting source's custom_parser to: TED
  73. 04/18/2014 04:43:22 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
  74. 04/18/2014 04:43:22 PM DEBUG Init... Added subfolder Parser: type=regexp, value=()([\w\s*'-:]*)
  75. 04/18/2014 04:43:22 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  76. 04/18/2014 04:43:22 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  77. 04/18/2014 04:43:22 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  78. 04/18/2014 04:43:22 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  79. 04/18/2014 04:43:22 PM DEBUG Init... HTTP POST http://localhost:60/jsonrpc
  80. 04/18/2014 04:43:22 PM DEBUG Init... POST data (Content-Length: 55) =
  81. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  82. 04/18/2014 04:43:22 PM DEBUG Init... JSON-RPC Response:
  83. {"id":"1","jsonrpc":"2.0","result":"pong"}
  84. 04/18/2014 04:43:22 PM INFO Init... JSON-RPC web connected = true
  85. 04/18/2014 04:43:22 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  86. 04/18/2014 04:43:22 PM DEBUG Init... Waiting for connection test to complete on localhost
  87. 04/18/2014 04:43:22 PM INFO Init... Connecting to event listener on localhost:9090
  88. 04/18/2014 04:43:22 PM NOTICE Init... Successfully connected to localhost:9090. Listening for JSON-RPC messages.
  89. 04/18/2014 04:43:22 PM DEBUG Init... Sending request to localhost:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  90.  
  91. 04/18/2014 04:43:22 PM DEBUG Init... 0 ms to fully process last JSON response from localhost
  92. 04/18/2014 04:43:22 PM INFO Init... localhost:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  93. 04/18/2014 04:43:22 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ localhost:9090
  94. 04/18/2014 04:43:23 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  95. 04/18/2014 04:43:23 PM NOTICE Init... Starting source scan for 3 sources...
  96. 04/18/2014 04:43:23 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"
  97. 04/18/2014 04:43:23 PM DEBUG Resolve:Source HTTP POST http://localhost:60/jsonrpc
  98. 04/18/2014 04:43:23 PM DEBUG Resolve:Source POST data (Content-Length: 88) =
  99. {"jsonrpc": "2.0", "method": "Files.GetSources", "params": {"media":"video"}, "id": "1"}
  100. 04/18/2014 04:43:23 PM DEBUG Resolve:Source JSON-RPC Response:
  101. {"id":"1","jsonrpc":"2.0","result":{"limits":{"end":20,"start":0,"total":20},"sources":[{"file":"hdhomerun://105003f0/tuner1/","label":"tuner1"},{"file":"smb://LIVINGROOM/Users/mark/Desktop/videos/","label":"videos"},{"file":"upnp://6DE7B54B-E54F-329A-B69B-EDDFA6554B59/Channels//","label":"HDHomeRun DLNA Tuner 105003F0"},{"file":"upnp://05f49792-4770-714a-66a0-92b2cdc88f46/pvr%3a%2f%2frecordings%2f/","label":"tv recordings"},{"file":"upnp://619f0456-6ab3-4ac4-9d11-ea1201a5a823/","label":"PlayOn: livingroom"},{"file":"smb://LIVINGROOM/Users/mark/Desktop/videos/","label":"livingroom videos"},{"file":"C:\\Users\\AmyMark\\Desktop\\tv shows\\","label":"tv shows"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/hulu-121222a5d32f447d9568ca70da544853//","label":"anthony bourdain no reservations"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-82ddb2372e374cc2affd7e4b12f5f8ea/","label":"arrested development"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-24cd3696054e4ee8af4a15764c795fef//","label":" portlandia season 1"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ae4e8ffe07104cb3b57f59dd32634e2f//","label":"portlandia"},{"file":"multipath://C%3a%5cUsers%5cAmyMark%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.mysubscriptions%5cTV_SUBSCRIPTIONS%5c/C%3a%5cUsers%5cAmyMark%5cDesktop%5cVideo%5cTV%20Shows%5c/","label":"TV_SUBSCRIPTIONS"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/hulu//","label":"Hulu"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/amazon//","label":"Amazon"},{"file":"smb://MYBOOKLIVE/Public/Video/Movies/","label":"Movies"},{"file":"smb://MYBOOKLIVE/Public/Video/TV Shows/","label":"TV Shows (2)"},{"file":"C:\\Users\\AmyMark\\Desktop\\Streams\\","label":"Streams"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix//","label":"Netflix"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/","label":"PlayOn"},{"file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix//","label":"Netflix (2)"}]}}
  102. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "tuner1", looking for match on: "Netflix"
  103. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "videos", looking for match on: "Netflix"
  104. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "HDHomeRun DLNA Tuner 105003F0", looking for match on: "Netflix"
  105. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "tv recordings", looking for match on: "Netflix"
  106. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "PlayOn: livingroom", looking for match on: "Netflix"
  107. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "livingroom videos", looking for match on: "Netflix"
  108. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "tv shows", looking for match on: "Netflix"
  109. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "anthony bourdain no reservations", looking for match on: "Netflix"
  110. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "arrested development", looking for match on: "Netflix"
  111. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label " portlandia season 1", looking for match on: "Netflix"
  112. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "portlandia", looking for match on: "Netflix"
  113. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "TV_SUBSCRIPTIONS", looking for match on: "Netflix"
  114. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "Hulu", looking for match on: "Netflix"
  115. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "Amazon", looking for match on: "Netflix"
  116. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "Movies", looking for match on: "Netflix"
  117. 04/18/2014 04:43:23 PM DEBUG Resolve:Source Found label "TV Shows (2)", looking for match on: "Netflix"
  118. 04/18/2014 04:43:24 PM DEBUG Resolve:Source Found label "Streams", looking for match on: "Netflix"
  119. 04/18/2014 04:43:24 PM DEBUG Resolve:Source Found label "Netflix", looking for match on: "Netflix"
  120. 04/18/2014 04:43:24 PM INFO Resolve:Source Found matching path from XBMC's sources, source "Netflix" maps to: upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix//
  121. 04/18/2014 04:43:24 PM INFO Find:Subfolder Searching for subfolder: Netflix/My List
  122. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder Getting all files in:Netflix
  123. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder HTTP POST http://localhost:60/jsonrpc
  124. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder POST data (Content-Length: 214) =
  125. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  126. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder JSON-RPC Response:
  127. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-62352e71805a4b509f0c3239385577af//","filetype":"directory","label":"My List","thumbnail":"","title":"My List","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-971457184f0f49cab5f2f81f3b6f05a5//","filetype":"directory","label":"Browse Genres","thumbnail":"","title":"Browse Genres","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-47f01611a216460faa1c64284403601d//","filetype":"directory","label":"Popular on Netflix","thumbnail":"","title":"Popular on Netflix","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0e4ca22bad8146cf99e1fe0180d4ef08//","filetype":"directory","label":"Popular on Facebook","thumbnail":"","title":"Popular on Facebook","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0b21adcd6e424e2d9d6f961feefadf11//","filetype":"directory","label":"New Arrivals","thumbnail":"","title":"New Arrivals","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-e326ccd3a85b46d292a2a66bef56cb49//","filetype":"directory","label":"Just for Kids","thumbnail":"","title":"Just for Kids","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-9dbb7bf5730a4b24b80a0c836952d9b1//","filetype":"directory","label":"Suggestions For You","thumbnail":"","title":"Suggestions For You","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0724c3e6976b4c4dbc63a81fab0602b2//","filetype":"directory","label":"Comedies","thumbnail":"","title":"Comedies","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-56b0754b8d58456fb7e57ec8bb700a86//","filetype":"directory","label":"TV Shows","thumbnail":"","title":"TV Shows","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-3ce3ab1d917e415da116e60326b9b28b//","filetype":"directory","label":"Documentaries","thumbnail":"","title":"Documentaries","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-762877d077304f8883773fb49c256699//","filetype":"directory","label":"Animation for ages 8 to 10","thumbnail":"","title":"Animation for ages 8 to 10","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-703230d9359649ac837c47691b366c7e//","filetype":"directory","label":"TV Dramas","thumbnail":"","title":"TV Dramas","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-eea722f9233c45dfab9e09bf9ff75c33//","filetype":"directory","label":"TV Shows for ages 5 to 7","thumbnail":"","title":"TV Shows for ages 5 to 7","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-3584e870560d4bccad2eee5aca6acaaf//","filetype":"directory","label":"Dramas","thumbnail":"","title":"Dramas","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-052496badcaf4bc988b0c01860324969//","filetype":"directory","label":"Exciting TV Shows","thumbnail":"","title":"Exciting TV Shows","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-560e3f4284fd4c7996a1ec4e210ca0b3//","filetype":"directory","label":"Action & Adventure","thumbnail":"","title":"Action & Adventure","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-682d5c0c44594ef8b284111794cccb4e//","filetype":"directory","label":"Movies for ages 5 to 7","thumbnail":"","title":"Movies for ages 5 to 7","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-3c9383d1d7d641629c137075ebfb6803//","filetype":"directory","label":"TV Documentaries","thumbnail":"","title":"TV Documentaries","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-cced400e113e479298dce0f85627d459//","filetype":"directory","label":"TV Comedies","thumbnail":"","title":"TV Comedies","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-2f31a659d75c4f6792e5bd44234a8659//","filetype":"directory","label":"Top Picks for mark","thumbnail":"","title":"Top Picks for mark","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f0247ddec3014604a375e1ff52bda4af//","filetype":"directory","label":"Movies for ages 8 to 10","thumbnail":"","title":"Movies for ages 8 to 10","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-233cf2419cc6497ea82d3184e6f7d5b9//","filetype":"directory","label":"Playback Options","thumbnail":"","title":"Playback Options","type":"unknown"}],"limits":{"end":22,"start":0,"total":22}}}
  128. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder Found 0 files and 22 directories in Netflix
  129. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "Netflix/My List" = "Netflix"
  130. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder Exact match = true for regular match. Checked if Subfolder: "Netflix/My List" = "Netflix/My List"
  131. 04/18/2014 04:43:24 PM DEBUG Find:Subfolder Ending search because exact match was found and subfolders are not requested.
  132. 04/18/2014 04:43:24 PM NOTICE Found! Netflix's subfolder "Netflix/My List" maps to source: upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-62352e71805a4b509f0c3239385577af// (Netflix/My List)
  133. 04/18/2014 04:43:24 PM DEBUG Search:Netflix SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  134. 04/18/2014 04:43:24 PM DEBUG Search:Netflix Set STRING param 1 to Netflix
  135. 04/18/2014 04:43:24 PM INFO Search:Netflix Found 0 videos that are already archived in dropbox from source "Netflix"
  136. 04/18/2014 04:43:24 PM NOTICE Search:Netflix Finding all matching videos under subfolder: Netflix/My List
  137. 04/18/2014 04:43:24 PM DEBUG Archiving Getting all files in:Netflix/My List
  138. 04/18/2014 04:43:24 PM DEBUG Archiving HTTP POST http://localhost:60/jsonrpc
  139. 04/18/2014 04:43:24 PM DEBUG Archiving POST data (Content-Length: 247) =
  140. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-62352e71805a4b509f0c3239385577af//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  141. 04/18/2014 04:43:24 PM DEBUG Archiving JSON-RPC Response:
  142. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-90fee426f13e4d64a8a547e4ac14fb98//","filetype":"directory","label":"Arrested Development","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-90fee426f13e4d64a8a547e4ac14fb98%2ffolderart.jpg/","title":"Arrested Development","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-11a59382a4fc4dc0af3add02ec62af58//","filetype":"directory","label":"Carlos: Miniseries","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-11a59382a4fc4dc0af3add02ec62af58%2ffolderart.jpg/","title":"Carlos: Miniseries","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b9e8cd5e379f45f08ecc1bb28311aff6//","filetype":"directory","label":"Che","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b9e8cd5e379f45f08ecc1bb28311aff6%2ffolderart.jpg/","title":"Che","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-fc697879e42c4d5fbb712a2ca0b22db8//","filetype":"directory","label":"Cheers","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-fc697879e42c4d5fbb712a2ca0b22db8%2ffolderart.jpg/","title":"Cheers","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-a05cba7754ea4516ad3cfb0e6116f5eb//","filetype":"directory","label":"Comedy Bang! Bang!","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-a05cba7754ea4516ad3cfb0e6116f5eb%2ffolderart.jpg/","title":"Comedy Bang! Bang!","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-fdfefee5709842adbb273a58a4bf1f62//","filetype":"directory","label":"Doc Martin","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-fdfefee5709842adbb273a58a4bf1f62%2ffolderart.jpg/","title":"Doc Martin","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-5237ec9ac81f4addadf74942a1373783//","filetype":"directory","label":"Frasier","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-5237ec9ac81f4addadf74942a1373783%2ffolderart.jpg/","title":"Frasier","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b62b3f14ee6043fd8defc9f1c37da0cb//","filetype":"directory","label":"How I Met Your Mother","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b62b3f14ee6043fd8defc9f1c37da0cb%2ffolderart.jpg/","title":"How I Met Your Mother","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0020f87e6bec4d299951658de8845ef3//","filetype":"directory","label":"An Idiot Abroad","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-0020f87e6bec4d299951658de8845ef3%2ffolderart.jpg/","title":"An Idiot Abroad","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0ededa2e6e8b4f989fe2fbc554e3e59b//","filetype":"directory","label":"It's Always Sunny in Philadelphia","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-0ededa2e6e8b4f989fe2fbc554e3e59b%2ffolderart.jpg/","title":"It's Always Sunny in Philadelphia","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-bf811fe7483c44c7ba3832255f9c90c1//","filetype":"directory","label":"The League","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-bf811fe7483c44c7ba3832255f9c90c1%2ffolderart.jpg/","title":"The League","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-7e43c7cc486d45458683870256e7492c//","filetype":"directory","label":"MI-5","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7e43c7cc486d45458683870256e7492c%2ffolderart.jpg/","title":"MI-5","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b9ac38144bb44cb1b73e2a6689566412//","filetype":"directory","label":"MythBusters","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b9ac38144bb44cb1b73e2a6689566412%2ffolderart.jpg/","title":"MythBusters","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-47516cb5728249828916557115c8a65c//","filetype":"directory","label":"MythBusters: Big Blasts Collection","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-47516cb5728249828916557115c8a65c%2ffolderart.jpg/","title":"MythBusters: Big Blasts Collection","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f0698749d119444589643adf7fa75df9//","filetype":"directory","label":"The Office (U.S.)","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f0698749d119444589643adf7fa75df9%2ffolderart.jpg/","title":"The Office (U.S.)","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-849ad917c5cb41a2b3b1b7e5fbddd8f7//","filetype":"directory","label":"Parks and Recreation","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-849ad917c5cb41a2b3b1b7e5fbddd8f7%2ffolderart.jpg/","title":"Parks and Recreation","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-5ea2009d83ce40e6947f23ac48665240//","filetype":"directory","label":"Political Animals","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-5ea2009d83ce40e6947f23ac48665240%2ffolderart.jpg/","title":"Political Animals","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ab15a9f7d3af47188ab2b72d1386dc35//","filetype":"directory","label":"Portlandia","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-ab15a9f7d3af47188ab2b72d1386dc35%2ffolderart.jpg/","title":"Portlandia","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b9203812324b4e1a828e537d26c5317b//","filetype":"directory","label":"Psych","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b9203812324b4e1a828e537d26c5317b%2ffolderart.jpg/","title":"Psych","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b995ac30263f442a92dbb298c33b991a//","filetype":"directory","label":"Real Husbands of Hollywood","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b995ac30263f442a92dbb298c33b991a%2ffolderart.jpg/","title":"Real Husbands of Hollywood","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-6de9b3ba4dc948d7adb3df4a2ee859c6//","filetype":"directory","label":"River Monsters","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-6de9b3ba4dc948d7adb3df4a2ee859c6%2ffolderart.jpg/","title":"River Monsters","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-34c0b16c2a2a4659824594a08a8f0115//","filetype":"directory","label":"Saturday Night Live: The 2010s","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-34c0b16c2a2a4659824594a08a8f0115%2ffolderart.jpg/","title":"Saturday Night Live: The 2010s","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-e16d64c08513419fa97bbf297d654912//","filetype":"directory","label":"Saxondale","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-e16d64c08513419fa97bbf297d654912%2ffolderart.jpg/","title":"Saxondale","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-1e5c73135a4c4139aef4bc3c4edc6334//","filetype":"directory","label":"Sesame Street","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-1e5c73135a4c4139aef4bc3c4edc6334%2ffolderart.jpg/","title":"Sesame Street","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-2f9d181dc5a348fc94c05e184efc39c6//","filetype":"directory","label":"Strawberry Shortcake","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-2f9d181dc5a348fc94c05e184efc39c6%2ffolderart.jpg/","title":"Strawberry Shortcake","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-7aa5523b1b944c198db741f7919b4ad7//","filetype":"directory","label":"Top Gear (U.K.)","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7aa5523b1b944c198db741f7919b4ad7%2ffolderart.jpg/","title":"Top Gear (U.K.)","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-3cce0168f00945b0a2d97e8384b238ab/","filetype":"file","label":"Adam's Apples","runtime":5463,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-3cce0168f00945b0a2d97e8384b238ab%2f1-netflix-3cce0168f00945b0a2d97e8384b238ab.mpg%3falbumArt%3dtrue/","title":"Adam's Apples","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-4154621ae4f2421c81a8d2d0cfa06e68/","filetype":"file","label":"Adventures in Lalaloopsy Land","runtime":4550,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-4154621ae4f2421c81a8d2d0cfa06e68%2f1-netflix-4154621ae4f2421c81a8d2d0cfa06e68.mpg%3falbumArt%3dtrue/","title":"Adventures in Lalaloopsy Land","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ef4d2b76eb73403ca8ad8bc2e7814b94/","filetype":"file","label":"Ai Weiwei: Never Sorry","runtime":5471,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-ef4d2b76eb73403ca8ad8bc2e7814b94%2f1-netflix-ef4d2b76eb73403ca8ad8bc2e7814b94.mpg%3falbumArt%3dtrue/","title":"Ai Weiwei: Never Sorry","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-52e3bae3c4a04db3906e9a28112b5881/","filetype":"file","label":"Angelina Ballerina: Dreams Do Come True","runtime":3324,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-52e3bae3c4a04db3906e9a28112b5881%2f1-netflix-52e3bae3c4a04db3906e9a28112b5881.mpg%3falbumArt%3dtrue/","title":"Angelina Ballerina: Dreams Do Come True","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-e4f3cf69d63747378dbe19a135fa7d91/","filetype":"file","label":"Angelina Ballerina: Love to Dance","runtime":3686,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-e4f3cf69d63747378dbe19a135fa7d91%2f1-netflix-e4f3cf69d63747378dbe19a135fa7d91.mpg%3falbumArt%3dtrue/","title":"Angelina Ballerina: Love to Dance","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f7dcc97b00354cb985dec371e6fd5987/","filetype":"file","label":"The Artist","runtime":6035,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f7dcc97b00354cb985dec371e6fd5987%2f1-netflix-f7dcc97b00354cb985dec371e6fd5987.mpg%3falbumArt%3dtrue/","title":"The Artist","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-4ec21a96cc3947f0b426f5e62410ada1/","filetype":"file","label":"Bernie","runtime":5977,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-4ec21a96cc3947f0b426f5e62410ada1%2f1-netflix-4ec21a96cc3947f0b426f5e62410ada1.mpg%3falbumArt%3dtrue/","title":"Bernie","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-7e0d381d068949b9899cd78dff4f8f82/","filetype":"file","label":"The Billionaires' Tea Party","runtime":3282,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7e0d381d068949b9899cd78dff4f8f82%2f1-netflix-7e0d381d068949b9899cd78dff4f8f82.mpg%3falbumArt%3dtrue/","title":"The Billionaires' Tea Party","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-17f41e2e697f418e87ba373f776f9a84/","filetype":"file","label":"Bottle Shock","runtime":6517,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-17f41e2e697f418e87ba373f776f9a84%2f1-netflix-17f41e2e697f418e87ba373f776f9a84.mpg%3falbumArt%3dtrue/","title":"Bottle Shock","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-94ad0374b8d3409e87ac568d7a7b1a43/","filetype":"file","label":"Broken Flowers","runtime":6333,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-94ad0374b8d3409e87ac568d7a7b1a43%2f1-netflix-94ad0374b8d3409e87ac568d7a7b1a43.mpg%3falbumArt%3dtrue/","title":"Broken Flowers","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f39d090f26b7493db7ef888f82ced672/","filetype":"file","label":"Butch Cassidy and the Sundance Kid","runtime":6626,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f39d090f26b7493db7ef888f82ced672%2f1-netflix-f39d090f26b7493db7ef888f82ced672.mpg%3falbumArt%3dtrue/","title":"Butch Cassidy and the Sundance Kid","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-44b05133ab9440a2a8ba3752b0d35af8/","filetype":"file","label":"Butter","runtime":5425,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-44b05133ab9440a2a8ba3752b0d35af8%2f1-netflix-44b05133ab9440a2a8ba3752b0d35af8.mpg%3falbumArt%3dtrue/","title":"Butter","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-760994786a0144bb9d5835f8e63f373f/","filetype":"file","label":"Casa de mi Padre","runtime":5067,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-760994786a0144bb9d5835f8e63f373f%2f1-netflix-760994786a0144bb9d5835f8e63f373f.mpg%3falbumArt%3dtrue/","title":"Casa de mi Padre","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-a78092900f2e449b89f83d06e3ecb3d4/","filetype":"file","label":"The Castle","runtime":5040,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-a78092900f2e449b89f83d06e3ecb3d4%2f1-netflix-a78092900f2e449b89f83d06e3ecb3d4.mpg%3falbumArt%3dtrue/","title":"The Castle","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-0b1d6ccee3134f049eb04c98a21de387/","filetype":"file","label":"Colin Quinn: Long Story Short","runtime":4973,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-0b1d6ccee3134f049eb04c98a21de387%2f1-netflix-0b1d6ccee3134f049eb04c98a21de387.mpg%3falbumArt%3dtrue/","title":"Colin Quinn: Long Story Short","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-78e40d1be46e4f4bb6b1dd7b4679ccac/","filetype":"file","label":"First Position","runtime":5678,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-78e40d1be46e4f4bb6b1dd7b4679ccac%2f1-netflix-78e40d1be46e4f4bb6b1dd7b4679ccac.mpg%3falbumArt%3dtrue/","title":"First Position","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f77765837154454181628b43f6f08cb3/","filetype":"file","label":"God Bless America","runtime":6263,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f77765837154454181628b43f6f08cb3%2f1-netflix-f77765837154454181628b43f6f08cb3.mpg%3falbumArt%3dtrue/","title":"God Bless America","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-9234c15fa5ba42b3a5574e3715ba3579/","filetype":"file","label":"Happy","runtime":4538,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-9234c15fa5ba42b3a5574e3715ba3579%2f1-netflix-9234c15fa5ba42b3a5574e3715ba3579.mpg%3falbumArt%3dtrue/","title":"Happy","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ab1d3d0483334a0e8874605a72a95fcc/","filetype":"file","label":"Heartlands","runtime":5465,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-ab1d3d0483334a0e8874605a72a95fcc%2f1-netflix-ab1d3d0483334a0e8874605a72a95fcc.mpg%3falbumArt%3dtrue/","title":"Heartlands","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-2763de975d5541fc8121364f867f3aaf/","filetype":"file","label":"How Beer Saved the World","runtime":2620,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-2763de975d5541fc8121364f867f3aaf%2f1-netflix-2763de975d5541fc8121364f867f3aaf.mpg%3falbumArt%3dtrue/","title":"How Beer Saved the World","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ff2369dd0c0d4f31b72a9e43867216cc/","filetype":"file","label":"In the Loop","runtime":6345,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-ff2369dd0c0d4f31b72a9e43867216cc%2f1-netflix-ff2369dd0c0d4f31b72a9e43867216cc.mpg%3falbumArt%3dtrue/","title":"In the Loop","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-3d72f21e8d1643c8a544a372f81bc02f/","filetype":"file","label":"Jesus Henry Christ","runtime":5682,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-3d72f21e8d1643c8a544a372f81bc02f%2f1-netflix-3d72f21e8d1643c8a544a372f81bc02f.mpg%3falbumArt%3dtrue/","title":"Jesus Henry Christ","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-54060fda7f784e3b868c7a4cdfaf7101/","filetype":"file","label":"Jiro Dreams of Sushi","runtime":4947,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-54060fda7f784e3b868c7a4cdfaf7101%2f1-netflix-54060fda7f784e3b868c7a4cdfaf7101.mpg%3falbumArt%3dtrue/","title":"Jiro Dreams of Sushi","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-63db7a49650044b3b3f349134d3ac225/","filetype":"file","label":"Kathleen Madigan: Madigan Again","runtime":3882,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-63db7a49650044b3b3f349134d3ac225%2f1-netflix-63db7a49650044b3b3f349134d3ac225.mpg%3falbumArt%3dtrue/","title":"Kathleen Madigan: Madigan Again","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-2c1e7472612849a39d07440eec07d14e/","filetype":"file","label":"Kenny","runtime":5975,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-2c1e7472612849a39d07440eec07d14e%2f1-netflix-2c1e7472612849a39d07440eec07d14e.mpg%3falbumArt%3dtrue/","title":"Kenny","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-e06a802e3f024533bfc7ccf35f8e66fe/","filetype":"file","label":"Kings of Pastry","runtime":5058,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-e06a802e3f024533bfc7ccf35f8e66fe%2f1-netflix-e06a802e3f024533bfc7ccf35f8e66fe.mpg%3falbumArt%3dtrue/","title":"Kings of Pastry","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-e121fa4e4c354bc799c3a9c417f10d9d/","filetype":"file","label":"Klown","runtime":5502,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-e121fa4e4c354bc799c3a9c417f10d9d%2f1-netflix-e121fa4e4c354bc799c3a9c417f10d9d.mpg%3falbumArt%3dtrue/","title":"Klown","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f9738547fb394c8db1c000d75d4ebdba/","filetype":"file","label":"Lost in Translation","runtime":6098,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f9738547fb394c8db1c000d75d4ebdba%2f1-netflix-f9738547fb394c8db1c000d75d4ebdba.mpg%3falbumArt%3dtrue/","title":"Lost in Translation","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-89b879125bec47558f9b460317e781bc/","filetype":"file","label":"Marley","runtime":8695,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-89b879125bec47558f9b460317e781bc%2f1-netflix-89b879125bec47558f9b460317e781bc.mpg%3falbumArt%3dtrue/","title":"Marley","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-9abc9bbb56174f1cb519cf400e245b84/","filetype":"file","label":"Mary and Max","runtime":5543,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-9abc9bbb56174f1cb519cf400e245b84%2f1-netflix-9abc9bbb56174f1cb519cf400e245b84.mpg%3falbumArt%3dtrue/","title":"Mary and Max","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-1841fcfccd9948f0b9171ec2a081ab32/","filetype":"file","label":"Monsieur Lazhar","runtime":5699,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-1841fcfccd9948f0b9171ec2a081ab32%2f1-netflix-1841fcfccd9948f0b9171ec2a081ab32.mpg%3falbumArt%3dtrue/","title":"Monsieur Lazhar","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-5a39550e6ab348c49d6792988a702b26/","filetype":"file","label":"Objectified","runtime":4541,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-5a39550e6ab348c49d6792988a702b26%2f1-netflix-5a39550e6ab348c49d6792988a702b26.mpg%3falbumArt%3dtrue/","title":"Objectified","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-80abd572704d4e67829cd9fc1d82d5ca/","filetype":"file","label":"Pastorela","runtime":5312,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-80abd572704d4e67829cd9fc1d82d5ca%2f1-netflix-80abd572704d4e67829cd9fc1d82d5ca.mpg%3falbumArt%3dtrue/","title":"Pastorela","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-6fbec2d405c34207b7519cd346b1c578/","filetype":"file","label":"Senna","runtime":6341,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-6fbec2d405c34207b7519cd346b1c578%2f1-netflix-6fbec2d405c34207b7519cd346b1c578.mpg%3falbumArt%3dtrue/","title":"Senna","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-b9518ee0043b4329b69b73657b28f559/","filetype":"file","label":"Submarine","runtime":5847,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-b9518ee0043b4329b69b73657b28f559%2f1-netflix-b9518ee0043b4329b69b73657b28f559.mpg%3falbumArt%3dtrue/","title":"Submarine","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-a0cbe14fb7954f90b7204ae9d8d988c9/","filetype":"file","label":"The Sweetest Sound","runtime":3409,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-a0cbe14fb7954f90b7204ae9d8d988c9%2f1-netflix-a0cbe14fb7954f90b7204ae9d8d988c9.mpg%3falbumArt%3dtrue/","title":"The Sweetest Sound","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-ed54721a71e249289a55a12d3701f718/","filetype":"file","label":"Take Me Home","runtime":5813,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-ed54721a71e249289a55a12d3701f718%2f1-netflix-ed54721a71e249289a55a12d3701f718.mpg%3falbumArt%3dtrue/","title":"Take Me Home","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-4b374b267b524e6b9bc1a66db2298ff1/","filetype":"file","label":"Tommy Boy","runtime":5821,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-4b374b267b524e6b9bc1a66db2298ff1%2f1-netflix-4b374b267b524e6b9bc1a66db2298ff1.mpg%3falbumArt%3dtrue/","title":"Tommy Boy","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-4fd9839328be4545a00807ab07cfa38a/","filetype":"file","label":"Urbanized","runtime":5154,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-4fd9839328be4545a00807ab07cfa38a%2f1-netflix-4fd9839328be4545a00807ab07cfa38a.mpg%3falbumArt%3dtrue/","title":"Urbanized","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-36fb0fa6433f4236a7956bdaccfe5a7a/","filetype":"file","label":"Zeitgeist: Addendum","runtime":7395,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-36fb0fa6433f4236a7956bdaccfe5a7a%2f1-netflix-36fb0fa6433f4236a7956bdaccfe5a7a.mpg%3falbumArt%3dtrue/","title":"Zeitgeist: Addendum","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-7143d91e350449329f3f8d25baac7fa8/","filetype":"file","label":"Zeitgeist: Moving Forward","runtime":9684,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7143d91e350449329f3f8d25baac7fa8%2f1-netflix-7143d91e350449329f3f8d25baac7fa8.mpg%3falbumArt%3dtrue/","title":"Zeitgeist: Moving Forward","type":"movie"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-1855e55adfa642feba68935110387a21/","filetype":"file","label":"Zeitgeist: The Movie","runtime":6982,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-1855e55adfa642feba68935110387a21%2f1-netflix-1855e55adfa642feba68935110387a21.mpg%3falbumArt%3dtrue/","title":"Zeitgeist: The Movie","type":"movie"}],"limits":{"end":68,"start":0,"total":68}}}
  143. 04/18/2014 04:43:24 PM DEBUG Archiving Found 42 files and 26 directories in Netflix/My List
  144. 04/18/2014 04:43:24 PM DEBUG Archiving Next: Netflix/My List/Adam's Apples
  145. 04/18/2014 04:43:24 PM DEBUG Archiving This netflix source does not match any known TV patterns. assuming it is a movie: Netflix/My List/Adam's Apples
  146. 04/18/2014 04:43:24 PM DEBUG Archiving Found PlayOn Netflix: Movie: Netflix/My List/Adam's Apples
  147. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  148. 04/18/2014 04:43:24 PM DEBUG Archiving Getting all files in:Netflix/My List/Arrested Development
  149. 04/18/2014 04:43:24 PM DEBUG Archiving HTTP POST http://localhost:60/jsonrpc
  150. 04/18/2014 04:43:24 PM DEBUG Archiving POST data (Content-Length: 247) =
  151. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-90fee426f13e4d64a8a547e4ac14fb98//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  152. 04/18/2014 04:43:24 PM DEBUG Archiving JSON-RPC Response:
  153. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-90f9ea22330a42d7a425339e350724ac//","filetype":"directory","label":"Arrested Development: Season 1","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-90f9ea22330a42d7a425339e350724ac%2ffolderart.jpg/","title":"Arrested Development: Season 1","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-a720d47791af4702a5b3b79c3a9fa0b4//","filetype":"directory","label":"Arrested Development: Season 2","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-a720d47791af4702a5b3b79c3a9fa0b4%2ffolderart.jpg/","title":"Arrested Development: Season 2","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f7936534b77841c8bfc1741464c2c284//","filetype":"directory","label":"Arrested Development: Season 3","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-f7936534b77841c8bfc1741464c2c284%2ffolderart.jpg/","title":"Arrested Development: Season 3","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-633d6c64727846dc845bfd49f0797abc//","filetype":"directory","label":"Arrested Development: Season 4","thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-633d6c64727846dc845bfd49f0797abc%2ffolderart.jpg/","title":"Arrested Development: Season 4","type":"unknown"}],"limits":{"end":4,"start":0,"total":4}}}
  154. 04/18/2014 04:43:24 PM DEBUG Archiving Found 0 files and 4 directories in Netflix/My List/Arrested Development
  155. 04/18/2014 04:43:24 PM DEBUG Archiving Getting all files in:Netflix/My List/Arrested Development/Arrested Development: Season 1
  156. 04/18/2014 04:43:24 PM DEBUG Archiving HTTP POST http://localhost:60/jsonrpc
  157. 04/18/2014 04:43:24 PM DEBUG Archiving POST data (Content-Length: 247) =
  158. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-90f9ea22330a42d7a425339e350724ac//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  159. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  160. 04/18/2014 04:43:24 PM WARN Archiving Creating shortcut failed: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adam's Apples.strm (The filename, directory name, or volume label syntax is incorrect)
  161. java.io.FileNotFoundException: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adam's Apples.strm (The filename, directory name, or volume label syntax is incorrect)
  162. java.io.FileOutputStream.open(Native Method)
  163. java.io.FileOutputStream.<init>(Unknown Source)
  164. java.io.FileOutputStream.<init>(Unknown Source)
  165. java.io.FileWriter.<init>(Unknown Source)
  166. com.bradvido.mylibrary.util.tools.createStrmFile(tools.java:98)
  167. com.bradvido.mylibrary.util.Archiver.archiveFileInDropbox(Archiver.java:518)
  168. com.bradvido.mylibrary.util.Archiver.archiveVideo(Archiver.java:288)
  169. com.bradvido.mylibrary.util.Archiver.run(Archiver.java:129)
  170. java.lang.Thread.run(Unknown Source)
  171.  
  172. 04/18/2014 04:43:24 PM WARN Archiving Failed to Update video at:smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adam's Apples.strm(Netflix/My List/Adam's Apples)
  173. 04/18/2014 04:43:24 PM DEBUG Archiving JSON-RPC Response:
  174. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-7cf5fffdc8d7471496ed247e566c9cbc/","filetype":"file","label":"S01E01 - Pilot","runtime":1303,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E01 - Pilot","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-761c3dae21d84d8a8bbd6cdab904302b/","filetype":"file","label":"S01E02 - Top Banana","runtime":1323,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E02 - Top Banana","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-c23a1703639b437da410bf43e2fbb238/","filetype":"file","label":"S01E03 - Bringing Up Buster","runtime":1330,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E03 - Bringing Up Buster","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-d8f5e5987687471a85d441220308d9d1/","filetype":"file","label":"S01E04 - Key Decisions","runtime":1305,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E04 - Key Decisions","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-24f0060f22494c04b887d225d52f9666/","filetype":"file","label":"S01E05 - Charity Drive","runtime":1300,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E05 - Charity Drive","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-8ef00b5855d44e00903905af4b3c4289/","filetype":"file","label":"S01E06 - Visiting Ours","runtime":1304,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E06 - Visiting Ours","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-8a28a93b5ad3492183afe537cc006423/","filetype":"file","label":"S01E07 - In God We Trust","runtime":1301,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E07 - In God We Trust","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-87a37cdb82b94f9fa45270d7107ffe65/","filetype":"file","label":"S01E08 - My Mother, the Car","runtime":1303,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E08 - My Mother, the Car","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-326aac1a9e674aa09f956403c6e9b94f/","filetype":"file","label":"S01E09 - Storming the Castle","runtime":1316,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E09 - Storming the Castle","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-f57eccaadee14e0996d5a96d48c640bd/","filetype":"file","label":"S01E10 - Pier Pressure","runtime":1326,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E10 - Pier Pressure","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-792dfdf44ca04efbaf8a669579188608/","filetype":"file","label":"S01E11 - Public Relations","runtime":1316,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E11 - Public Relations","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-02fadaab3a6f4854b9131de861ca4841/","filetype":"file","label":"S01E12 - Marta Complex","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E12 - Marta Complex","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-1b41b2803c10407f8653cfee4fecf7f9/","filetype":"file","label":"S01E13 - Beef Consomme","runtime":1312,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E13 - Beef Consomme","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-16edcea1afc0424aba8139a3ba8fa830/","filetype":"file","label":"S01E14 - Shock and Aww","runtime":1317,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E14 - Shock and Aww","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-10b08c4359184271bf214be366b50749/","filetype":"file","label":"S01E15 - Staff Infection","runtime":1317,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E15 - Staff Infection","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-1a9caa8f48a745f1a5d0a75fa8a41ef1/","filetype":"file","label":"S01E16 - Altar Egos","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E16 - Altar Egos","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-5fe93690000f4bc9acb42649f6293f1d/","filetype":"file","label":"S01E17 - Justice is Blind","runtime":1317,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E17 - Justice is Blind","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-bd11eb7865e7401cb243ff52f165783d/","filetype":"file","label":"S01E18 - Missing Kitty","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E18 - Missing Kitty","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-8aef814a5ce841bda45b53b79ec2170b/","filetype":"file","label":"S01E19 - Best Man for the Gob","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E19 - Best Man for the Gob","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-21424c03e8fe428790d9b070cce3fb27/","filetype":"file","label":"S01E20 - Whistler's Mother","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E20 - Whistler's Mother","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-dbed74c7ab4642e5b45719b1f3e11bc1/","filetype":"file","label":"S01E21 - Not Without My Daughter","runtime":1317,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E21 - Not Without My Daughter","type":"unknown"},{"fanart":"","file":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-2bc254f2b035432db0027dd0e81c3a1e/","filetype":"file","label":"S01E22 - Let 'Em Eat Cake","runtime":1318,"thumbnail":"image://http%3a%2f%2f192.168.6.140%3a53478%2fnetflix-7cf5fffdc8d7471496ed247e566c9cbc%2f1-netflix-7cf5fffdc8d7471496ed247e566c9cbc.mpg%3falbumArt%3dtrue/","title":"S01E22 - Let 'Em Eat Cake","type":"unknown"}],"limits":{"end":22,"start":0,"total":22}}}
  175. 04/18/2014 04:43:24 PM DEBUG Archiving Next: Netflix/My List/Adventures in Lalaloopsy Land
  176. 04/18/2014 04:43:24 PM DEBUG Archiving This netflix source does not match any known TV patterns. assuming it is a movie: Netflix/My List/Adventures in Lalaloopsy Land
  177. 04/18/2014 04:43:24 PM DEBUG Archiving Found PlayOn Netflix: Movie: Netflix/My List/Adventures in Lalaloopsy Land
  178. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  179. 04/18/2014 04:43:24 PM DEBUG Archiving Found 22 files and 0 directories in Netflix/My List/Arrested Development/Arrested Development: Season 1
  180. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  181. 04/18/2014 04:43:24 PM DEBUG Archiving Getting all files in:Netflix/My List/Arrested Development/Arrested Development: Season 2
  182. 04/18/2014 04:43:24 PM DEBUG Archiving HTTP POST http://localhost:60/jsonrpc
  183. 04/18/2014 04:43:24 PM WARN Archiving Creating shortcut failed: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adventures in Lalaloopsy Land.strm (The filename, directory name, or volume label syntax is incorrect)
  184. java.io.FileNotFoundException: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adventures in Lalaloopsy Land.strm (The filename, directory name, or volume label syntax is incorrect)
  185. java.io.FileOutputStream.open(Native Method)
  186. java.io.FileOutputStream.<init>(Unknown Source)
  187. java.io.FileOutputStream.<init>(Unknown Source)
  188. java.io.FileWriter.<init>(Unknown Source)
  189. com.bradvido.mylibrary.util.tools.createStrmFile(tools.java:98)
  190. com.bradvido.mylibrary.util.Archiver.archiveFileInDropbox(Archiver.java:518)
  191. com.bradvido.mylibrary.util.Archiver.archiveVideo(Archiver.java:288)
  192. com.bradvido.mylibrary.util.Archiver.run(Archiver.java:129)
  193. java.lang.Thread.run(Unknown Source)
  194.  
  195. 04/18/2014 04:43:24 PM WARN Archiving Failed to Update video at:smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Adventures in Lalaloopsy Land.strm(Netflix/My List/Adventures in Lalaloopsy Land)
  196. 04/18/2014 04:43:24 PM DEBUG Archiving Next: Netflix/My List/Ai Weiwei: Never Sorry
  197. 04/18/2014 04:43:24 PM DEBUG Archiving This netflix source does not match any known TV patterns. assuming it is a movie: Netflix/My List/Ai Weiwei: Never Sorry
  198. 04/18/2014 04:43:24 PM DEBUG Archiving Found PlayOn Netflix: Movie: Netflix/My List/Ai Weiwei: Never Sorry
  199. 04/18/2014 04:43:24 PM DEBUG Archiving POST data (Content-Length: 247) =
  200. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"upnp://1bc0d84e-63bd-41e7-9ebb-93a3bae1db3e/netflix-a720d47791af4702a5b3b79c3a9fa0b4//", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  201. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  202. 04/18/2014 04:43:24 PM INFO Archiving Creating base Movies directory at: smb:\localhost\User\AmyMark\Desktop\Streams\Movies
  203. 04/18/2014 04:43:24 PM WARN Archiving Creating shortcut failed: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Ai Weiwei Never Sorry.strm (The filename, directory name, or volume label syntax is incorrect)
  204. java.io.FileNotFoundException: smb:\localhost\User\AmyMark\Desktop\Streams\Movies\Ai Weiwei Never Sorry.strm (The filename, directory name, or volume label syntax is incorrect)
  205. java.io.FileOutputStream.open(Native Method)
  206. java.io.FileOutputStream.<init>(Unknown Source)
  207. java.io.FileOutputStream.<init>(Unknown Source)
  208. java.io.FileWriter.<init>(Unknown Source)
  209. com.bradvido.mylibrary.util.tools.createStrmFile(tools.java:98)
  210. com.bradvido.mylibrary.util.Archiver.archiveFileInDropbox(Archiver.java:518)
  211. com.bradvido.mylibrary.util.Archiver.archiveVideo(Archiver.java:288)
  212. com.bradvido.mylibrary.util.Archiver.run(Archiver.java:129)
  213. java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement