Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 104.58 KB | None | 0 0
  1. 04/17/2012 08:48:28 PM INFO    Init...          Initializing SQLite database at: C:\xbmcData\XBMC.MyLibrary-1.3.1\res\ArchivedFiles.db
  2. 04/17/2012 08:48:28 PM INFO    Init...          Initializing SQLite database at: C:\xbmcData\XBMC.MyLibrary-1.3.1\res\QueuedMetaDataChanges.db
  3. 04/17/2012 08:48:28 PM INFO    Init...          Initializing SQLite database at: C:\xbmcData\XBMC.MyLibrary-1.3.1\res\scraper.db
  4. 04/17/2012 08:48:28 PM INFO    Init...          JSON-RPC config: XBMCName=localhost, timeout=90 seconds, method=HTTP, port=8080, username=***, password=***
  5. 04/17/2012 08:48:28 PM INFO    Init...          SQLite is disabled.
  6. 04/17/2012 08:48:28 PM INFO    Init...          XBMCMySQL config: enabled=true, XBMCServerName=192.168.0.11, XBMCVideoSchema=xbmc_video60, MySQLUserName=***, MySQLPassword=***, MySQLPort=3306, CharacterSet=latin1
  7. 04/17/2012 08:48:28 PM INFO    Init...          Testing connection to XBMC SQL Database video schema: xbmc_video60
  8. 04/17/2012 08:48:28 PM INFO    Init...          Connected successfully = true
  9. 04/17/2012 08:48:28 PM INFO    Init...          Found source PlayOn with path of [auto-determine]
  10. 04/17/2012 08:48:28 PM INFO    Init...          Setting source's custom_parser to: PlayOn
  11. 04/17/2012 08:48:28 PM INFO    Init...              Next Subfolder: name=PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix= (PlayOn), multi_part=false
  12. 04/17/2012 08:48:28 PM INFO    Init...          Added Global Exclude, type=contains, value=/No videos available
  13. 04/17/2012 08:48:28 PM INFO    Init...          Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  14. 04/17/2012 08:48:28 PM INFO    Init...          Added Global Exclude, type=contains, value=Dragon Ball Z
  15. 04/17/2012 08:48:28 PM INFO    Init             Testing connectivity to JSON-RPC interface...
  16. 04/17/2012 08:48:29 PM INFO    Init             JSON-RPC connected = true
  17. 04/17/2012 08:48:29 PM INFO    Init             This source's path was not specified, will check list of video sources in XBMC for a matching label named "PlayOn"
  18. 04/17/2012 08:48:29 PM INFO    Init             Found matching path from XBMC's sources, source "PlayOn" maps to: upnp://cfd24286-0a81-43bf-ace1-d68b1407ebc4/
  19. 04/17/2012 08:48:29 PM INFO    Find:Subfolder   Searching for subfolder: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family
  20. 04/17/2012 08:50:17 PM ERROR   Find:Subfolder   Failed to get response code from HTTP Server. Check your URL and username/password.
  21.                                                    java.net.SocketTimeoutException: Read timed out
  22.                                                         at java.net.SocketInputStream.socketRead0(Native Method)
  23.                                                         at java.net.SocketInputStream.read(Unknown Source)
  24.                                                         at java.io.BufferedInputStream.fill(Unknown Source)
  25.                                                         at java.io.BufferedInputStream.read1(Unknown Source)
  26.                                                         at java.io.BufferedInputStream.read(Unknown Source)
  27.                                                         at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  28.                                                         at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  29.                                                         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  30.                                                         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  31.                                                         at utilities.tools.post(tools.java:1093)
  32.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  33.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  34.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  35.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  36.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  37.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  38.                                                         at utilities.XbmcJsonRpc.getSubfolderDirectory(XbmcJsonRpc.java:370)
  39.                                                         at mylibrary.importer.importVideos(importer.java:247)
  40.                                                         at mylibrary.importer.main(importer.java:35)
  41.                                                    
  42. 04/17/2012 08:50:17 PM ERROR   Find:Subfolder   Failed to POST to http://localhost:8080/jsonrpc
  43.                                                    java.lang.NullPointerException
  44.                                                         at java.io.Reader.<init>(Unknown Source)
  45.                                                         at java.io.InputStreamReader.<init>(Unknown Source)
  46.                                                         at utilities.tools.readStream(tools.java:1119)
  47.                                                         at utilities.tools.post(tools.java:1099)
  48.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  49.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  50.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  51.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  52.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  53.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:570)
  54.                                                         at utilities.XbmcJsonRpc.getSubfolderDirectory(XbmcJsonRpc.java:370)
  55.                                                         at mylibrary.importer.importVideos(importer.java:247)
  56.                                                         at mylibrary.importer.main(importer.java:35)
  57.                                                    
  58. 04/17/2012 08:50:17 PM WARNING Find:Subfolder   The response from XBMC is not a valid JSON string:
  59.                                                    
  60. 04/17/2012 08:50:17 PM WARNING Find:Subfolder   JSON Returned was not valid (attempt 1 of 3), will try again...
  61. 04/17/2012 08:50:43 PM INFO    Find:Subfolder   JSON was successfully retrieved after attempt #2
  62. 04/17/2012 08:50:43 PM NOTICE  Found!           PlayOn's subfolder "PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family" maps to source: upnp://cfd24286-0a81-43bf-ace1-d68b1407ebc4/amazon%2dc808d800%2db375%2d4bac%2d912a%2d900c28387d88/ (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family)
  63. 04/17/2012 08:50:43 PM INFO    Search:PlayOn    Found 95 videos that are already archived in dropbox from source "PlayOn"
  64. 04/17/2012 08:50:43 PM NOTICE  Search:PlayOn    Finding all matching videos under subfolder: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family
  65. 04/17/2012 08:52:13 PM ERROR   Search:PlayOn    Failed to get response code from HTTP Server. Check your URL and username/password.
  66.                                                    java.net.SocketTimeoutException: Read timed out
  67.                                                         at java.net.SocketInputStream.socketRead0(Native Method)
  68.                                                         at java.net.SocketInputStream.read(Unknown Source)
  69.                                                         at java.io.BufferedInputStream.fill(Unknown Source)
  70.                                                         at java.io.BufferedInputStream.read1(Unknown Source)
  71.                                                         at java.io.BufferedInputStream.read(Unknown Source)
  72.                                                         at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  73.                                                         at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  74.                                                         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  75.                                                         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  76.                                                         at utilities.tools.post(tools.java:1093)
  77.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  78.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  79.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  80.                                                         at mylibrary.importer.importVideos(importer.java:268)
  81.                                                         at mylibrary.importer.main(importer.java:35)
  82.                                                    
  83. 04/17/2012 08:52:13 PM ERROR   Search:PlayOn    Failed to POST to http://localhost:8080/jsonrpc
  84.                                                    java.lang.NullPointerException
  85.                                                         at java.io.Reader.<init>(Unknown Source)
  86.                                                         at java.io.InputStreamReader.<init>(Unknown Source)
  87.                                                         at utilities.tools.readStream(tools.java:1119)
  88.                                                         at utilities.tools.post(tools.java:1099)
  89.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  90.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  91.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  92.                                                         at mylibrary.importer.importVideos(importer.java:268)
  93.                                                         at mylibrary.importer.main(importer.java:35)
  94.                                                    
  95. 04/17/2012 08:52:13 PM WARNING Search:PlayOn    The response from XBMC is not a valid JSON string:
  96.                                                    
  97. 04/17/2012 08:52:13 PM WARNING Search:PlayOn    JSON Returned was not valid (attempt 1 of 3), will try again...
  98. 04/17/2012 08:53:46 PM ERROR   Search:PlayOn    Failed to get response code from HTTP Server. Check your URL and username/password.
  99.                                                    java.net.SocketTimeoutException: Read timed out
  100.                                                         at java.net.SocketInputStream.socketRead0(Native Method)
  101.                                                         at java.net.SocketInputStream.read(Unknown Source)
  102.                                                         at java.io.BufferedInputStream.fill(Unknown Source)
  103.                                                         at java.io.BufferedInputStream.read1(Unknown Source)
  104.                                                         at java.io.BufferedInputStream.read(Unknown Source)
  105.                                                         at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  106.                                                         at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  107.                                                         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  108.                                                         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
  109.                                                         at utilities.tools.post(tools.java:1093)
  110.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  111.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  112.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  113.                                                         at mylibrary.importer.importVideos(importer.java:268)
  114.                                                         at mylibrary.importer.main(importer.java:35)
  115.                                                    
  116. 04/17/2012 08:53:46 PM ERROR   Search:PlayOn    Failed to POST to http://localhost:8080/jsonrpc
  117.                                                    java.lang.NullPointerException
  118.                                                         at java.io.Reader.<init>(Unknown Source)
  119.                                                         at java.io.InputStreamReader.<init>(Unknown Source)
  120.                                                         at utilities.tools.readStream(tools.java:1119)
  121.                                                         at utilities.tools.post(tools.java:1099)
  122.                                                         at utilities.XbmcJsonRpc.callMethodWithRetry(XbmcJsonRpc.java:748)
  123.                                                         at utilities.XbmcJsonRpc.callMethod(XbmcJsonRpc.java:699)
  124.                                                         at utilities.XbmcJsonRpc.getFiles(XbmcJsonRpc.java:432)
  125.                                                         at mylibrary.importer.importVideos(importer.java:268)
  126.                                                         at mylibrary.importer.main(importer.java:35)
  127.                                                    
  128. 04/17/2012 08:53:46 PM WARNING Search:PlayOn    The response from XBMC is not a valid JSON string:
  129.                                                    
  130. 04/17/2012 08:53:46 PM WARNING Search:PlayOn    JSON Returned was not valid (attempt 2 of 3), will try again...
  131. 04/17/2012 08:54:51 PM INFO    Search:PlayOn    JSON was successfully retrieved after attempt #3
  132. 04/17/2012 08:55:02 PM INFO    Archiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Manatee's Mermaid Rescue!
  133. 04/17/2012 08:55:02 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  134. 04/17/2012 08:55:02 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  135. 04/17/2012 08:55:03 PM INFO    TVDB             Attempting to find matching episode with title = "Manatees Mermaid Rescue" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  136. 04/17/2012 08:55:04 PM INFO    TVDB             Title and date match, saving data for this match...
  137. 04/17/2012 08:55:04 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 3, Episode 16, Titled "Manatee's Mermaid Rescue!", first aired on 2009-06-20, has episode image: true
  138. 04/17/2012 08:55:04 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E16 - Manatee's Mermaid Rescue!.strm
  139. 04/17/2012 08:55:04 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E16 - Manatee's Mermaid Rescue!.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Manatee's Mermaid Rescue!)
  140. 04/17/2012 08:55:04 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/All Aboard the Giant Panda Express!
  141. 04/17/2012 08:55:04 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  142. 04/17/2012 08:55:04 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  143. 04/17/2012 08:55:04 PM INFO    TVDB             Attempting to find matching episode with title = "All Aboard the Giant Panda Express" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  144. 04/17/2012 08:55:04 PM INFO    TVDB             Title and date match, saving data for this match...
  145. 04/17/2012 08:55:04 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 5, Titled "All Aboard the Giant Panda Express! ", first aired on 2010-03-15, has episode image: true
  146. 04/17/2012 08:55:04 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E05 - All Aboard the Giant Panda Express!.strm
  147. 04/17/2012 08:55:04 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E05 - All Aboard the Giant Panda Express!.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/All Aboard the Giant Panda Express!)
  148. 04/17/2012 08:55:04 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Leaping Lemurs
  149. 04/17/2012 08:55:04 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  150. 04/17/2012 08:55:04 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  151. 04/17/2012 08:55:04 PM INFO    TVDB             Attempting to find matching episode with title = "Leaping Lemurs" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  152. 04/17/2012 08:55:04 PM INFO    TVDB             Title and date match, saving data for this match...
  153. 04/17/2012 08:55:04 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 8, Titled "Leaping Lemurs!", first aired on 2010-03-17, has episode image: true
  154. 04/17/2012 08:55:05 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E08 - Leaping Lemurs.strm
  155. 04/17/2012 08:55:05 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E08 - Leaping Lemurs.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Leaping Lemurs)
  156. 04/17/2012 08:55:05 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Bengal Tiger Makes a Wish
  157. 04/17/2012 08:55:05 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  158. 04/17/2012 08:55:05 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  159. 04/17/2012 08:55:05 PM INFO    TVDB             Attempting to find matching episode with title = "Bengal Tiger Makes a Wish" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  160. 04/17/2012 08:55:05 PM INFO    TVDB             Title and date match, saving data for this match...
  161. 04/17/2012 08:55:05 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 7, Titled "Bengal Tiger Makes a Wish", first aired on 2010-03-16, has episode image: true
  162. 04/17/2012 08:55:05 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E07 - Bengal Tiger Makes a Wish.strm
  163. 04/17/2012 08:55:05 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E07 - Bengal Tiger Makes a Wish.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Bengal Tiger Makes a Wish)
  164. 04/17/2012 08:55:05 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego Saves the Beavers
  165. 04/17/2012 08:55:05 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  166. 04/17/2012 08:55:05 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  167. 04/17/2012 08:55:05 PM INFO    TVDB             Attempting to find matching episode with title = "Diego Saves the Beavers" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  168. 04/17/2012 08:55:05 PM INFO    TVDB             Title and date match, saving data for this match...
  169. 04/17/2012 08:55:05 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 9, Titled "Diego Saves the Beavers", first aired on 2010-03-18, has episode image: true
  170. 04/17/2012 08:55:05 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E09 - Diego Saves the Beavers.strm
  171. 04/17/2012 08:55:05 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E09 - Diego Saves the Beavers.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego Saves the Beavers)
  172. 04/17/2012 08:55:05 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego Rescues Prince Vicuna
  173. 04/17/2012 08:55:05 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  174. 04/17/2012 08:55:05 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  175. 04/17/2012 08:55:05 PM INFO    TVDB             Attempting to find matching episode with title = "Diego Rescues Prince Vicuna" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  176. 04/17/2012 08:55:05 PM INFO    TVDB             Title and date match, saving data for this match...
  177. 04/17/2012 08:55:05 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 14, Titled "Diego Rescues Prince Vicuna", first aired on 2010-11-05, has episode image: true
  178. 04/17/2012 08:55:05 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E14 - Diego Rescues Prince Vicuna.strm
  179. 04/17/2012 08:55:05 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E14 - Diego Rescues Prince Vicuna.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego Rescues Prince Vicuna)
  180. 04/17/2012 08:55:05 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/The Great Polar Bear Rescue
  181. 04/17/2012 08:55:05 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  182. 04/17/2012 08:55:05 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  183. 04/17/2012 08:55:05 PM INFO    TVDB             Attempting to find matching episode with title = "The Great Polar Bear Rescue" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  184. 04/17/2012 08:55:05 PM INFO    TVDB             Title and date match, saving data for this match...
  185. 04/17/2012 08:55:05 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 3, Episode 18, Titled "The Great Polar Bear Rescue", first aired on 2009-09-18, has episode image: true
  186. 04/17/2012 08:55:05 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E18 - The Great Polar Bear Rescue.strm
  187. 04/17/2012 08:55:05 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E18 - The Great Polar Bear Rescue.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/The Great Polar Bear Rescue)
  188. 04/17/2012 08:55:05 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego's International Rescue League
  189. 04/17/2012 08:55:05 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  190. 04/17/2012 08:55:05 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  191. 04/17/2012 08:55:05 PM INFO    TVDB             Attempting to find matching episode with title = "Diegos International Rescue League" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/79896/all/en.xml
  192. 04/17/2012 08:55:05 PM INFO    TVDB             Title and date match, saving data for this match...
  193. 04/17/2012 08:55:05 PM INFO    TVDB             SUCCESSFUL LOOKUP (exact match): Found matching episdode on thetvdb:  Season 4, Episode 12, Titled "Diego's International Rescue League", first aired on 2010-09-24, has episode image: true
  194. 04/17/2012 08:55:06 PM INFO    Search:PlayOn    Queueing new meta-data change: type=SUFFIX, value= (PlayOn), file=\\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E12 - Diego's International Rescue League.strm
  195. 04/17/2012 08:55:06 PM INFO    Archive:New      Archived video at: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E12 - Diego's International Rescue League.strm (PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go!/Diego's International Rescue League)
  196. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's African Safari!
  197. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  198. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  199. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  200. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's African Safari!
  201. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Diego's African Safari!, season=-1, episode=-1
  202.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's African Safari!
  203. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Gorilla Fun
  204. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  205. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  206. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  207. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Gorilla Fun
  208. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Gorilla Fun, season=-1, episode=-1
  209.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Gorilla Fun
  210. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego and Dora Help Baby Monarch Get to the Festival
  211. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  212. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  213. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  214. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego and Dora Help Baby Monarch Get to the Festival
  215. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Diego and Dora Help Baby Monarch Get to the Festival, season=-1, episode=-1
  216.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego and Dora Help Baby Monarch Get to the Festival
  217. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Save The Giant Tortoises
  218. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  219. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  220. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  221. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Save The Giant Tortoises
  222. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Save The Giant Tortoises, season=-1, episode=-1
  223.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Save The Giant Tortoises
  224. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/A New Flamingo Mommy
  225. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  226. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  227. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  228. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/A New Flamingo Mommy
  229. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=A New Flamingo Mommy, season=-1, episode=-1
  230.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/A New Flamingo Mommy
  231. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's Ringed Seal Rescue
  232. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  233. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  234. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  235. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's Ringed Seal Rescue
  236. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Diego's Ringed Seal Rescue, season=-1, episode=-1
  237.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Diego's Ringed Seal Rescue
  238. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Welcome Home, Lion Cub
  239. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  240. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  241. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  242. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Welcome Home, Lion Cub
  243. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Welcome Home, Lion Cub, season=-1, episode=-1
  244.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Welcome Home, Lion Cub
  245. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Tuga Helps the Moon
  246. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  247. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  248. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+-+Volume+6. Will try to archive this video again later.
  249. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Tuga Helps the Moon
  250. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! - Volume 6, title=Tuga Helps the Moon, season=-1, episode=-1
  251.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! - Volume 6/Tuga Helps the Moon
  252. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Rhea is an Animal Rescuer
  253. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  254. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  255. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  256. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Rhea is an Animal Rescuer
  257. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Rhea is an Animal Rescuer, season=-1, episode=-1
  258.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Rhea is an Animal Rescuer
  259. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Panchita the Prarie Dog
  260. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  261. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  262. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  263. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Panchita the Prarie Dog
  264. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Panchita the Prarie Dog, season=-1, episode=-1
  265.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Panchita the Prarie Dog
  266. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego the Hero
  267. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  268. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  269. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  270. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego the Hero
  271. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Diego the Hero, season=-1, episode=-1
  272.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego the Hero
  273. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego and Porcupine Save the Pinata!
  274. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  275. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  276. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  277. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego and Porcupine Save the Pinata!
  278. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Diego and Porcupine Save the Pinata!, season=-1, episode=-1
  279.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Diego and Porcupine Save the Pinata!
  280. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Green Iguana helps Abuelito Plant a New Strawberry Farm!
  281. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  282. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  283. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  284. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Green Iguana helps Abuelito Plant a New Strawberry Farm!
  285. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Green Iguana helps Abuelito Plant a New Strawberry Farm!, season=-1, episode=-1
  286.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Green Iguana helps Abuelito Plant a New Strawberry Farm!
  287. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Super Flying Squirrel to the Rescue!
  288. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  289. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  290. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  291. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Super Flying Squirrel to the Rescue!
  292. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Super Flying Squirrel to the Rescue!, season=-1, episode=-1
  293.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Super Flying Squirrel to the Rescue!
  294. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Alicia and Whitetail to the Rescue
  295. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  296. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  297. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  298. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Alicia and Whitetail to the Rescue
  299. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Alicia and Whitetail to the Rescue, season=-1, episode=-1
  300.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Alicia and Whitetail to the Rescue
  301. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/It's a Bug's World!
  302. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  303. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  304. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  305. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/It's a Bug's World!
  306. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=It's a Bug's World!, season=-1, episode=-1
  307.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/It's a Bug's World!
  308. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Whistling Willie Finds a Friend
  309. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  310. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  311. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  312. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Whistling Willie Finds a Friend
  313. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=Whistling Willie Finds a Friend, season=-1, episode=-1
  314.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/Whistling Willie Finds a Friend
  315. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/The Bobo's Mother's Day!
  316. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  317. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  318. 04/17/2012 08:55:06 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Season+4. Will try to archive this video again later.
  319. 04/17/2012 08:55:06 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/The Bobo's Mother's Day!
  320. 04/17/2012 08:55:06 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Season 4, title=The Bobo's Mother's Day!, season=-1, episode=-1
  321.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Season 4/The Bobo's Mother's Day!
  322. 04/17/2012 08:55:06 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Chinta the Baby Chincilla
  323. 04/17/2012 08:55:06 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  324. 04/17/2012 08:55:06 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  325. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  326. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Chinta the Baby Chincilla
  327. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Chinta the Baby Chincilla, season=-1, episode=-1
  328.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Chinta the Baby Chincilla
  329. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves the Mommy and Baby Sloth
  330. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  331. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  332. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  333. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves the Mommy and Baby Sloth
  334. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Diego Saves the Mommy and Baby Sloth, season=-1, episode=-1
  335.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves the Mommy and Baby Sloth
  336. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves Baby Humpback Whale
  337. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  338. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  339. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  340. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves Baby Humpback Whale
  341. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Diego Saves Baby Humpback Whale, season=-1, episode=-1
  342.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Diego Saves Baby Humpback Whale
  343. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rescue of Red-Eyed Tree Frogs!
  344. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  345. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  346. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  347. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rescue of Red-Eyed Tree Frogs!
  348. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Rescue of Red-Eyed Tree Frogs!, season=-1, episode=-1
  349.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rescue of Red-Eyed Tree Frogs!
  350. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/The Mommy Macaw
  351. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  352. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  353. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  354. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/The Mommy Macaw
  355. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=The Mommy Macaw, season=-1, episode=-1
  356.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/The Mommy Macaw
  357. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Three Little Condors
  358. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  359. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  360. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  361. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Three Little Condors
  362. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Three Little Condors, season=-1, episode=-1
  363.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Three Little Condors
  364. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Pepito's Penguin School
  365. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  366. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  367. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  368. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Pepito's Penguin School
  369. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Pepito's Penguin School, season=-1, episode=-1
  370.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Pepito's Penguin School
  371. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Linda the Llama Saves Carnival
  372. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  373. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  374. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  375. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Linda the Llama Saves Carnival
  376. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Linda the Llama Saves Carnival, season=-1, episode=-1
  377.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Linda the Llama Saves Carnival
  378. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rainforest Race
  379. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  380. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  381. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  382. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rainforest Race
  383. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Rainforest Race, season=-1, episode=-1
  384.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Rainforest Race
  385. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Journey to Jaguar Mountain
  386. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  387. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  388. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+1. Will try to archive this video again later.
  389. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Journey to Jaguar Mountain
  390. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 1, title=Journey to Jaguar Mountain, season=-1, episode=-1
  391.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 1/Journey to Jaguar Mountain
  392. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Chito and Rita the Spectacled Bears
  393. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  394. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  395. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  396. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Chito and Rita the Spectacled Bears
  397. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Chito and Rita the Spectacled Bears, season=-1, episode=-1
  398.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Chito and Rita the Spectacled Bears
  399. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego's Wolf Pup Rescue
  400. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  401. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  402. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  403. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego's Wolf Pup Rescue
  404. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Diego's Wolf Pup Rescue, season=-1, episode=-1
  405.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego's Wolf Pup Rescue
  406. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Cool Water for Ana the Anaconda
  407. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  408. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  409. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  410. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Cool Water for Ana the Anaconda
  411. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Cool Water for Ana the Anaconda, season=-1, episode=-1
  412.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Cool Water for Ana the Anaconda
  413. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Blue Morpho Butterfly is Born
  414. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  415. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  416. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  417. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Blue Morpho Butterfly is Born
  418. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=A Blue Morpho Butterfly is Born, season=-1, episode=-1
  419.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Blue Morpho Butterfly is Born
  420. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Saves the Sea Turtles
  421. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  422. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  423. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  424. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Saves the Sea Turtles
  425. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Saves the Sea Turtles, season=-1, episode=-1
  426.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Saves the Sea Turtles
  427. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Baby Jaguar to the Rescue
  428. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  429. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  430. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  431. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Baby Jaguar to the Rescue
  432. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Baby Jaguar to the Rescue, season=-1, episode=-1
  433.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Baby Jaguar to the Rescue
  434. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Linda the Librarian
  435. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  436. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  437. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  438. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Linda the Librarian
  439. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Linda the Librarian, season=-1, episode=-1
  440.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Linda the Librarian
  441. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Booboo on the Pygmy Marmoset
  442. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  443. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  444. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  445. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Booboo on the Pygmy Marmoset
  446. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=A Booboo on the Pygmy Marmoset, season=-1, episode=-1
  447.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/A Booboo on the Pygmy Marmoset
  448. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Little Kinkajou is in Beehive Trouble
  449. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  450. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  451. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  452. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Little Kinkajou is in Beehive Trouble
  453. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Little Kinkajou is in Beehive Trouble, season=-1, episode=-1
  454.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Little Kinkajou is in Beehive Trouble
  455. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego and Baby Humpback to the Rescue
  456. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  457. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  458. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+2. Will try to archive this video again later.
  459. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego and Baby Humpback to the Rescue
  460. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 2, title=Diego and Baby Humpback to the Rescue, season=-1, episode=-1
  461.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 2/Diego and Baby Humpback to the Rescue
  462. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Great Roadrunner Race
  463. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  464. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  465. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  466. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Great Roadrunner Race
  467. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=The Great Roadrunner Race, season=-1, episode=-1
  468.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Great Roadrunner Race
  469. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego Saves Baby River Dolphin!
  470. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  471. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  472. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  473. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego Saves Baby River Dolphin!
  474. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Diego Saves Baby River Dolphin!, season=-1, episode=-1
  475.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego Saves Baby River Dolphin!
  476. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Macky The Macaroni Penguin
  477. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  478. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  479. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  480. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Macky The Macaroni Penguin
  481. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Macky The Macaroni Penguin, season=-1, episode=-1
  482.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Macky The Macaroni Penguin
  483. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Tapir's Trip Home
  484. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  485. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  486. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  487. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Tapir's Trip Home
  488. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=The Tapir's Trip Home, season=-1, episode=-1
  489.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Tapir's Trip Home
  490. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Jorge the LIttle Hawk Learns to Migrate
  491. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  492. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  493. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  494. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Jorge the LIttle Hawk Learns to Migrate
  495. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Jorge the LIttle Hawk Learns to Migrate, season=-1, episode=-1
  496.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Jorge the LIttle Hawk Learns to Migrate
  497. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego and Alicia Save the Otters!
  498. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  499. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  500. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  501. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego and Alicia Save the Otters!
  502. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Diego and Alicia Save the Otters!, season=-1, episode=-1
  503.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Diego and Alicia Save the Otters!
  504. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Alicia Saves the Crocodile!
  505. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  506. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  507. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  508. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Alicia Saves the Crocodile!
  509. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Alicia Saves the Crocodile!, season=-1, episode=-1
  510.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Alicia Saves the Crocodile!
  511. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/An Underwater Mystery
  512. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  513. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  514. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  515. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/An Underwater Mystery
  516. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=An Underwater Mystery, season=-1, episode=-1
  517.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/An Underwater Mystery
  518. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Giant Octopus to the Rescue!
  519. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  520. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  521. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  522. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Giant Octopus to the Rescue!
  523. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=Giant Octopus to the Rescue!, season=-1, episode=-1
  524.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/Giant Octopus to the Rescue!
  525. 04/17/2012 08:55:07 PM INFO    Arvhiving        Custom PlayOn parsing was unsuccessful, attempting default parsing for this video: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Iguana Sing Along
  526. 04/17/2012 08:55:07 PM WARNING Search:PlayOn    No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
  527. 04/17/2012 08:55:07 PM INFO    TVDB             This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
  528. 04/17/2012 08:55:07 PM WARNING TVDB             Ending lookup. No series could be found by querying TheTVDB: http://www.thetvdb.com/api/GetSeries.php?seriesname=Go%2C+Diego%2C+Go%21+Volume+3. Will try to archive this video again later.
  529. 04/17/2012 08:55:07 PM INFO    Arvhiving        TV Episode will fail to be archived because manual archiving is disabled and the meta-data cannot be parsed or found on the TheTVDB.com: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Iguana Sing Along
  530. 04/17/2012 08:55:07 PM WARNING Arvhiving        Cannot be archived: series=Go, Diego, Go! Volume 3, title=The Iguana Sing Along, season=-1, episode=-1
  531.                                                    PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family/Go, Diego, Go! Volume 3/The Iguana Sing Along
  532. 04/17/2012 08:55:45 PM NOTICE  Search:PlayOn    Done retrieving files from JSON-RPC for subfolder: PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family
  533. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A ----------------------Archiving Summary for PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family----------------------
  534. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A TV Success: 8, TV Fail: 0
  535. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A Movie Success: 0, Movie Fail: 0
  536. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A Music Video Success: 0, Music Video Fail: 0
  537. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A New videos archived: 8, existing videos updated: 0
  538. 04/17/2012 08:55:45 PM NOTICE  Summary:PlayOn/A Overall: Success: 8, Skip: 0, Fail: 48
  539. 04/17/2012 08:55:45 PM NOTICE  Search:PlayOn    Archiving has finished for PlayOn/Amazon VOD/Prime Instant Video/TV/Kids & Family.
  540. 04/17/2012 08:55:46 PM INFO    Clean:PlayOn     Found 103 videos that are already archived in dropbox from source "PlayOn"
  541. 04/17/2012 08:55:46 PM NOTICE  Clean:PlayOn     Cleaning dropbox of videos no longer used from source: "PlayOn". Filecount from dropbox from this source is currently: 8
  542. 04/17/2012 08:55:46 PM NOTICE  Clean:PlayOn     After cleaning dropbox, 0 old files were deleted for a new size of 8 files
  543. 04/17/2012 08:55:46 PM NOTICE  Clean:PlayOn     8 videos were successfully archived/updated. Triggering XBMC content scan
  544. 04/17/2012 08:55:46 PM INFO    ContentScan      Getting baseline number of videos in library before triggering update.
  545. 04/17/2012 08:55:46 PM INFO    ContentScan      Querying JSON-RPC interface for all videos in library.
  546. 04/17/2012 08:57:31 PM INFO    ContentScan      No music videos were found in XBMC's library.
  547. 04/17/2012 08:57:31 PM INFO    ContentScan      Found 2631 unique files in video library (333 movies, 2298 episodes, 0 music videos)
  548. 04/17/2012 08:57:31 PM NOTICE  ContentScan      Triggering content scan via JSON-RPC interface by calling VideoLibrary.Scan
  549. 04/17/2012 08:57:31 PM NOTICE  ContentScan      VideoLibrary.Scan Result = "OK"
  550. 04/17/2012 08:57:31 PM NOTICE  ContentScan      Waiting 2.0 minutes for more videos to be added to XBMC's library
  551. 04/17/2012 08:59:31 PM INFO    ContentScan      Querying JSON-RPC interface for all videos in library.
  552. 04/17/2012 09:01:18 PM INFO    ContentScan      No music videos were found in XBMC's library.
  553. 04/17/2012 09:01:18 PM INFO    ContentScan      Found 2649 unique files in video library (333 movies, 2316 episodes, 0 music videos)
  554. 04/17/2012 09:01:18 PM NOTICE  ContentScan      2649 videos found in library. (Previous count was 2631, a change of +18)
  555. 04/17/2012 09:01:18 PM NOTICE  ContentScan      Will wait longer because it appears videos are still being added to the library.
  556. 04/17/2012 09:01:18 PM NOTICE  ContentScan      Waiting 2.0 minutes for more videos to be added to XBMC's library
  557. 04/17/2012 09:03:18 PM INFO    ContentScan      Querying JSON-RPC interface for all videos in library.
  558. 04/17/2012 09:05:07 PM INFO    ContentScan      No music videos were found in XBMC's library.
  559. 04/17/2012 09:05:07 PM INFO    ContentScan      Found 2649 unique files in video library (333 movies, 2316 episodes, 0 music videos)
  560. 04/17/2012 09:05:07 PM NOTICE  ContentScan      2649 videos found in library. (Previous count was 2649, a change of 0)
  561. 04/17/2012 09:05:07 PM NOTICE  ContentScan      Since no more videos were added in the last 2.0 minutes, continuing on...
  562. 04/17/2012 09:05:07 PM INFO    XBMC-MySQL       Will now update meta-data for videos in XBMC's library.
  563. 04/17/2012 09:05:07 PM NOTICE  Meta-Data        Attempting to integrate 16 queued meta-data changes into XBMC's MySQL video library.
  564. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E16 - Manatee's Mermaid Rescue!.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  565. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E05 - All Aboard the Giant Panda Express!.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  566. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E08 - Leaping Lemurs.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  567. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E07 - Bengal Tiger Makes a Wish.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  568. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E09 - Diego Saves the Beavers.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  569. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E14 - Diego Rescues Prince Vicuna.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  570. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.3\S03E18 - The Great Polar Bear Rescue.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  571. 04/17/2012 09:05:08 PM INFO    Meta-Data        SUCCESS: Added suffix of " (PlayOn)" to title of video: \\Tower\disk2\Streaming\TV Shows\Go.Diego.Go!\Season.4\S04E12 - Diego's International Rescue League.strm using: UPDATE episode SET c00 = CONCAT(c00,?) WHERE idEpisode = ? AND c00 NOT LIKE ?
  572. 04/17/2012 09:05:08 PM NOTICE  Meta-Data        Successfully completed 16 queued metadata changes. There are now 0 changes left in the queue.
  573. 04/17/2012 09:05:08 PM NOTICE  Meta-Data        Updating QueuedChanges database to reflect the 16 successful metatadata changes.
  574. 04/17/2012 09:05:09 PM NOTICE  Meta-Data        Updating QueuedChanges database to reflect the 0 metatadata changes that are no longer needed.
  575. 04/17/2012 09:05:09 PM NOTICE  Meta-Data        Done updating metadata queued changed database.
  576. 04/17/2012 09:05:09 PM NOTICE  Meta-Data        Will not manually archive any videos (.nfo) because manual archiving is disabled in Config file.
  577. 04/17/2012 09:05:09 PM NOTICE  Clean Up         Cleaning up dropbox...
  578. 04/17/2012 09:05:09 PM INFO    Clean Up         Checking 8 archived strm videos in dropbox to make sure the archived video is still valid.
  579. 04/17/2012 09:05:09 PM NOTICE  Clean Up         After removing 0 old videos from dropbox, number of videos is now: 8
  580. 04/17/2012 09:05:09 PM NOTICE  Clean Up         Done with dropbox clean-up
  581. 04/17/2012 09:05:09 PM INFO    CacheExpiration  Successfully cleared out 7 of 7 cached XML files.
  582. 04/17/2012 09:05:09 PM INFO    LogExpiration    Deleting logfiles older than 30 days (03/18/2012 09:05:09 PM)
  583. 04/17/2012 09:05:09 PM INFO    LogExpiration    Checked 2 log files, deleted 0 expired log files.
  584. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  585. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa TV Success: 8, TV Fail: 0
  586. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa Movie Success: 0, Movie Fail: 0
  587. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  588. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa New videos archived: 8, existing videos updated: 0
  589. 04/17/2012 09:05:09 PM NOTICE  Summary:---Overa Overall: Success: 8, Skip: 0, Fail: 48
  590. 04/17/2012 09:05:09 PM NOTICE  Ending           Done... Total processing time: 16 minute(s), 41 second(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement