Advertisement
Guest User

debug log

a guest
Jan 27th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 306.30 KB | None | 0 0
  1. 01/27/2014 08:22:53 PM INFO Init Logger has been initialized. Base log directory is: M:\XBMC Stuff\XBMCMyLibrary
  2. 01/27/2014 08:22:53 PM INFO Init JVM runtime info:
  3. 4920@HTPC
  4. Version: 1.7.0_45
  5. 01/27/2014 08:22:53 PM DEBUG Init Logger options are:
  6. levelToLogAt: INFO
  7. isSingleInstance: true
  8. singleInstanceport: 52872
  9. singleInstanceTimeout: -1
  10. logToSystemOut: true
  11. logToMemory: true
  12. logToCurrentFile: true
  13. logToHistoryFile: true
  14. logExpireDays: 14
  15.  
  16. 01/27/2014 08:22:53 PM INFO Init Base directory set to: M:\XBMC Stuff\XBMCMyLibrary
  17. 01/27/2014 08:22:53 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 01/27/2014 08:22:53 PM INFO Init... Initializing SQLite database at: M:\XBMC Stuff\XBMCMyLibrary\res\ArchivedFiles.db
  19. 01/27/2014 08:22:53 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:M:\XBMC Stuff\XBMCMyLibrary\res\ArchivedFiles.db
  20. 01/27/2014 08:22:53 PM INFO Init... Successfully connected to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\ArchivedFiles.db
  21. 01/27/2014 08:22:53 PM DEBUG Init... SQL = CREATE TABLE IF NOT EXISTS ArchivedFiles (id INTEGER PRIMARY KEY AUTOINCREMENT , source_name NOT NULL, dropbox_location NOT NULL, original_path NOT NULL, date_archived TIMESTAMP NOT NULL, missing_since TIMESTAMP, missing_count INTEGER)
  22. 01/27/2014 08:22:53 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 01/27/2014 08:22:53 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 01/27/2014 08:22:53 PM INFO Init... Initializing SQLite database at: M:\XBMC Stuff\XBMCMyLibrary\res\QueuedMetaDataChanges.db
  32. 01/27/2014 08:22:53 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:M:\XBMC Stuff\XBMCMyLibrary\res\QueuedMetaDataChanges.db
  33. 01/27/2014 08:22:53 PM INFO Init... Successfully connected to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\QueuedMetaDataChanges.db
  34. 01/27/2014 08:22:53 PM DEBUG Init... SQL = CREATE table if not exists QueuedChanges (id INTEGER PRIMARY KEY AUTOINCREMENT , dropbox_location NOT NULL, video_type NOT NULL, meta_data_type NOT NULL, value NOT NULL, status NOT NULL)
  35. 01/27/2014 08:22:53 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 01/27/2014 08:22:53 PM INFO Init... Initializing SQLite database at: M:\XBMC Stuff\XBMCMyLibrary\res\scraper.db
  37. 01/27/2014 08:22:53 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:M:\XBMC Stuff\XBMCMyLibrary\res\scraper.db
  38. 01/27/2014 08:22:53 PM INFO Init... Successfully connected to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\scraper.db
  39. 01/27/2014 08:22:53 PM DEBUG Init... SQL = create table if not exists APIQueries (id INTEGER PRIMARY KEY AUTOINCREMENT , api_name NOT NULL, query_url NOT NULL, query_time TIMESTAMP NOT NULL)
  40. 01/27/2014 08:22:53 PM INFO Init... Attempting to auto-determine base directory. If this fails, specify the base directory of this program as a command line parameter.
  41. 01/27/2014 08:22:53 PM NOTICE Init... Base program directory = M:\XBMC Stuff\XBMCMyLibrary
  42. 01/27/2014 08:22:53 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 01/27/2014 08:22:53 PM WARN Init... Failed to parse expiredays attribute in <LoggingLevel>, defaulting to 30
  44. java.lang.NullPointerException
  45. com.bradvido.mylibrary.util.Config.loadConfig(Config.java:149)
  46. com.bradvido.mylibrary.importer.<init>(importer.java:106)
  47. com.bradvido.mylibrary.importer.main(importer.java:49)
  48.  
  49. 01/27/2014 08:22:53 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 01/27/2014 08:22:53 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://localhost:80
  51. 01/27/2014 08:22:53 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 01/27/2014 08:22:53 PM DEBUG Init... XBMCRestart enabled = false
  53. 01/27/2014 08:22:53 PM DEBUG Init... IP Change is disabled
  54. 01/27/2014 08:22:53 PM DEBUG Init... Streaming Dropbox = M:\XBMC Stuff\XBMCMyLibrary\Dropbox
  55. 01/27/2014 08:22:53 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 01/27/2014 08:22:53 PM DEBUG Init... Manual Archiving is disabled.
  57. 01/27/2014 08:22:53 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 01/27/2014 08:22:53 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 01/27/2014 08:22:53 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 01/27/2014 08:22:53 PM INFO Init... Found source iPlayer with path of plugin://plugin.video.iPlayer/
  61. 01/27/2014 08:22:53 PM INFO Init... Setting source's custom_parser to: iPlayer
  62. 01/27/2014 08:22:53 PM INFO Init... Next Subfolder: name=iPlayer/CBeebies, recursive=false, type=episodes, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix=, multi_part=false, force_series=
  63. 01/27/2014 08:22:53 PM DEBUG Init... Added subfolder Filter: type=contains, value=Raa Raa the Noisy Lion || Something Special || The Adventures of Abney and Teal
  64. 01/27/2014 08:22:53 PM INFO Init... Found source VEVO with path of plugin://plugin.video.vevo/
  65. 01/27/2014 08:22:53 PM INFO Init... Setting source's custom_parser to: VEVO
  66. 01/27/2014 08:22:53 PM INFO Init... Next Subfolder: name=VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month, recursive=false, type=music_videos, max_series=-1, max_videos=50, movie_set=, prefix=, suffix=, multi_part=false, force_series=
  67. 01/27/2014 08:22:53 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  68. 01/27/2014 08:22:53 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  69. 01/27/2014 08:22:53 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  70. 01/27/2014 08:22:53 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  71. 01/27/2014 08:22:53 PM DEBUG Init... HTTP POST http://localhost:80/jsonrpc
  72. 01/27/2014 08:22:53 PM DEBUG Init... POST data (Content-Length: 55) =
  73. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  74. 01/27/2014 08:22:53 PM DEBUG Init... JSON-RPC Response:
  75. {"id":"1","jsonrpc":"2.0","result":"pong"}
  76. 01/27/2014 08:22:53 PM INFO Init... JSON-RPC web connected = true
  77. 01/27/2014 08:22:53 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  78. 01/27/2014 08:22:53 PM DEBUG Init... Waiting for connection test to complete on localhost
  79. 01/27/2014 08:22:53 PM INFO Init... Connecting to event listener on localhost:9090
  80. 01/27/2014 08:22:53 PM NOTICE Init... Successfully connected to localhost:9090. Listening for JSON-RPC messages.
  81. 01/27/2014 08:22:53 PM DEBUG Init... Sending request to localhost:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  82.  
  83. 01/27/2014 08:22:53 PM DEBUG Init... 0 ms to fully process last JSON response from localhost
  84. 01/27/2014 08:22:53 PM INFO Init... localhost:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  85. 01/27/2014 08:22:53 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ localhost:9090
  86. 01/27/2014 08:22:55 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  87. 01/27/2014 08:22:55 PM NOTICE Init... Starting source scan for 2 sources...
  88. 01/27/2014 08:22:55 PM INFO Find:Subfolder Searching for subfolder: iPlayer/CBeebies
  89. 01/27/2014 08:22:55 PM DEBUG Find:Subfolder Getting all files in:iPlayer
  90. 01/27/2014 08:22:55 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  91. 01/27/2014 08:22:55 PM DEBUG Find:Subfolder POST data (Content-Length: 191) =
  92. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.iPlayer/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  93. 01/27/2014 08:22:55 PM DEBUG Find:Subfolder JSON-RPC Response:
  94. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  95. 01/27/2014 08:22:55 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: iPlayer (plugin://plugin.video.iPlayer/)
  96. 01/27/2014 08:22:55 PM WARN Find:Subfolder Failed to list files (attempt 1 of 3) for dir: plugin://plugin.video.iPlayer/
  97. 01/27/2014 08:22:56 PM DEBUG Find:Subfolder Getting all files in:iPlayer
  98. 01/27/2014 08:22:56 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  99. 01/27/2014 08:22:56 PM DEBUG Find:Subfolder POST data (Content-Length: 191) =
  100. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.iPlayer/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  101. 01/27/2014 08:22:56 PM DEBUG Find:Subfolder JSON-RPC Response:
  102. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  103. 01/27/2014 08:22:56 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: iPlayer (plugin://plugin.video.iPlayer/)
  104. 01/27/2014 08:22:56 PM WARN Find:Subfolder Failed to list files (attempt 2 of 3) for dir: plugin://plugin.video.iPlayer/
  105. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder Getting all files in:iPlayer
  106. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  107. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder POST data (Content-Length: 191) =
  108. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.iPlayer/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  109. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder JSON-RPC Response:
  110. {"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"}
  111. 01/27/2014 08:22:58 PM ERROR Find:Subfolder Failed to get list of files from JSON-RPC for: iPlayer (plugin://plugin.video.iPlayer/)
  112. 01/27/2014 08:22:58 PM WARN Find:Subfolder Failed to list files (attempt 3 of 3) for dir: plugin://plugin.video.iPlayer/
  113. 01/27/2014 08:22:58 PM ERROR Find:Subfolder Failed to list files after trying 3 times, skipping this directory (and all sub-directories)
  114. 01/27/2014 08:22:58 PM ERROR Find:Subfolder No matching subfolder named "iPlayer/CBeebies" was found. Skipping
  115. 01/27/2014 08:22:58 PM DEBUG Clean:iPlayer SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  116. 01/27/2014 08:22:58 PM DEBUG Clean:iPlayer Set STRING param 1 to iPlayer
  117. 01/27/2014 08:22:58 PM INFO Clean:iPlayer Found 0 videos that are already archived in dropbox from source "iPlayer"
  118. 01/27/2014 08:22:58 PM NOTICE Clean:iPlayer Cleaning dropbox of videos no longer used from source: "iPlayer". Filecount from dropbox from this source is currently: 0
  119. 01/27/2014 08:22:58 PM NOTICE Clean:iPlayer After cleaning dropbox, 0 old files were deleted for a new size of 0 files
  120. 01/27/2014 08:22:58 PM INFO Find:Subfolder Searching for subfolder: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month
  121. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder Getting all files in:VEVO
  122. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  123. 01/27/2014 08:22:58 PM DEBUG Find:Subfolder POST data (Content-Length: 188) =
  124. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.vevo/", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  125. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder JSON-RPC Response:
  126. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv2%2Ffeatured%2Fcarousel.json%3F&mode=listFeatured&page=1","filetype":"directory","label":"Featured","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Featured","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fispremiere%3Dtrue&mode=listVideos&page=1","filetype":"directory","label":"Premieres","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Premieres","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=&mode=listStaffPicks&page=1","filetype":"directory","label":"Staff Picks","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Staff Picks","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=&mode=Trending&page=1","filetype":"directory","label":"Trending","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Trending","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=&mode=toursRightNow&page=1","filetype":"directory","label":"Touring","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Touring","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json&mode=rootVideos&page=1","filetype":"directory","label":"Videos","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Videos","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fartist%2Flist.json&mode=rootArtists&page=1","filetype":"directory","label":"Artists","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Artists","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fshow%2Flist.json%3F&mode=rootShows&page=1","filetype":"directory","label":"Shows","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Shows","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=&mode=favArtists&page=1","filetype":"directory","label":"Favorite Artists","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Favorite Artists","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Ffeatured%2Fstaffpicks.json&mode=rootPlaylists&page=1","filetype":"directory","label":"Playlists","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Playlists","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=&mode=searchArtists&page=1","filetype":"directory","label":"Search","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Search","type":"unknown"}],"limits":{"end":11,"start":0,"total":11}}}
  127. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Found 0 files and 11 directories in VEVO
  128. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO"
  129. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Featured"
  130. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Featured"
  131. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Featured
  132. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Premieres"
  133. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Premieres"
  134. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Premieres
  135. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Staff Picks"
  136. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Staff Picks"
  137. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Staff Picks
  138. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Trending"
  139. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Trending"
  140. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Trending
  141. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Touring"
  142. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Touring"
  143. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Touring
  144. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos"
  145. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos"
  146. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder Getting all files in:VEVO/Videos
  147. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  148. 01/27/2014 08:22:59 PM DEBUG Find:Subfolder POST data (Content-Length: 275) =
  149. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json&mode=rootVideos&page=1", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  150. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder JSON-RPC Response:
  151. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F&mode=sortByVideo&page=1","filetype":"directory","label":"All Genres","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"All Genres","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dpop&mode=sortByVideo&page=1","filetype":"directory","label":"Pop","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Pop","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Draphip-hop&mode=sortByVideo&page=1","filetype":"directory","label":"Rap/Hip-Hop","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Rap/Hip-Hop","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Delectronicdance&mode=sortByVideo&page=1","filetype":"directory","label":"Electronic/Dance","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Electronic/Dance","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dindie&mode=sortByVideo&page=1","filetype":"directory","label":"Indie","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Indie","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Drbsoul&mode=sortByVideo&page=1","filetype":"directory","label":"R&B/Soul","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"R&B/Soul","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Drock&mode=sortByVideo&page=1","filetype":"directory","label":"Rock","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Rock","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dworld&mode=sortByVideo&page=1","filetype":"directory","label":"World","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"World","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Djazz&mode=sortByVideo&page=1","filetype":"directory","label":"Jazz","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Jazz","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dcomedyhumor&mode=sortByVideo&page=1","filetype":"directory","label":"Comedy/Humor","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Comedy/Humor","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dclassical&mode=sortByVideo&page=1","filetype":"directory","label":"Classical","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Classical","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dlatin-pop&mode=sortByVideo&page=1","filetype":"directory","label":"Latin Pop","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Latin Pop","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3Fgenres%3Dcountry&mode=sortByVideo&page=1","filetype":"directory","label":"Country","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Country","type":"unknown"}],"limits":{"end":13,"start":0,"total":13}}}
  152. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder Found 0 files and 13 directories in VEVO/Videos
  153. 01/27/2014 08:23:00 PM INFO Find:Subfolder This label contains a '/', will remove it because it is reserved: "Rap/Hip-Hop"
  154. 01/27/2014 08:23:00 PM INFO Find:Subfolder This label contains a '/', will remove it because it is reserved: "Electronic/Dance"
  155. 01/27/2014 08:23:00 PM INFO Find:Subfolder This label contains a '/', will remove it because it is reserved: "R&B/Soul"
  156. 01/27/2014 08:23:00 PM INFO Find:Subfolder This label contains a '/', will remove it because it is reserved: "Comedy/Humor"
  157. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos"
  158. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres"
  159. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres"
  160. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder Getting all files in:VEVO/Videos/All Genres
  161. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  162. 01/27/2014 08:23:00 PM DEBUG Find:Subfolder POST data (Content-Length: 279) =
  163. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F&mode=sortByVideo&page=1", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  164. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder JSON-RPC Response:
  165. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewed&mode=sortWhenVideo&page=1","filetype":"directory","label":"Most Viewed","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Viewed","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostFavorited&mode=sortWhenVideo&page=1","filetype":"directory","label":"Most Liked","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Liked","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostRecent&mode=listVideos&page=1","filetype":"directory","label":"Most Recent","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Recent","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DRandom&mode=listVideos&page=1","filetype":"directory","label":"Surprise Me","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Surprise Me","type":"unknown"}],"limits":{"end":4,"start":0,"total":4}}}
  166. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder Found 0 files and 4 directories in VEVO/Videos/All Genres
  167. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres"
  168. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed"
  169. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed"
  170. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder Getting all files in:VEVO/Videos/All Genres/Most Viewed
  171. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder HTTP POST http://localhost:80/jsonrpc
  172. 01/27/2014 08:23:01 PM DEBUG Find:Subfolder POST data (Content-Length: 302) =
  173. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewed&mode=sortWhenVideo&page=1", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  174. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder JSON-RPC Response:
  175. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedToday&mode=listVideos&page=1","filetype":"directory","label":"Most Viewed Today","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Viewed Today","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisWeek&mode=listVideos&page=1","filetype":"directory","label":"Most Viewed This Week","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Viewed This Week","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisMonth&mode=listVideos&page=1","filetype":"directory","label":"Most Viewed This Month","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Viewed This Month","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedAllTime&mode=listVideos&page=1","filetype":"directory","label":"Most Viewed All-Time","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"Most Viewed All-Time","type":"unknown"}],"limits":{"end":4,"start":0,"total":4}}}
  176. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Found 0 files and 4 directories in VEVO/Videos/All Genres/Most Viewed
  177. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed"
  178. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed Today"
  179. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed Today"
  180. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/All Genres/Most Viewed/Most Viewed Today
  181. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Week"
  182. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Week"
  183. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Week
  184. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = true for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month"
  185. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Ending search because exact match was found and subfolders are not requested.
  186. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Liked"
  187. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Liked"
  188. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/All Genres/Most Liked
  189. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Recent"
  190. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Recent"
  191. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/All Genres/Most Recent
  192. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Surprise Me"
  193. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Surprise Me"
  194. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/All Genres/Surprise Me
  195. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Pop"
  196. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Pop"
  197. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Pop
  198. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/RapHip-Hop"
  199. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/RapHip-Hop"
  200. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/RapHip-Hop
  201. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/ElectronicDance"
  202. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/ElectronicDance"
  203. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/ElectronicDance
  204. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Indie"
  205. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Indie"
  206. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Indie
  207. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/R&BSoul"
  208. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/R&BSoul"
  209. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/R&BSoul
  210. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Rock"
  211. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Rock"
  212. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Rock
  213. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/World"
  214. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/World"
  215. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/World
  216. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Jazz"
  217. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Jazz"
  218. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Jazz
  219. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/ComedyHumor"
  220. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/ComedyHumor"
  221. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/ComedyHumor
  222. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Classical"
  223. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Classical"
  224. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Classical
  225. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Latin Pop"
  226. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Latin Pop"
  227. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Latin Pop
  228. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Country"
  229. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/Country"
  230. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Videos/Country
  231. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Artists"
  232. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Artists"
  233. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Artists
  234. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Shows"
  235. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Shows"
  236. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Shows
  237. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Favorite Artists"
  238. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Favorite Artists"
  239. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Favorite Artists
  240. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Playlists"
  241. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Playlists"
  242. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Playlists
  243. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Search"
  244. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Exact match = false for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Search"
  245. 01/27/2014 08:23:02 PM DEBUG Find:Subfolder Skipping because it does not match a Subfolder: VEVO/Search
  246. 01/27/2014 08:23:02 PM NOTICE Found! VEVO's subfolder "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" maps to source: plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisMonth&mode=listVideos&page=1 (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month)
  247. 01/27/2014 08:23:02 PM DEBUG Search:VEVO SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  248. 01/27/2014 08:23:02 PM DEBUG Search:VEVO Set STRING param 1 to VEVO
  249. 01/27/2014 08:23:02 PM INFO Search:VEVO Found 51 videos that are already archived in dropbox from source "VEVO"
  250. 01/27/2014 08:23:02 PM NOTICE Archiving Finding all matching videos under subfolder: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month
  251. 01/27/2014 08:23:02 PM DEBUG Archiving Getting all files in:VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month
  252. 01/27/2014 08:23:02 PM DEBUG Archiving HTTP POST http://localhost:80/jsonrpc
  253. 01/27/2014 08:23:02 PM DEBUG Archiving POST data (Content-Length: 308) =
  254. {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisMonth&mode=listVideos&page=1", "properties":["runtime","title","thumbnail","fanart"], "media":"files"}, "id": "1"}
  255. 01/27/2014 08:23:08 PM DEBUG Archiving JSON-RPC Response:
  256. {"id":"1","jsonrpc":"2.0","result":{"files":[{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisMonth&mode=listVideos&page=2","filetype":"directory","label":"*Next Page*","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"*Next Page*","type":"unknown"},{"fanart":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cfanart.jpg/","file":"plugin://plugin.video.vevo/?url=http%3A%2F%2Fapi.vevo.com%2Fmobile%2Fv1%2Fvideo%2Flist.json%3F%26order%3DMostViewedThisMonth&mode=playAll&page=1","filetype":"file","label":"*Play All*","runtime":0,"thumbnail":"image://C%3a%5cUsers%5cD3N2%5cAppData%5cRoaming%5cXBMC%5caddons%5cplugin.video.vevo%5cicon.png/","title":"*Play All*","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f1B7CD50517771C16575DE40A86B5312420133610055825.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300400&mode=playVideo&duration=221","filetype":"file","label":"Miley Cyrus - Wrecking Ball","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1F2BCF2B2ED5FC2F25412FAAB2C4DE6F201369114643878.jpg/","title":"Wrecking Ball","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71301934&mode=playVideo&duration=269","filetype":"file","label":"Katy Perry - Roar (Official)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f4343BC539834ED7785828449C7C6C47220135912551686.jpg/","title":"Roar (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF2DCFE7A1F6345C11E904ADCF296D549.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300651&mode=playVideo&duration=214","filetype":"file","label":"Pitbull - Timber (ft. Ke$ha)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0C22FCC214D53B0AB18A455B5A7BAA7320132511103635344.jpg/","title":"Timber (ft. Ke$ha)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fDCABFAFC688A77D13AA2FD7BE8C77EAE.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71301101&mode=playVideo&duration=282","filetype":"file","label":"OneRepublic - Counting Stars","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f2E3D56D85A1506AFA9F80323DB99F206.jpg/","title":"Counting Stars","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f5117509230BBC93F49769EF24554B786201327694935864.jpeg/","file":"plugin://plugin.video.vevo/?url=NZUV71300005&mode=playVideo&duration=200","filetype":"file","label":"Lorde - Royals (US Version)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0447FB9251D7EBD7EF16FB675951D40820131961749219.jpeg/","title":"Royals (US Version)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71302925&mode=playVideo&duration=318","filetype":"file","label":"Eminem - The Monster (Explicit) (ft. Rihanna)","runtime":300,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3D71CADE189221548865F23A33E450C92013161214362856.jpg/","title":"The Monster (Explicit) (ft. Rihanna)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fFBF72A7D1BF649EB510F07CC8F211AFA.jpg/","file":"plugin://plugin.video.vevo/?url=CH3131340061&mode=playVideo&duration=272","filetype":"file","label":"Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f470AC1327110D3284B02F1A13C33609B2013119111938804.jpg/","title":"Wake Me Up (Official Video) (ft. Aloe Blacc)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f51B073B9F0C69DD0C70156BEEC1834872013167121052937.png/","file":"plugin://plugin.video.vevo/?url=USSD21300209&mode=playVideo&duration=210","filetype":"file","label":"Prince Royce - Darte un Beso","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fAFF084AB9881B49844F8DD53EBB6ECE0201398203545783.jpg/","title":"Darte un Beso","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101300630&mode=playVideo&duration=247","filetype":"file","label":"One Direction - Story of My Life","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f7FF6FDD0C0DB2B3A67458FE77A532DCA2013411124435622.jpg/","title":"Story of My Life","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fDF93CFF4C8AA363DEF0F525CDD2F95612014271122911177.jpg/","file":"plugin://plugin.video.vevo/?url=USSD21300204&mode=playVideo&duration=268","filetype":"file","label":"Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB045F33BA94C888D2D5BB06207D500FB2013259181043692.jpg/","title":"Propuesta Indecente (ft. Eiza Gonzalez)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f8AD260888757A520F6AD48FE64438FB3.jpg/","file":"plugin://plugin.video.vevo/?url=USSM21302428&mode=playVideo&duration=381","filetype":"file","label":"Beyoncé - Drunk in Love (Explicit) (ft. JAY Z)","runtime":360,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0839D86088B658DECD938C2F5F703D522013151244447242.jpg/","title":"Drunk in Love (Explicit) (ft. JAY Z)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fE136D27A0521375256E21D85A99B217F201323911339799.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71302231&mode=playVideo&duration=317","filetype":"file","label":"Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J)","runtime":300,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f104DB7713264868188AB37B05650F8A62013239232011551.jpg/","title":"23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f1B7CD50517771C16575DE40A86B5312420133610055825.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300730&mode=playVideo&duration=277","filetype":"file","label":"Miley Cyrus - Adore You","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3B325E35C13E3FEB2827041295BA17E420132312112723657.jpg/","title":"Adore You","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fFBC1F6E31316179949F139626C6D653E201397185147953.JPG/","file":"plugin://plugin.video.vevo/?url=GBUV71300663&mode=playVideo&duration=238","filetype":"file","label":"Ellie Goulding - Burn","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0A5789376D91479D71071B416387BD502013221117820847.jpg/","title":"Burn","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fFBF72A7D1BF649EB510F07CC8F211AFA.jpg/","file":"plugin://plugin.video.vevo/?url=CH3131340231&mode=playVideo&duration=258","filetype":"file","label":"Avicii - Hey Brother (Lyric)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f9148C6B6E52EB9903D217427F65F83832013221012832526.jpg/","title":"Hey Brother (Lyric)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF88A61061DD5E34B11B381FA3225E87220131511171959834.jpg/","file":"plugin://plugin.video.vevo/?url=USWV21322450&mode=playVideo&duration=230","filetype":"file","label":"Demi Lovato - Let It Go (from \"Frozen\") [Official]","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1904230C5D32FCC72AEFB627CAC560812013301015153796.jpg/","title":"Let It Go (from \"Frozen\") [Official]","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f1B7CD50517771C16575DE40A86B5312420133610055825.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300234&mode=playVideo&duration=213","filetype":"file","label":"Miley Cyrus - We Can't Stop","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fE549BD2AF9F44F8ECAA77D147177AB852013196102825292.jpg/","title":"We Can't Stop","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f900B02E74AFB3ABC5503758510F261522014131121512328.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81400005&mode=playVideo&duration=207","filetype":"file","label":"Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f85F834CAAD746185C408111C61D3C1BC2014101152643391.jpg/","title":"Can't Remember To Forget You (Audio) (ft. Rihanna)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9A5D6ED40F428974AF0D970CB506865F.jpg/","file":"plugin://plugin.video.vevo/?url=GBUV71300528&mode=playVideo&duration=244","filetype":"file","label":"Naughty Boy - La La La (ft. Sam Smith)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fADCC0EDAF683D060F3BF6B15F879E1262013281014042992.png/","title":"La La La (ft. Sam Smith)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71302462&mode=playVideo&duration=236","filetype":"file","label":"Katy Perry - Unconditionally (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fC74C225B1C5F8D82FBC4EF8E2928B4B2201318112122972.jpg/","title":"Unconditionally (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD99089E32709E1311B8022F0B72D5410.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71000127&mode=playVideo&duration=219","filetype":"file","label":"Justin Bieber - Baby (ft. Ludacris)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f6D2D558351E6F7169C901DBBB3378CE0.jpg/","title":"Baby (ft. Ludacris)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f76CBCDF3837C9B5B89FD8DA1DF1F2B56201330714414123.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71300454&mode=playVideo&duration=272","filetype":"file","label":"Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f4DCDEE6D77B9D0B45ABA385251DB7177.jpg/","title":"Blurred Lines (ft. Pharrell Williams, T.I.)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71302661&mode=playVideo&duration=369","filetype":"file","label":"Eminem - Rap God (Explicit)","runtime":360,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fCBBE73AB2E20B1E09D126C03E787C41C2013271161844234.jpg/","title":"Rap God (Explicit)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101300363&mode=playVideo&duration=372","filetype":"file","label":"One Direction - Best Song Ever","runtime":360,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0EDB3E5DAD1C91651CECEAD88EDBDE222013227233820435.jpg/","title":"Best Song Ever","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9F28259D413B673A92EBC605157BA436.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71100390&mode=playVideo&duration=376","filetype":"file","label":"LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett)","runtime":360,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f08C5D223B91F21021C1349135398AC2C.jpg/","title":"Party Rock Anthem (ft. GoonRock, Lauren Bennett)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f6A699B7848490BC912E2E25206F41FAA.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71301986&mode=playVideo&duration=248","filetype":"file","label":"Rihanna - What Now (Official)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB07725005A9B5D7F3CEBE0D348A9559F20131411201748914.jpg/","title":"What Now (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f7F3B150ED7446BD924D3C944AF5A696F.jpg/","file":"plugin://plugin.video.vevo/?url=USSM21302290&mode=playVideo&duration=231","filetype":"file","label":"A Great Big World - Say Something","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f6F4D91AF1303B2000BB31EB6FA47B4AA2013191116853760.jpg/","title":"Say Something","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USCA31100045&mode=playVideo&duration=490","filetype":"file","label":"Katy Perry - Last Friday Night (T.G.I.F.)","runtime":480,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f648914EA15D34F3967E2DE3C2D8CE4F9.jpg/","title":"Last Friday Night (T.G.I.F.)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD99089E32709E1311B8022F0B72D5410.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71302750&mode=playVideo&duration=220","filetype":"file","label":"Justin Bieber - All That Matters","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f9EE7012568C97C797CDDD760C94556DC201321218156699.jpeg/","title":"All That Matters","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f15F2BEE8154854F9158D876CEB97F64620131912142717919.jpg/","file":"plugin://plugin.video.vevo/?url=BE67E1300019&mode=playVideo&duration=232","filetype":"file","label":"Stromae - Papaoutai","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f83B46756838F14135F3A51465ECF872F201325919331842.jpg/","title":"Papaoutai","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f38E15D7FE9BE6024852A8F4143C7C733201371195149962.jpg/","file":"plugin://plugin.video.vevo/?url=GB28K1320008&mode=playVideo&duration=242","filetype":"file","label":"David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3FEFE43C41A6366AB6F8153804EE72B9.jpg/","title":"Play Hard (Official Video) (ft. Akon, Ne-Yo)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fA5B05B6DE0F6ED4E0721D12EB63169F120131810154240739.jpeg/","file":"plugin://plugin.video.vevo/?url=GBUV71301257&mode=playVideo&duration=248","filetype":"file","label":"Enrique Iglesias - Loco (ft. Romeo Santos)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fACE8FCDD525340435D581CD3219C1F172013259172640685.jpg/","title":"Loco (ft. Romeo Santos)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f900B02E74AFB3ABC5503758510F261522014131121512328.jpg/","file":"plugin://plugin.video.vevo/?url=USSM21000872&mode=playVideo&duration=210","filetype":"file","label":"Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fDED014F96E49DDF32831DEC69DEE1124.jpg/","title":"Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71302201&mode=playVideo&duration=215","filetype":"file","label":"Katy Perry - Dark Horse (Audio) (ft. Juicy J)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f12A2C5DE3045D289F1CE55359AACDDDA2013249151626556.jpg/","title":"Dark Horse (Audio) (ft. Juicy J)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fE15FB16AE910F56538E9682E0410977A.jpg/","file":"plugin://plugin.video.vevo/?url=USH5V1321697&mode=playVideo&duration=289","filetype":"file","label":"Selena Gomez - Come & Get It","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1D649EA39DD7949614D9F5E8DFF8ADFF.jpg/","title":"Come & Get It","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71001543&mode=playVideo&duration=266","filetype":"file","label":"Eminem - Love The Way You Lie (ft. Rihanna)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f591CAD9F82A1BEB295826B08237E7160.png/","title":"Love The Way You Lie (ft. Rihanna)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fA180B2B62D839DB71E44684526E8802E2013212132954615.jpg/","file":"plugin://plugin.video.vevo/?url=GBUV71300186&mode=playVideo&duration=235","filetype":"file","label":"John Newman - Love Me Again","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f47F74043DB187E4EA423407197DCB7F02013810124122608.jpg/","title":"Love Me Again","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f13C5C503D75061C1E9FD5F8DBF82027D.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71201720&mode=playVideo&duration=261","filetype":"file","label":"Imagine Dragons - Radioactive","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f53D9CA4DDE708EDE2656A04FFA6CE175201316111459362.jpg/","title":"Radioactive","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fEDC8B2FEAF0E9A7471B1BD846EEC4FFC20132410101351952.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300425&mode=playVideo&duration=234","filetype":"file","label":"Britney Spears - Work B**ch","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f85C5460F6FFF0CBF78ADE12EA69F9F39201330921858560.png/","title":"Work B**ch","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D7DA55736159E49D2D0D2DB7C4F447E2013176175024404.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71302662&mode=playVideo&duration=250","filetype":"file","label":"will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f03E36BFD6217A0D0B872BABAB91439D920132211121739337.jpg/","title":"Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF88A61061DD5E34B11B381FA3225E87220131511171959834.jpg/","file":"plugin://plugin.video.vevo/?url=USH5V1321952&mode=playVideo&duration=238","filetype":"file","label":"Demi Lovato - Neon Lights (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1D3360C691CC0BBF256F6C521DD701FF2013191115410118.jpg/","title":"Neon Lights (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fA74BC1B3B03526DB960A049AB110EC182013278111146264.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71301730&mode=playVideo&duration=214","filetype":"file","label":"Lady Gaga - Applause (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fF2173673C2DCB23E2D8DC9BC7D9E61E9201318819345262.jpeg/","title":"Applause (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f13C5C503D75061C1E9FD5F8DBF82027D.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71300169&mode=playVideo&duration=236","filetype":"file","label":"Imagine Dragons - Demons (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0883E69406A1E8C32962A76807DC9385.jpg/","title":"Demons (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f6A699B7848490BC912E2E25206F41FAA.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71300019&mode=playVideo&duration=247","filetype":"file","label":"Rihanna - Stay (ft. Mikky Ekko)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f670DBA556C606BFFB454FCE989BF87B3.jpg/","title":"Stay (ft. Mikky Ekko)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD99089E32709E1311B8022F0B72D5410.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71201136&mode=playVideo&duration=292","filetype":"file","label":"Justin Bieber - Beauty And A Beat (ft. Nicki Minaj)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3261BE8F3EB014AECD70D8D100440F23.jpg/","title":"Beauty And A Beat (ft. Nicki Minaj)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f6A699B7848490BC912E2E25206F41FAA.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71201766&mode=playVideo&duration=282","filetype":"file","label":"Rihanna - Diamonds","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f33179A731149ECD1DF3A5E5B06DB300B.png/","title":"Diamonds","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101100318&mode=playVideo&duration=206","filetype":"file","label":"One Direction - What Makes You Beautiful","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fE2BBB2EE588F3E2F7A62127D4984C2A3.jpg/","title":"What Makes You Beautiful","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f318307F56B2195696199FE5BF9664695.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300468&mode=playVideo&duration=251","filetype":"file","label":"Kid Ink - Show Me (Explicit) (ft. Chris Brown)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f336613DDCE10B0CF6044D95193CF10CC2013611193841100.jpg/","title":"Show Me (Explicit) (ft. Chris Brown)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f7EE0A29104D777BFD15CE905A13907D52013216133432981.png/","file":"plugin://plugin.video.vevo/?url=USSD21300206&mode=playVideo&duration=326","filetype":"file","label":"Marc Anthony - Vivir Mi Vida","runtime":300,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1509A2AA9C4B7E1A17AFDD429B8E3AE9201369155017845.jpg/","title":"Vivir Mi Vida","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9F05FBC1D68C16D668531CA69318D670.PNG/","file":"plugin://plugin.video.vevo/?url=USRV81300104&mode=playVideo&duration=500","filetype":"file","label":"Justin Timberlake - Mirrors","runtime":480,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f528FB4862C9649606CEDD5E3CB8EC0DD.jpg/","title":"Mirrors","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f8AD260888757A520F6AD48FE64438FB3.jpg/","file":"plugin://plugin.video.vevo/?url=USSM21302436&mode=playVideo&duration=215","filetype":"file","label":"Beyoncé - XO","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fD1163CAB1477D990ABC3AF27B1D5646D20131612134462.jpg/","title":"XO","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9EBBA899F26C4A969D52267F04EF6626.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71301933&mode=playVideo&duration=235","filetype":"file","label":"YG - My Nigga (Explicit) (ft. Rich Homie Quan, Jeezy)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f4A994B0ED7F3AAB840794907BA44BCAE2013699362291.jpg/","title":"My Nigga (Explicit) (ft. Rich Homie Quan, Jeezy)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fE15FB16AE910F56538E9682E0410977A.jpg/","file":"plugin://plugin.video.vevo/?url=USH5V1321806&mode=playVideo&duration=210","filetype":"file","label":"Selena Gomez - Slow Down (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f10C96EBE5BCB6DB554CBE2D3F06DBD7B201320711421889.png/","title":"Slow Down (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF88A61061DD5E34B11B381FA3225E87220131511171959834.jpg/","file":"plugin://plugin.video.vevo/?url=USH5V1321659&mode=playVideo&duration=215","filetype":"file","label":"Demi Lovato - Heart Attack (Official Video)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f4EC070B42014DC6BB9670990FF95C93C.jpg/","title":"Heart Attack (Official Video)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF2DCFE7A1F6345C11E904ADCF296D549.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300147&mode=playVideo&duration=236","filetype":"file","label":"Pitbull - Feel This Moment (ft. Christina Aguilera)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB8D1A43DA2D214130468921CFC9C090C201311716402255.jpg/","title":"Feel This Moment (ft. Christina Aguilera)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f61013FD2ACF480E180C40B93D1C1D751.jpg/","file":"plugin://plugin.video.vevo/?url=USCA31300017&mode=playVideo&duration=227","filetype":"file","label":"Capital Cities - Safe And Sound (Official Video)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f60671E8A723D56D7D5F59035EC2873D1.jpg/","title":"Safe And Sound (Official Video)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f0F1079FE374F76703DE2C41823590E8F2013310115123251.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71302093&mode=playVideo&duration=223","filetype":"file","label":"Maejor Ali - Lolly (Explicit) (ft. Juicy J, Justin Bieber)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f2F02633BAAE583DC085A694320551B03201325919249996.jpg/","title":"Lolly (Explicit) (ft. Juicy J, Justin Bieber)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fB4D827D0CB62C629245640EE745BCD7F.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81200480&mode=playVideo&duration=242","filetype":"file","label":"P!nk - Just Give Me A Reason (ft. Nate Ruess)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f2AE28106A3D1BA3ED929D1F964B6D16F.jpg/","title":"Just Give Me A Reason (ft. Nate Ruess)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f339C6BD69774717267F4DF7952D7CABB20132310115710235.jpg/","file":"plugin://plugin.video.vevo/?url=GB1101300191&mode=playVideo&duration=226","filetype":"file","label":"Calvin Harris - I Need Your Love (ft. Ellie Goulding)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fAF4CE3AB6BE20A98D34C3BAF8E1ECF53.jpg/","title":"I Need Your Love (ft. Ellie Goulding)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71001075&mode=playVideo&duration=259","filetype":"file","label":"Eminem - Not Afraid","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f51C55B3743BC3CD2E2ADBBDDC2A29346.jpg/","title":"Not Afraid","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f2379321ABDC9F1BE7AE65953444FA9DF20131911222150679.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71300575&mode=playVideo&duration=262","filetype":"file","label":"Anna Kendrick - Cups (Pitch Perfect’s “When I’m Gone”)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1A755E486CF5E11E444E46758108A27D2013247125129649.jpg/","title":"Cups (Pitch Perfect’s “When I’m Gone”)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D7DA55736159E49D2D0D2DB7C4F447E2013176175024404.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71201859&mode=playVideo&duration=291","filetype":"file","label":"will.i.am - Scream & Shout (ft. Britney Spears)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fF0BC1AD78FA1CAC54890EA2AC0D66418.jpg/","title":"Scream & Shout (ft. Britney Spears)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USCA31200061&mode=playVideo&duration=276","filetype":"file","label":"Katy Perry - Wide Awake","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f4503D16F6236DB2B27A75D12E73C82FA.jpg/","title":"Wide Awake","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9C34AC002488090D05AC98E54940C74720133917446945.png/","file":"plugin://plugin.video.vevo/?url=FR1A91200600&mode=playVideo&duration=282","filetype":"file","label":"Maître Gims - Bella","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fF92E8828BC532932D197EE78E3B472DB2013186851316.jpg/","title":"Bella","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fA97B27FA673FE7561162E9A442F4367920133110123824893.jpg/","file":"plugin://plugin.video.vevo/?url=USNPD1200129&mode=playVideo&duration=256","filetype":"file","label":"Daddy Yankee - Limbo","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f003C79B281E7E8FB7A54DD910F4ECB15.jpg/","title":"Limbo","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fFBF72A7D1BF649EB510F07CC8F211AFA.jpg/","file":"plugin://plugin.video.vevo/?url=CH3131340271&mode=playVideo&duration=262","filetype":"file","label":"Avicii - Hey Brother","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1AD91D3ADAE221C5AFAF690FB42DE7632013912121920652.jpg/","title":"Hey Brother","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USCA30800121&mode=playVideo&duration=283","filetype":"file","label":"Katy Perry - Hot N Cold","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f5C26A615DEA016C93CC92074D5F4B79620133010142931936.jpg/","title":"Hot N Cold","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fA5B05B6DE0F6ED4E0721D12EB63169F120131810154240739.jpeg/","file":"plugin://plugin.video.vevo/?url=GBUV71400021&mode=playVideo&duration=261","filetype":"file","label":"Enrique Iglesias - El Perdedor (Pop) (ft. Marco Antonio Solís)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fBD9E82A55056F4F68681E2311BC9BA6820141712062484.jpg/","title":"El Perdedor (Pop) (ft. Marco Antonio Solís)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f6A699B7848490BC912E2E25206F41FAA.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71300118&mode=playVideo&duration=196","filetype":"file","label":"Rihanna - Pour It Up (Explicit)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f761EBB96BFCF23CF73F6CAE0A5463E012013210173510361.jpg/","title":"Pour It Up (Explicit)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f3B4B846060BF332155C8F41041D26FC4.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81300299&mode=playVideo&duration=254","filetype":"file","label":"Chris Brown - Love More (Explicit) (ft. Nicki Minaj)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fEB238DD03C29CDD3DDCF12AB7CA0394120132981637121.jpg/","title":"Love More (Explicit) (ft. Nicki Minaj)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fFBF72A7D1BF649EB510F07CC8F211AFA.jpg/","file":"plugin://plugin.video.vevo/?url=CH3131340062&mode=playVideo&duration=251","filetype":"file","label":"Avicii - Wake Me Up (Lyric Video)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f2F037522C9ABE68FCA0C517A3A1FFBC52014151231653298.png/","title":"Wake Me Up (Lyric Video)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f02E9762B653A25BCCAE115FC1A7F46F9.jpg/","file":"plugin://plugin.video.vevo/?url=USSM21302088&mode=playVideo&duration=307","filetype":"file","label":"John Legend - All of Me","runtime":300,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB466006925094DD87CEE729D24E652A22013110175744858.jpg/","title":"All of Me","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f15221241DD9FD43F0B58C47F099358F3.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71100181&mode=playVideo&duration=266","filetype":"file","label":"Jennifer Lopez - On The Floor (ft. Pitbull)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3F3C19FA0EEA098651F07C38FE0EAC34.jpg/","title":"On The Floor (ft. Pitbull)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71301952&mode=playVideo&duration=259","filetype":"file","label":"Eminem - Berzerk (Official) (Explicit)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fDE17D8158689DF787951E594DAA3306E2013710173339410.jpg/","title":"Berzerk (Official) (Explicit)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f8BCB7066B189F1E561F6A665715EFB1E.jpg/","file":"plugin://plugin.video.vevo/?url=GB1411000094&mode=playVideo&duration=233","filetype":"file","label":"Adele - Rolling in the Deep","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fDF09B7FA463832D1B50187802875A7ED.jpg/","title":"Rolling in the Deep","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f256A0611A7486C3BBDDE2A0658A7E87920139714327518.jpg/","file":"plugin://plugin.video.vevo/?url=GB1101300688&mode=playVideo&duration=223","filetype":"file","label":"Little Mix - Move","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB80D89F43283222092388F793B25FF9D2013271013434780.jpg/","title":"Move","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101200812&mode=playVideo&duration=197","filetype":"file","label":"One Direction - Live While We're Young","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3F34A47D3ED52D496F4DA5D2738F47D4.jpg/","title":"Live While We're Young","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f15F2BEE8154854F9158D876CEB97F64620131912142717919.jpg/","file":"plugin://plugin.video.vevo/?url=BE67E1300027&mode=playVideo&duration=217","filetype":"file","label":"Stromae - Tous Les Mêmes","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fF3F8EF02CDFAC13DBF5E29390D2A609720131812122652725.jpg/","title":"Tous Les Mêmes","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USCA31000112&mode=playVideo&duration=237","filetype":"file","label":"Katy Perry - Firework","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f64F3D2D4D599AB75980302BBB20D4A45.jpg/","title":"Firework","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f8BCB7066B189F1E561F6A665715EFB1E.jpg/","file":"plugin://plugin.video.vevo/?url=GB1411100077&mode=playVideo&duration=284","filetype":"file","label":"Adele - Someone Like You","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f0D456A93027C7B14E0F0432276CF5DD3.jpg/","title":"Someone Like You","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f6A699B7848490BC912E2E25206F41FAA.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV71101839&mode=playVideo&duration=275","filetype":"file","label":"Rihanna - We Found Love","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f66AEB9CF0ACC73895B7F6B15C0837112.jpg/","title":"We Found Love","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f819E7B8BC9AB3F9E5374691D9B628EAB201310915537741.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71302229&mode=playVideo&duration=216","filetype":"file","label":"Zedd - Stay The Night (ft. Hayley Williams from Paramore)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB33318655E3CB3B03ECB8E3DB050FA4A201322918400606.jpg/","title":"Stay The Night (ft. Hayley Williams from Paramore)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fF2DCFE7A1F6345C11E904ADCF296D549.jpg/","file":"plugin://plugin.video.vevo/?url=USRV81100285&mode=playVideo&duration=248","filetype":"file","label":"Pitbull - International Love (ft. Chris Brown)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fC5AC2E9EA95DDB5C6E7B3499454AD21C.jpg/","title":"International Love (ft. Chris Brown)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f339C6BD69774717267F4DF7952D7CABB20132310115710235.jpg/","file":"plugin://plugin.video.vevo/?url=GB1101300709&mode=playVideo&duration=210","filetype":"file","label":"Calvin Harris - Under Control (ft. Hurts)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3C2EC8AA87331ED04F64CDD72EBF874520131610154757786.jpg/","title":"Under Control (ft. Hurts)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f261728523B2C44B11EA9F4F70D1E8F5A.jpg/","file":"plugin://plugin.video.vevo/?url=BRV8Z1100017&mode=playVideo&duration=210","filetype":"file","label":"Léo Rodriguez - Bará Bará Berê Berê","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fFEB6809C348EDB63E50BCD381055FF66.jpg/","title":"Bará Bará Berê Berê","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD99089E32709E1311B8022F0B72D5410.jpg/","file":"plugin://plugin.video.vevo/?url=USUV71200411&mode=playVideo&duration=210","filetype":"file","label":"Justin Bieber - Boyfriend","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f3EE252F56D1693CEA86ACBCB24D42033.jpg/","title":"Boyfriend","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f4BDAE72DD14675D22BCDDFAF0403940E.jpg/","file":"plugin://plugin.video.vevo/?url=USCMV1100034&mode=playVideo&duration=218","filetype":"file","label":"Nicki Minaj - Super Bass","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f06D2F132E346ADC64C79F10635186BE7.jpg/","title":"Super Bass","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f38E15D7FE9BE6024852A8F4143C7C733201371195149962.jpg/","file":"plugin://plugin.video.vevo/?url=GB28K1120174&mode=playVideo&duration=245","filetype":"file","label":"David Guetta - Titanium (ft. Sia)","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f10EE063F4CD1DCE637DB4916C0D7AAC9.jpg/","title":"Titanium (ft. Sia)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f9D117A7B47524B2C1BC0930469C910742013278132921882.jpeg/","file":"plugin://plugin.video.vevo/?url=USUV70502343&mode=playVideo&duration=373","filetype":"file","label":"Eminem - When I'm Gone","runtime":360,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f5C3D5084ED523C76D3AF41F5CBDB1B2E.jpg/","title":"When I'm Gone","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f38E15D7FE9BE6024852A8F4143C7C733201371195149962.jpg/","file":"plugin://plugin.video.vevo/?url=GB28K1220075&mode=playVideo&duration=237","filetype":"file","label":"David Guetta - She Wolf (Falling To Pieces) (ft. Sia)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fD2C8BABFAF6CB8CA9795C5015DCC949C.jpg/","title":"She Wolf (Falling To Pieces) (ft. Sia)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fD29F946E54A8B55D42FD7C3C8292FB2920132310151933847.jpg/","file":"plugin://plugin.video.vevo/?url=USCA31200008&mode=playVideo&duration=251","filetype":"file","label":"Katy Perry - Part Of Me","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f73AB744B593333575DD42E1FB97FA8CA.jpg/","title":"Part Of Me","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fC4F24947FAC7A93ED9143DD740E29D50201328515121213.jpg/","file":"plugin://plugin.video.vevo/?url=USCJY1231268&mode=playVideo&duration=243","filetype":"file","label":"Taylor Swift - 22","runtime":240,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f41AD29587D48F99AB19B9A72788D4546.jpg/","title":"22","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101100879&mode=playVideo&duration=197","filetype":"file","label":"One Direction - One Thing","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fB22DDBE72DC63826B64E79E15F884BDA.jpg/","title":"One Thing","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f2035B47CCEEA88FE59B47B0F57DFAEB1.jpg/","file":"plugin://plugin.video.vevo/?url=USCMV1300176&mode=playVideo&duration=217","filetype":"file","label":"Tyga - Wait For A Minute (Explicit) (ft. Justin Bieber)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fF61816E25A5605BF2124FFF53ED4BB9A201318122335069.jpg/","title":"Wait For A Minute (Explicit) (ft. Justin Bieber)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101201088&mode=playVideo&duration=189","filetype":"file","label":"One Direction - Kiss You (Official)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1061A4034C65583430ADF1F4B3661AD1.png/","title":"Kiss You (Official)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2fCFACF4DAF778858D2616F9C6D76BE188201318620635681.jpeg/","file":"plugin://plugin.video.vevo/?url=CAB401100094&mode=playVideo&duration=199","filetype":"file","label":"Carly Rae Jepsen - Call Me Maybe","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f86D1EBD8F38239ED1D698A586A516BE3.jpg/","title":"Call Me Maybe","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f5F3DB0001FCC4A81CC111F01EFAF1964.jpg/","file":"plugin://plugin.video.vevo/?url=USIV20300654&mode=playVideo&duration=556","filetype":"file","label":"Guns N' Roses - November Rain","runtime":540,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1755D42D23EA8F0A34FBBAA4349ECBA1.jpg/","title":"November Rain","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f2DFEE8D90ACD07D962EBB4AD3EA752EB2013179135429678.jpg/","file":"plugin://plugin.video.vevo/?url=FRUV71300319&mode=playVideo&duration=213","filetype":"file","label":"Vitaa - Game Over (ft. Maître Gims)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2fA692BB57E3435A70898B815A3FB58A022013310104828868.jpg/","title":"Game Over (ft. Maître Gims)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f713299C6E1D8C43AD41C05F8EFB37FDB2014161173238701.png/","file":"plugin://plugin.video.vevo/?url=GB1101201292&mode=playVideo&duration=202","filetype":"file","label":"One Direction - One Way Or Another (Teenage Kicks)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f2D0B0FBA0ED5A4559C35B1A02EC03D88.jpg/","title":"One Way Or Another (Teenage Kicks)","type":"unknown"},{"fanart":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fartist%2f8AD260888757A520F6AD48FE64438FB3.jpg/","file":"plugin://plugin.video.vevo/?url=USSM20803009&mode=playVideo&duration=198","filetype":"file","label":"Beyoncé - Single Ladies (Put a Ring on It)","runtime":180,"thumbnail":"image://http%3a%2f%2fimg.cache.vevo.com%2fContent%2fVevoImages%2fvideo%2f1215DF850A38ECAE1DDD955E9164FD95.jpg/","title":"Single Ladies (Put a Ring on It)","type":"unknown"}],"limits":{"end":102,"start":0,"total":102}}}
  257. 01/27/2014 08:23:08 PM DEBUG Archiving Found 101 files and 1 directories in VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month
  258. 01/27/2014 08:23:08 PM DEBUG Archiving Exact match = true for regular match. Checked if Subfolder: "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month" = "VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month"
  259. 01/27/2014 08:23:08 PM DEBUG Archiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/*Play All*
  260. 01/27/2014 08:23:08 PM DEBUG Archiving Getting music video title from: *Play All*
  261. 01/27/2014 08:23:08 PM WARN Archiving Cannot get Artist/Title from music video: "*Play All*" (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/*Play All*): Not in "Artist - Title" format.
  262. 01/27/2014 08:23:08 PM NOTICE Archiving Done retrieving files from JSON-RPC for subfolder: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month
  263. 01/27/2014 08:23:08 PM INFO Archiving There are 100 files that stil need to be archived, waiting for archiving to finish before proceeding to next subfolder.
  264. 01/27/2014 08:23:08 PM WARN Archiving Cannot be archived: series=null, title=null, season=-1, episode=-1
  265. VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/*Play All*
  266. 01/27/2014 08:23:08 PM DEBUG Archiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - Wrecking Ball
  267. 01/27/2014 08:23:08 PM DEBUG Archiving Getting music video title from: Miley Cyrus - Wrecking Ball
  268. 01/27/2014 08:23:08 PM DEBUG Archiving Artist=Miley Cyrus. Title=Wrecking Ball
  269. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  270. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  271. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  272. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  273. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 191
  274. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  275. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  276. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  277. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  278. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  279. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  280. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 192
  281. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  282. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  283. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - Wrecking Ball)
  284. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  285. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Wrecking Ball.strm
  286. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Roar (Official)
  287. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Katy Perry - Roar (Official)
  288. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Katy Perry. Title=Roar (Official)
  289. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  290. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  291. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  292. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  293. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 193
  294. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  295. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  296. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  297. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  298. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  299. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  300. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 194
  301. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  302. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  303. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Roar (Official))
  304. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  305. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  306. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Pitbull - Timber (ft. Ke$ha)
  307. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Pitbull - Timber (ft. Ke$ha)
  308. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Pitbull. Title=Timber (ft. Ke$ha)
  309. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  310. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  311. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  312. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  313. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 195
  314. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  315. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  316. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  317. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  318. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  319. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  320. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 196
  321. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  322. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  323. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Pitbull - Timber (ft. Ke$ha))
  324. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  325. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  326. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/OneRepublic - Counting Stars
  327. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: OneRepublic - Counting Stars
  328. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=OneRepublic. Title=Counting Stars
  329. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  330. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  331. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  332. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  333. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 199
  334. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  335. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  336. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  337. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  338. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  339. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  340. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 200
  341. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  342. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  343. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/OneRepublic - Counting Stars)
  344. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  345. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\OneRepublic - Counting Stars.strm
  346. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Lorde - Royals (US Version)
  347. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Lorde - Royals (US Version)
  348. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Lorde. Title=Royals (US Version)
  349. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  350. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  351. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  352. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  353. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 201
  354. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  355. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  356. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  357. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  358. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  359. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  360. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 202
  361. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  362. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  363. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Lorde - Royals (US Version))
  364. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  365. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  366. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - The Monster (Explicit) (ft. Rihanna)
  367. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Eminem - The Monster (Explicit) (ft. Rihanna)
  368. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Eminem. Title=The Monster (Explicit) (ft. Rihanna)
  369. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  370. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  371. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  372. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  373. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 5
  374. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  375. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  376. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  377. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  378. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  379. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  380. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 6
  381. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  382. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  383. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - The Monster (Explicit) (ft. Rihanna))
  384. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  385. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  386. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc)
  387. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc)
  388. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Avicii. Title=Wake Me Up (Official Video) (ft. Aloe Blacc)
  389. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  390. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  391. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  392. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  393. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 203
  394. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  395. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  396. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  397. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  398. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  399. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  400. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 204
  401. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  402. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  403. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc))
  404. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  405. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  406. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Prince Royce - Darte un Beso
  407. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Prince Royce - Darte un Beso
  408. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Prince Royce. Title=Darte un Beso
  409. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  410. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  411. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  412. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  413. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 207
  414. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  415. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  416. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  417. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  418. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  419. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  420. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 208
  421. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  422. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  423. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Prince Royce - Darte un Beso)
  424. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  425. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  426. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - Story of My Life
  427. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: One Direction - Story of My Life
  428. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=One Direction. Title=Story of My Life
  429. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  430. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  431. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  432. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  433. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 205
  434. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  435. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  436. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  437. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  438. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  439. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  440. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 206
  441. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  442. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  443. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - Story of My Life)
  444. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  445. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Story of My Life.strm
  446. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez)
  447. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez)
  448. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Romeo Santos. Title=Propuesta Indecente (ft. Eiza Gonzalez)
  449. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  450. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  451. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  452. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  453. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 211
  454. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  455. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  456. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  457. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  458. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  459. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  460. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 212
  461. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  462. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  463. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez))
  464. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  465. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  466. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Beyoncé - Drunk in Love (Explicit) (ft. JAY Z)
  467. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Beyoncé - Drunk in Love (Explicit) (ft. JAY Z)
  468. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Beyoncé. Title=Drunk in Love (Explicit) (ft. JAY Z)
  469. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  470. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  471. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  472. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  473. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 209
  474. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  475. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  476. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  477. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  478. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  479. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  480. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 210
  481. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  482. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  483. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Beyoncé - Drunk in Love (Explicit) (ft. JAY Z))
  484. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  485. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  486. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J)
  487. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J)
  488. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Mike WiLL Made-It. Title=23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J)
  489. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  490. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  491. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  492. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  493. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 25
  494. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  495. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  496. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  497. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  498. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  499. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  500. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 26
  501. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  502. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  503. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J))
  504. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  505. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  506. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - Adore You
  507. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Miley Cyrus - Adore You
  508. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Miley Cyrus. Title=Adore You
  509. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  510. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  511. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  512. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  513. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 197
  514. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  515. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  516. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  517. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  518. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  519. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  520. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 198
  521. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  522. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  523. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - Adore You)
  524. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  525. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - Adore You.strm
  526. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Ellie Goulding - Burn
  527. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Ellie Goulding - Burn
  528. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Ellie Goulding. Title=Burn
  529. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  530. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  531. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  532. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  533. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 213
  534. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  535. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  536. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  537. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  538. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  539. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  540. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 214
  541. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  542. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  543. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Ellie Goulding - Burn)
  544. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  545. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Ellie Goulding - Burn.strm
  546. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Avicii - Hey Brother (Lyric)
  547. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Avicii - Hey Brother (Lyric)
  548. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Avicii. Title=Hey Brother (Lyric)
  549. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  550. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  551. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  552. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  553. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 215
  554. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  555. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  556. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  557. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  558. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  559. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  560. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 216
  561. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  562. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  563. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Avicii - Hey Brother (Lyric))
  564. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  565. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  566. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Demi Lovato - Let It Go (from "Frozen") [Official]
  567. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Demi Lovato - Let It Go (from "Frozen") [Official]
  568. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Demi Lovato. Title=Let It Go (from "Frozen") [Official]
  569. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  570. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  571. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  572. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  573. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 219
  574. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  575. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  576. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  577. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  578. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  579. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  580. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 220
  581. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  582. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  583. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Demi Lovato - Let It Go (from "Frozen") [Official])
  584. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  585. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  586. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - We Can't Stop
  587. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Miley Cyrus - We Can't Stop
  588. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Miley Cyrus. Title=We Can't Stop
  589. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  590. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  591. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  592. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  593. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 217
  594. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  595. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  596. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  597. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  598. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  599. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  600. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 218
  601. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  602. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  603. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Miley Cyrus - We Can't Stop)
  604. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  605. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Miley Cyrus - We Can't Stop.strm
  606. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna)
  607. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna)
  608. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Shakira. Title=Can't Remember To Forget You (Audio) (ft. Rihanna)
  609. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  610. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  611. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  612. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  613. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 223
  614. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  615. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  616. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  617. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  618. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  619. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  620. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 224
  621. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  622. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  623. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna))
  624. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  625. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  626. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Naughty Boy - La La La (ft. Sam Smith)
  627. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Naughty Boy - La La La (ft. Sam Smith)
  628. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Naughty Boy. Title=La La La (ft. Sam Smith)
  629. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  630. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  631. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  632. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  633. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 221
  634. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  635. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  636. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  637. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  638. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  639. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  640. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 222
  641. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  642. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  643. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Naughty Boy - La La La (ft. Sam Smith))
  644. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  645. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  646. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Unconditionally (Official)
  647. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Katy Perry - Unconditionally (Official)
  648. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Katy Perry. Title=Unconditionally (Official)
  649. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  650. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  651. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  652. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  653. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 225
  654. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  655. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  656. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  657. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  658. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  659. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  660. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 226
  661. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  662. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  663. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Unconditionally (Official))
  664. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  665. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  666. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - Baby (ft. Ludacris)
  667. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Justin Bieber - Baby (ft. Ludacris)
  668. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Justin Bieber. Title=Baby (ft. Ludacris)
  669. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  670. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  671. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  672. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  673. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 227
  674. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  675. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  676. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  677. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  678. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  679. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  680. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 228
  681. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  682. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  683. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - Baby (ft. Ludacris))
  684. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  685. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  686. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.)
  687. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.)
  688. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Robin Thicke. Title=Blurred Lines (ft. Pharrell Williams, T.I.)
  689. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  690. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  691. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  692. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  693. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 229
  694. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  695. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  696. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  697. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  698. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  699. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  700. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 230
  701. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  702. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  703. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.))
  704. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  705. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  706. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - Rap God (Explicit)
  707. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Eminem - Rap God (Explicit)
  708. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Eminem. Title=Rap God (Explicit)
  709. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  710. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  711. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  712. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  713. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 43
  714. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  715. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  716. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  717. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  718. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  719. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  720. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 44
  721. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  722. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  723. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - Rap God (Explicit))
  724. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  725. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  726. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - Best Song Ever
  727. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: One Direction - Best Song Ever
  728. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=One Direction. Title=Best Song Ever
  729. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  730. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  731. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  732. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  733. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 233
  734. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  735. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  736. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  737. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  738. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  739. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  740. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 234
  741. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  742. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  743. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - Best Song Ever)
  744. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  745. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - Best Song Ever.strm
  746. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett)
  747. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett)
  748. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=LMFAO. Title=Party Rock Anthem (ft. GoonRock, Lauren Bennett)
  749. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  750. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  751. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  752. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  753. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 235
  754. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  755. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  756. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  757. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  758. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  759. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  760. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 236
  761. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  762. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  763. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett))
  764. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  765. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  766. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - What Now (Official)
  767. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Rihanna - What Now (Official)
  768. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Rihanna. Title=What Now (Official)
  769. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  770. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  771. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  772. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  773. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 231
  774. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  775. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  776. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  777. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  778. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  779. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  780. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 232
  781. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  782. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  783. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - What Now (Official))
  784. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  785. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  786. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/A Great Big World - Say Something
  787. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: A Great Big World - Say Something
  788. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=A Great Big World. Title=Say Something
  789. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  790. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  791. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  792. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  793. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 239
  794. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  795. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  796. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  797. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  798. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  799. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  800. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 240
  801. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  802. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  803. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/A Great Big World - Say Something)
  804. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  805. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\A Great Big World - Say Something.strm
  806. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Last Friday Night (T.G.I.F.)
  807. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Katy Perry - Last Friday Night (T.G.I.F.)
  808. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Katy Perry. Title=Last Friday Night (T.G.I.F.)
  809. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  810. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  811. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  812. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  813. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 237
  814. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  815. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  816. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  817. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  818. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  819. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  820. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 238
  821. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  822. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  823. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Last Friday Night (T.G.I.F.))
  824. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  825. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Last Friday Night (T.G.I.F.).strm
  826. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - All That Matters
  827. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Justin Bieber - All That Matters
  828. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Justin Bieber. Title=All That Matters
  829. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  830. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  831. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  832. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  833. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 241
  834. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  835. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  836. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  837. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  838. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  839. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  840. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 242
  841. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  842. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  843. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - All That Matters)
  844. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  845. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  846. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Stromae - Papaoutai
  847. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Stromae - Papaoutai
  848. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Stromae. Title=Papaoutai
  849. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  850. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  851. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  852. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  853. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 243
  854. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  855. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  856. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  857. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  858. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  859. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  860. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 244
  861. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  862. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  863. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Stromae - Papaoutai)
  864. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  865. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Stromae - Papaoutai.strm
  866. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo)
  867. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo)
  868. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=David Guetta. Title=Play Hard (Official Video) (ft. Akon, Ne-Yo)
  869. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  870. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  871. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  872. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  873. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 245
  874. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  875. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  876. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  877. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  878. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  879. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  880. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 246
  881. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  882. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  883. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo))
  884. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  885. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  886. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Enrique Iglesias - Loco (ft. Romeo Santos)
  887. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Enrique Iglesias - Loco (ft. Romeo Santos)
  888. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Enrique Iglesias. Title=Loco (ft. Romeo Santos)
  889. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  890. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  891. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  892. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  893. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 251
  894. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  895. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  896. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  897. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  898. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  899. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  900. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 252
  901. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  902. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  903. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Enrique Iglesias - Loco (ft. Romeo Santos))
  904. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  905. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  906. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground)
  907. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground)
  908. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Shakira. Title=Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground)
  909. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  910. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  911. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  912. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  913. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 249
  914. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  915. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  916. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  917. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  918. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  919. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  920. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 250
  921. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  922. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  923. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song) (ft. Freshlyground))
  924. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  925. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  926. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Dark Horse (Audio) (ft. Juicy J)
  927. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Katy Perry - Dark Horse (Audio) (ft. Juicy J)
  928. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Katy Perry. Title=Dark Horse (Audio) (ft. Juicy J)
  929. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  930. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  931. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  932. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  933. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 253
  934. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  935. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  936. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  937. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  938. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  939. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  940. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 254
  941. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  942. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  943. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Katy Perry - Dark Horse (Audio) (ft. Juicy J))
  944. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  945. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  946. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Selena Gomez - Come & Get It
  947. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Selena Gomez - Come & Get It
  948. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Selena Gomez. Title=Come & Get It
  949. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  950. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  951. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  952. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  953. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 247
  954. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  955. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  956. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  957. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  958. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  959. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  960. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 248
  961. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  962. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  963. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Selena Gomez - Come & Get It)
  964. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  965. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Selena Gomez - Come & Get It.strm
  966. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - Love The Way You Lie (ft. Rihanna)
  967. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Eminem - Love The Way You Lie (ft. Rihanna)
  968. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Eminem. Title=Love The Way You Lie (ft. Rihanna)
  969. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  970. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  971. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  972. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  973. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 63
  974. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  975. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  976. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  977. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  978. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  979. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  980. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 64
  981. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  982. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  983. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Eminem - Love The Way You Lie (ft. Rihanna))
  984. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  985. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  986. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/John Newman - Love Me Again
  987. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: John Newman - Love Me Again
  988. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=John Newman. Title=Love Me Again
  989. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  990. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  991. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  992. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  993. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 255
  994. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  995. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  996. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  997. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  998. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  999. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1000. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 256
  1001. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  1002. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  1003. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/John Newman - Love Me Again)
  1004. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1005. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\John Newman - Love Me Again.strm
  1006. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Imagine Dragons - Radioactive
  1007. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Imagine Dragons - Radioactive
  1008. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Imagine Dragons. Title=Radioactive
  1009. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1010. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1011. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1012. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1013. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 257
  1014. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1015. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1016. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1017. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1018. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1019. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1020. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 258
  1021. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1022. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1023. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Imagine Dragons - Radioactive)
  1024. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1025. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Radioactive.strm
  1026. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Britney Spears - Work B**ch
  1027. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: Britney Spears - Work B**ch
  1028. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=Britney Spears. Title=Work B**ch
  1029. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1030. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1031. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1032. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1033. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 259
  1034. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1035. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1036. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1037. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1038. 01/27/2014 08:23:08 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1039. 01/27/2014 08:23:08 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1040. 01/27/2014 08:23:08 PM DEBUG MetaData Set INT param 1 to 260
  1041. 01/27/2014 08:23:08 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1042. 01/27/2014 08:23:08 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1043. 01/27/2014 08:23:08 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Britney Spears - Work B**ch)
  1044. 01/27/2014 08:23:08 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1045. 01/27/2014 08:23:08 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1046. 01/27/2014 08:23:08 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa)
  1047. 01/27/2014 08:23:08 PM DEBUG Arvhiving Getting music video title from: will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa)
  1048. 01/27/2014 08:23:08 PM DEBUG Arvhiving Artist=will.i.am. Title=Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa)
  1049. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1050. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1051. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1052. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1053. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 101
  1054. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1055. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1056. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1057. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1058. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1059. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1060. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 102
  1061. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1062. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1063. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa))
  1064. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1065. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1066. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Demi Lovato - Neon Lights (Official)
  1067. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Demi Lovato - Neon Lights (Official)
  1068. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Demi Lovato. Title=Neon Lights (Official)
  1069. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1070. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1071. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1072. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1073. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 263
  1074. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1075. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1076. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1077. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1078. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1079. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1080. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 264
  1081. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1082. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1083. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Demi Lovato - Neon Lights (Official))
  1084. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1085. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1086. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Lady Gaga - Applause (Official)
  1087. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Lady Gaga - Applause (Official)
  1088. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Lady Gaga. Title=Applause (Official)
  1089. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1090. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1091. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1092. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1093. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 261
  1094. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1095. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1096. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1097. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1098. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1099. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1100. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 262
  1101. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1102. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1103. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Lady Gaga - Applause (Official))
  1104. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1105. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1106. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Imagine Dragons - Demons (Official)
  1107. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Imagine Dragons - Demons (Official)
  1108. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Imagine Dragons. Title=Demons (Official)
  1109. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1110. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1111. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1112. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1113. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 271
  1114. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1115. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1116. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1117. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1118. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1119. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1120. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 272
  1121. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1122. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1123. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Imagine Dragons - Demons (Official))
  1124. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1125. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1126. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - Stay (ft. Mikky Ekko)
  1127. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Rihanna - Stay (ft. Mikky Ekko)
  1128. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Rihanna. Title=Stay (ft. Mikky Ekko)
  1129. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1130. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1131. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1132. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1133. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 265
  1134. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1135. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1136. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1137. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1138. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1139. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1140. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 266
  1141. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1142. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1143. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - Stay (ft. Mikky Ekko))
  1144. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1145. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1146. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - Beauty And A Beat (ft. Nicki Minaj)
  1147. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Justin Bieber - Beauty And A Beat (ft. Nicki Minaj)
  1148. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Justin Bieber. Title=Beauty And A Beat (ft. Nicki Minaj)
  1149. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1150. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1151. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1152. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1153. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 269
  1154. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1155. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1156. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1157. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1158. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1159. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1160. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 270
  1161. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1162. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1163. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Bieber - Beauty And A Beat (ft. Nicki Minaj))
  1164. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1165. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1166. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - Diamonds
  1167. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Rihanna - Diamonds
  1168. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Rihanna. Title=Diamonds
  1169. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1170. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1171. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1172. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1173. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 267
  1174. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1175. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1176. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1177. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1178. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1179. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1180. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 268
  1181. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1182. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1183. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Rihanna - Diamonds)
  1184. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1185. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Diamonds.strm
  1186. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - What Makes You Beautiful
  1187. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: One Direction - What Makes You Beautiful
  1188. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=One Direction. Title=What Makes You Beautiful
  1189. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1190. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1191. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1192. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1193. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 273
  1194. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1195. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1196. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1197. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1198. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1199. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1200. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 274
  1201. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1202. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1203. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/One Direction - What Makes You Beautiful)
  1204. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1205. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\One Direction - What Makes You Beautiful.strm
  1206. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Kid Ink - Show Me (Explicit) (ft. Chris Brown)
  1207. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Kid Ink - Show Me (Explicit) (ft. Chris Brown)
  1208. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Kid Ink. Title=Show Me (Explicit) (ft. Chris Brown)
  1209. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1210. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1211. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1212. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1213. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 107
  1214. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1215. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1216. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1217. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1218. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1219. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1220. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 108
  1221. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1222. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1223. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Kid Ink - Show Me (Explicit) (ft. Chris Brown))
  1224. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1225. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1226. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Marc Anthony - Vivir Mi Vida
  1227. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Marc Anthony - Vivir Mi Vida
  1228. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Marc Anthony. Title=Vivir Mi Vida
  1229. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1230. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1231. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1232. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1233. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 277
  1234. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1235. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1236. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1237. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1238. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1239. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1240. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 278
  1241. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1242. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1243. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Marc Anthony - Vivir Mi Vida)
  1244. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1245. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Marc Anthony - Vivir Mi Vida.strm
  1246. 01/27/2014 08:23:09 PM DEBUG Arvhiving Next: VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Timberlake - Mirrors
  1247. 01/27/2014 08:23:09 PM DEBUG Arvhiving Getting music video title from: Justin Timberlake - Mirrors
  1248. 01/27/2014 08:23:09 PM DEBUG Arvhiving Artist=Justin Timberlake. Title=Mirrors
  1249. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1250. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1251. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to PREFIX
  1252. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1253. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 275
  1254. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=PREFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1255. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=PREFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1256. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT id FROM QueuedChanges WHERE dropbox_location = ? AND meta_data_type = ?
  1257. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1258. 01/27/2014 08:23:09 PM DEBUG MetaData Set STRING param 2 to SUFFIX
  1259. 01/27/2014 08:23:09 PM DEBUG MetaData SQL = SELECT value FROM QueuedChanges WHERE id = ?
  1260. 01/27/2014 08:23:09 PM DEBUG MetaData Set INT param 1 to 276
  1261. 01/27/2014 08:23:09 PM DEBUG MetaData Meta-data has not changed for this video. Not updating. type=SUFFIX, value=, file=M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1262. 01/27/2014 08:23:09 PM DEBUG MetaData Successfuly queued meta-data change for type=SUFFIX, value=, for file: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1263. 01/27/2014 08:23:09 PM INFO Archive:NoChange M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm (VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month/Justin Timberlake - Mirrors)
  1264. 01/27/2014 08:23:09 PM DEBUG Arvhiving SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1265. 01/27/2014 08:23:09 PM DEBUG Arvhiving Nothing has changed for this video, no need to update tracker database for: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Timberlake - Mirrors.strm
  1266. 01/27/2014 08:23:09 PM NOTICE Arvhiving The rest of the videos in this subfolder will be skipped because max video count of 50 has been reached.
  1267. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid ----------------------Archiving Summary for VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month----------------------
  1268. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid TV Success: 0, TV Fail: 0
  1269. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid Movie Success: 0, Movie Fail: 0
  1270. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid Music Video Success: 50, Music Video Fail: 1
  1271. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid Generic Success: 0, Generic Fail: 0
  1272. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid New videos archived: 0, existing videos updated: 50
  1273. 01/27/2014 08:23:10 PM NOTICE Summary:VEVO/Vid Overall: Success: 50, Skip: 50, Fail: 1
  1274. 01/27/2014 08:23:10 PM NOTICE Archiving has finished for VEVO/Videos/All Genres/Most Viewed/Most Viewed This Month.
  1275. 01/27/2014 08:23:10 PM DEBUG Clean:VEVO SQL = SELECT dropbox_location FROM ArchivedFiles WHERE source_name = ?
  1276. 01/27/2014 08:23:10 PM DEBUG Clean:VEVO Set STRING param 1 to VEVO
  1277. 01/27/2014 08:23:10 PM INFO Clean:VEVO Found 51 videos that are already archived in dropbox from source "VEVO"
  1278. 01/27/2014 08:23:10 PM NOTICE Clean:VEVO Cleaning dropbox of videos no longer used from source: "VEVO". Filecount from dropbox from this source is currently: 51
  1279. 01/27/2014 08:23:10 PM INFO Missing This archived video no longer exists in videos found from VEVO. Will mark it as missing: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm (file last modified Sat Jan 25 22:07:45 GMT 2014)
  1280. 01/27/2014 08:23:10 PM DEBUG Missing SQL = SELECT id, source_name, original_path, missing_since, missing_count, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE dropbox_location = ?
  1281. 01/27/2014 08:23:10 PM DEBUG Missing SQL = UPDATE ArchivedFiles SET missing_count = ?, missing_since = ? WHERE id = ?
  1282. 01/27/2014 08:23:10 PM INFO Missing This video should be deleted because it has been missing for 32.88 hours (threshold is 8.0), and has been missing the past 3 times this program has checked for it (threshold is 3)
  1283. 01/27/2014 08:23:10 PM DEBUG Delete SQL = DELETE FROM ArchivedFiles WHERE dropbox_location = ?
  1284. 01/27/2014 08:23:10 PM DEBUG Delete Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm
  1285. 01/27/2014 08:23:10 PM INFO Delete Successfully removed from ArchivedVideos db: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm
  1286. 01/27/2014 08:23:10 PM INFO Delete Successfully deleted video file from disk: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm
  1287. 01/27/2014 08:23:10 PM DEBUG Delete SQL = DELETE FROM QueuedChanges WHERE dropbox_location = ?
  1288. 01/27/2014 08:23:10 PM DEBUG Delete Set STRING param 1 to M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm
  1289. 01/27/2014 08:23:10 PM INFO Delete Successfully removed 2 meta-data entry for the deleted source: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - XO.strm
  1290. 01/27/2014 08:23:10 PM NOTICE Clean:VEVO After cleaning dropbox, 1 old files were deleted for a new size of 50 files
  1291. 01/27/2014 08:23:10 PM NOTICE Clean:VEVO 50 videos were successfully archived/updated. Triggering XBMC content scan
  1292. 01/27/2014 08:23:10 PM NOTICE ContentScan Triggering video library content scan via JSON-RPC interface.
  1293. 01/27/2014 08:23:10 PM DEBUG ContentScan HTTP POST http://localhost:80/jsonrpc
  1294. 01/27/2014 08:23:10 PM DEBUG ContentScan POST data (Content-Length: 60) =
  1295. {"jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "1"}
  1296. 01/27/2014 08:23:10 PM DEBUG ContentScan JSON-RPC Response:
  1297. {"id":"1","jsonrpc":"2.0","result":"OK"}
  1298. 01/27/2014 08:23:10 PM INFO ContentScan Waiting for content scan to finish.
  1299. 01/27/2014 08:23:10 PM DEBUG ContentScan 1 ms to fully process last JSON response from localhost
  1300. 01/27/2014 08:23:10 PM INFO ContentScan localhost:9090 sent announcement: {"method":"VideoLibrary.OnScanStarted","params":{"sender":"xbmc","data":null},"jsonrpc":"2.0"}
  1301. 01/27/2014 08:23:10 PM DEBUG ContentScan VideoLibrary.OnScanStarted announcement revieved from JSON-RPC listener on localhost:9090
  1302. 01/27/2014 08:23:13 PM DEBUG ContentScan 0 ms to fully process last JSON response from localhost
  1303. 01/27/2014 08:23:13 PM INFO ContentScan localhost:9090 sent announcement: {"method":"VideoLibrary.OnScanFinished","params":{"sender":"xbmc","data":null},"jsonrpc":"2.0"}
  1304. 01/27/2014 08:23:13 PM DEBUG ContentScan VideoLibrary.OnScanFinished announcement revieved from JSON-RPC listener on localhost:9090
  1305. 01/27/2014 08:23:13 PM NOTICE ContentScan The Video Library Scan has finished, will continue now.
  1306. 01/27/2014 08:23:13 PM INFO XBMC-JSONRPC Will now update meta-data for videos in XBMC's library.
  1307. 01/27/2014 08:23:13 PM DEBUG Meta-Data SQL = SELECT id, dropbox_location, video_type, meta_data_type, value FROM QueuedChanges WHERE status = ?
  1308. 01/27/2014 08:23:13 PM NOTICE Meta-Data Attempting to integrate 66 queued meta-data changes into XBMC's MySQL video library.
  1309. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1310. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 250) =
  1311. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - The Monster (Explicit) (ft. Rihanna).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1312. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1313. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - The Monster (Explicit) (ft. Rihanna).strm","label":"Eminem - The Monster (Explicit) (ft. Rihanna).strm","title":"","type":"unknown"}}}
  1314. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - The Monster (Explicit) (ft. Rihanna).strm
  1315. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1316. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 278) =
  1317. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1318. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1319. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm","label":"Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm","title":"","type":"unknown"}}}
  1320. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Mike WiLL Made-It - 23 (Explicit) (ft. Miley Cyrus, Wiz Khalifa, Juicy J).strm
  1321. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1322. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 232) =
  1323. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - Rap God (Explicit).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1324. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1325. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - Rap God (Explicit).strm","label":"Eminem - Rap God (Explicit).strm","title":"","type":"unknown"}}}
  1326. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Rap God (Explicit).strm
  1327. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1328. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 248) =
  1329. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - Love The Way You Lie (ft. Rihanna).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1330. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1331. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Eminem - Love The Way You Lie (ft. Rihanna).strm","label":"Eminem - Love The Way You Lie (ft. Rihanna).strm","title":"","type":"unknown"}}}
  1332. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Eminem - Love The Way You Lie (ft. Rihanna).strm
  1333. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1334. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 278) =
  1335. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1336. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1337. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm","label":"will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm","title":"","type":"unknown"}}}
  1338. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\will.i.am - Feelin' Myself (ft. Miley Cyrus, French Montana, Wiz Khalifa).strm
  1339. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1340. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 251) =
  1341. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1342. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1343. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm","label":"Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm","title":"","type":"unknown"}}}
  1344. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Kid Ink - Show Me (Explicit) (ft. Chris Brown).strm
  1345. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1346. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 233) =
  1347. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Roar (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1348. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1349. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Roar (Official).strm","label":"Katy Perry - Roar (Official).strm","title":"","type":"unknown"}}}
  1350. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Roar (Official).strm
  1351. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1352. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 233) =
  1353. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Pitbull - Timber (ft. Ke$ha).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1354. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1355. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Pitbull - Timber (ft. Ke$ha).strm","label":"Pitbull - Timber (ft. Ke$ha).strm","title":"","type":"unknown"}}}
  1356. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Pitbull - Timber (ft. Ke$ha).strm
  1357. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1358. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 232) =
  1359. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Lorde - Royals (US Version).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1360. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1361. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Lorde - Royals (US Version).strm","label":"Lorde - Royals (US Version).strm","title":"","type":"unknown"}}}
  1362. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lorde - Royals (US Version).strm
  1363. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1364. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 258) =
  1365. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1366. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1367. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm","label":"Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm","title":"","type":"unknown"}}}
  1368. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Wake Me Up (Official Video) (ft. Aloe Blacc).strm
  1369. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1370. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 233) =
  1371. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Prince Royce - Darte un Beso.strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1372. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1373. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Prince Royce - Darte un Beso.strm","label":"Prince Royce - Darte un Beso.strm","title":"","type":"unknown"}}}
  1374. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Prince Royce - Darte un Beso.strm
  1375. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1376. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 251) =
  1377. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1378. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1379. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm","label":"Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm","title":"","type":"unknown"}}}
  1380. 01/27/2014 08:23:13 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Beyonce - Drunk in Love (Explicit) (ft. JAY Z).strm
  1381. 01/27/2014 08:23:13 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1382. 01/27/2014 08:23:13 PM DEBUG Meta-Data POST data (Content-Length: 259) =
  1383. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1384. 01/27/2014 08:23:13 PM DEBUG Meta-Data JSON-RPC Response:
  1385. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm","label":"Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm","title":"","type":"unknown"}}}
  1386. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Romeo Santos - Propuesta Indecente (ft. Eiza Gonzalez).strm
  1387. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1388. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 233) =
  1389. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Avicii - Hey Brother (Lyric).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1390. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1391. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Avicii - Hey Brother (Lyric).strm","label":"Avicii - Hey Brother (Lyric).strm","title":"","type":"unknown"}}}
  1392. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Avicii - Hey Brother (Lyric).strm
  1393. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1394. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 253) =
  1395. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Demi Lovato - Let It Go (from Frozen) [Official].strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1396. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1397. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Demi Lovato - Let It Go (from Frozen) [Official].strm","label":"Demi Lovato - Let It Go (from Frozen) [Official].strm","title":"","type":"unknown"}}}
  1398. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Let It Go (from Frozen) [Official].strm
  1399. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1400. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 243) =
  1401. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Naughty Boy - La La La (ft. Sam Smith).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1402. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1403. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Naughty Boy - La La La (ft. Sam Smith).strm","label":"Naughty Boy - La La La (ft. Sam Smith).strm","title":"","type":"unknown"}}}
  1404. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Naughty Boy - La La La (ft. Sam Smith).strm
  1405. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1406. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 265) =
  1407. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1408. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1409. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm","label":"Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm","title":"","type":"unknown"}}}
  1410. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Can't Remember To Forget You (Audio) (ft. Rihanna).strm
  1411. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1412. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 244) =
  1413. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Unconditionally (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1414. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1415. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Unconditionally (Official).strm","label":"Katy Perry - Unconditionally (Official).strm","title":"","type":"unknown"}}}
  1416. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Unconditionally (Official).strm
  1417. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1418. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 240) =
  1419. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - Baby (ft. Ludacris).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1420. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1421. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - Baby (ft. Ludacris).strm","label":"Justin Bieber - Baby (ft. Ludacris).strm","title":"","type":"unknown"}}}
  1422. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Baby (ft. Ludacris).strm
  1423. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1424. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 263) =
  1425. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1426. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1427. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm","label":"Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm","title":"","type":"unknown"}}}
  1428. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Robin Thicke - Blurred Lines (ft. Pharrell Williams, T.I.).strm
  1429. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1430. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 234) =
  1431. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Rihanna - What Now (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1432. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1433. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Rihanna - What Now (Official).strm","label":"Rihanna - What Now (Official).strm","title":"","type":"unknown"}}}
  1434. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - What Now (Official).strm
  1435. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1436. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 261) =
  1437. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1438. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1439. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm","label":"LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm","title":"","type":"unknown"}}}
  1440. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\LMFAO - Party Rock Anthem (ft. GoonRock, Lauren Bennett).strm
  1441. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1442. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 237) =
  1443. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - All That Matters.strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1444. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1445. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - All That Matters.strm","label":"Justin Bieber - All That Matters.strm","title":"","type":"unknown"}}}
  1446. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - All That Matters.strm
  1447. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1448. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 264) =
  1449. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1450. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1451. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm","label":"David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm","title":"","type":"unknown"}}}
  1452. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\David Guetta - Play Hard (Official Video) (ft. Akon, Ne-Yo).strm
  1453. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1454. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 309) =
  1455. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1456. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1457. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm","label":"Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm","title":"","type":"unknown"}}}
  1458. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World CupTM Song) (ft. Freshlyground).strm
  1459. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1460. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 247) =
  1461. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Enrique Iglesias - Loco (ft. Romeo Santos).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1462. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1463. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Enrique Iglesias - Loco (ft. Romeo Santos).strm","label":"Enrique Iglesias - Loco (ft. Romeo Santos).strm","title":"","type":"unknown"}}}
  1464. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Enrique Iglesias - Loco (ft. Romeo Santos).strm
  1465. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1466. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 250) =
  1467. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1468. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1469. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm","label":"Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm","title":"","type":"unknown"}}}
  1470. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Katy Perry - Dark Horse (Audio) (ft. Juicy J).strm
  1471. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1472. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 230) =
  1473. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Britney Spears - Work Bch.strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1474. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1475. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Britney Spears - Work Bch.strm","label":"Britney Spears - Work Bch.strm","title":"","type":"unknown"}}}
  1476. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Britney Spears - Work Bch.strm
  1477. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1478. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 236) =
  1479. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Lady Gaga - Applause (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1480. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1481. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Lady Gaga - Applause (Official).strm","label":"Lady Gaga - Applause (Official).strm","title":"","type":"unknown"}}}
  1482. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Lady Gaga - Applause (Official).strm
  1483. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1484. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 241) =
  1485. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Demi Lovato - Neon Lights (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1486. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1487. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Demi Lovato - Neon Lights (Official).strm","label":"Demi Lovato - Neon Lights (Official).strm","title":"","type":"unknown"}}}
  1488. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Demi Lovato - Neon Lights (Official).strm
  1489. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1490. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 236) =
  1491. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Rihanna - Stay (ft. Mikky Ekko).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1492. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1493. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Rihanna - Stay (ft. Mikky Ekko).strm","label":"Rihanna - Stay (ft. Mikky Ekko).strm","title":"","type":"unknown"}}}
  1494. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Rihanna - Stay (ft. Mikky Ekko).strm
  1495. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1496. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 256) =
  1497. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1498. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1499. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm","label":"Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm","title":"","type":"unknown"}}}
  1500. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Justin Bieber - Beauty And A Beat (ft. Nicki Minaj).strm
  1501. 01/27/2014 08:23:14 PM DEBUG Meta-Data HTTP POST http://localhost:80/jsonrpc
  1502. 01/27/2014 08:23:14 PM DEBUG Meta-Data POST data (Content-Length: 240) =
  1503. {"jsonrpc": "2.0", "method": "Files.GetFileDetails", "params": {"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Imagine Dragons - Demons (Official).strm", "properties":["file","title","playcount"], "media":"video"}, "id": "1"}
  1504. 01/27/2014 08:23:14 PM DEBUG Meta-Data JSON-RPC Response:
  1505. {"id":"1","jsonrpc":"2.0","result":{"filedetails":{"file":"M:\\XBMC Stuff\\XBMCMyLibrary\\Dropbox\\Music Videos\\Imagine Dragons - Demons (Official).strm","label":"Imagine Dragons - Demons (Official).strm","title":"","type":"unknown"}}}
  1506. 01/27/2014 08:23:14 PM INFO Meta-Data SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: M:\XBMC Stuff\XBMCMyLibrary\Dropbox\Music Videos\Imagine Dragons - Demons (Official).strm
  1507. 01/27/2014 08:23:14 PM NOTICE Meta-Data Successfully completed 0 queued metadata changes. There are now 66 changes left in the queue.
  1508. 01/27/2014 08:23:14 PM NOTICE Meta-Data Updating QueuedChanges database to reflect the 0 successful metatadata changes.
  1509. 01/27/2014 08:23:14 PM NOTICE Meta-Data Updating QueuedChanges database to reflect the 0 metatadata changes that are no longer needed.
  1510. 01/27/2014 08:23:14 PM NOTICE Meta-Data Done updating metadata queued changed database.
  1511. 01/27/2014 08:23:14 PM NOTICE Meta-Data Will not manually archive any videos (.nfo) because manual archiving is disabled in Config file.
  1512. 01/27/2014 08:23:14 PM NOTICE Clean Up Cleaning up dropbox...
  1513. 01/27/2014 08:23:14 PM INFO Clean Up Checking 50 archived strm videos in dropbox to make sure the archived video is still valid.
  1514. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1515. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\a great big world - say something.strm
  1516. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1517. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\avicii - hey brother (lyric).strm
  1518. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1519. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\avicii - wake me up (official video) (ft. aloe blacc).strm
  1520. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1521. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\beyonce - drunk in love (explicit) (ft. jay z).strm
  1522. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1523. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\britney spears - work bch.strm
  1524. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1525. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\david guetta - play hard (official video) (ft. akon, ne-yo).strm
  1526. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1527. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\demi lovato - let it go (from frozen) [official].strm
  1528. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1529. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\demi lovato - neon lights (official).strm
  1530. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1531. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\ellie goulding - burn.strm
  1532. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1533. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\eminem - love the way you lie (ft. rihanna).strm
  1534. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1535. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\eminem - rap god (explicit).strm
  1536. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1537. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\eminem - the monster (explicit) (ft. rihanna).strm
  1538. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1539. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\enrique iglesias - loco (ft. romeo santos).strm
  1540. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1541. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\imagine dragons - demons (official).strm
  1542. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1543. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\imagine dragons - radioactive.strm
  1544. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1545. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\john newman - love me again.strm
  1546. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1547. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\justin bieber - all that matters.strm
  1548. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1549. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\justin bieber - baby (ft. ludacris).strm
  1550. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1551. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\justin bieber - beauty and a beat (ft. nicki minaj).strm
  1552. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1553. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\justin timberlake - mirrors.strm
  1554. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1555. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\katy perry - dark horse (audio) (ft. juicy j).strm
  1556. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1557. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\katy perry - last friday night (t.g.i.f.).strm
  1558. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1559. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\katy perry - roar (official).strm
  1560. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1561. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\katy perry - unconditionally (official).strm
  1562. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1563. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\kid ink - show me (explicit) (ft. chris brown).strm
  1564. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1565. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\lady gaga - applause (official).strm
  1566. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1567. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\lmfao - party rock anthem (ft. goonrock, lauren bennett).strm
  1568. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1569. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\lorde - royals (us version).strm
  1570. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1571. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\marc anthony - vivir mi vida.strm
  1572. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1573. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\mike will made-it - 23 (explicit) (ft. miley cyrus, wiz khalifa, juicy j).strm
  1574. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1575. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\miley cyrus - adore you.strm
  1576. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1577. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\miley cyrus - we can't stop.strm
  1578. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1579. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\miley cyrus - wrecking ball.strm
  1580. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1581. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\naughty boy - la la la (ft. sam smith).strm
  1582. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1583. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\one direction - best song ever.strm
  1584. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1585. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\one direction - story of my life.strm
  1586. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1587. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\one direction - what makes you beautiful.strm
  1588. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1589. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\onerepublic - counting stars.strm
  1590. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1591. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\pitbull - timber (ft. ke$ha).strm
  1592. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1593. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\prince royce - darte un beso.strm
  1594. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1595. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\rihanna - diamonds.strm
  1596. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1597. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\rihanna - stay (ft. mikky ekko).strm
  1598. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1599. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\rihanna - what now (official).strm
  1600. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1601. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\robin thicke - blurred lines (ft. pharrell williams, t.i.).strm
  1602. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1603. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\romeo santos - propuesta indecente (ft. eiza gonzalez).strm
  1604. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1605. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\selena gomez - come & get it.strm
  1606. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1607. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\shakira - can't remember to forget you (audio) (ft. rihanna).strm
  1608. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1609. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\shakira - waka waka (this time for africa) (the official 2010 fifa world cuptm song) (ft. freshlyground).strm
  1610. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1611. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\stromae - papaoutai.strm
  1612. 01/27/2014 08:23:14 PM DEBUG Clean Up SQL = SELECT id FROM ArchivedFiles WHERE lower(dropbox_location) = ?
  1613. 01/27/2014 08:23:14 PM DEBUG Clean Up Set STRING param 1 to m:\xbmc stuff\xbmcmylibrary\dropbox\music videos\will.i.am - feelin' myself (ft. miley cyrus, french montana, wiz khalifa).strm
  1614. 01/27/2014 08:23:14 PM NOTICE Clean Up After removing 0 old videos from dropbox, number of videos is now: 50
  1615. 01/27/2014 08:23:14 PM NOTICE Clean Up Deleted old directory (contains no .strms): M:\XBMC Stuff\XBMCMyLibrary\Dropbox\TV Shows
  1616. 01/27/2014 08:23:14 PM NOTICE Clean Up Done with dropbox clean-up
  1617. 01/27/2014 08:23:14 PM DEBUG TidyUp Successfully cleared out 0 of 0 cached XML files.
  1618. 01/27/2014 08:23:14 PM DEBUG TidyUp Closing listening socket for localhost:9090
  1619. 01/27/2014 08:23:14 PM INFO TidyUp Successfully stopped JSON-RPC listener.
  1620. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa Ended listening (listen=false, resetOnFail=false) for data from: localhost:90909090
  1621. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  1622. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  1623. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  1624. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa Music Video Success: 50, Music Video Fail: 1
  1625. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 1
  1626. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 50
  1627. 01/27/2014 08:23:14 PM NOTICE Summary:---Overa Overall: Success: 50, Skip: 50, Fail: 1
  1628. 01/27/2014 08:23:14 PM NOTICE Ending Done... Total processing time: 0 minute(s), 21 second(s)
  1629. 01/27/2014 08:23:14 PM DEBUG Ending Closed connection to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\QueuedMetaDataChanges.db
  1630. 01/27/2014 08:23:14 PM DEBUG Ending Closed connection to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\ArchivedFiles.db
  1631. 01/27/2014 08:23:14 PM DEBUG Ending Closed connection to SQLITE database: M:\XBMC Stuff\XBMCMyLibrary\res\scraper.db
  1632. 01/27/2014 08:23:14 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  1633. 01/27/2014 08:23:14 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  1634. 01/27/2014 08:23:14 PM INFO Ending Deleting logfiles older than 30 days (12/28/2013 08:23:14 PM)
  1635. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 15 days old (01/12/2014 04:29:02 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.12_ERROR.log
  1636. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 15 days old (01/12/2014 04:29:28 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.12_INFO.log
  1637. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 15 days old (01/12/2014 04:29:28 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.12_NOTICE.log
  1638. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 15 days old (01/12/2014 04:29:02 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.12_WARN.log
  1639. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 12 days old (01/14/2014 09:14:31 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.14_ERROR.log
  1640. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 12 days old (01/14/2014 09:14:56 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.14_INFO.log
  1641. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 12 days old (01/14/2014 09:14:56 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.14_NOTICE.log
  1642. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 12 days old (01/14/2014 09:14:31 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.14_WARN.log
  1643. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/25/2014 10:07:20 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.25_ERROR.log
  1644. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/25/2014 10:09:35 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.25_INFO.log
  1645. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/25/2014 10:09:35 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.25_NOTICE.log
  1646. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/25/2014 10:07:54 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.25_WARN.log
  1647. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/26/2014 11:30:53 AM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.26_ERROR.log
  1648. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/26/2014 11:32:50 AM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.26_INFO.log
  1649. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/26/2014 11:32:50 AM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.26_NOTICE.log
  1650. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 1 days old (01/26/2014 11:32:28 AM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.26_WARN.log
  1651. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 0 days old (01/27/2014 08:23:14 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.27_DEBUG.log
  1652. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 0 days old (01/27/2014 08:22:59 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.27_ERROR.log
  1653. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 0 days old (01/27/2014 08:23:14 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.27_INFO.log
  1654. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 0 days old (01/27/2014 08:23:14 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.27_NOTICE.log
  1655. 01/27/2014 08:23:14 PM DEBUG Ending Not expired, only 0 days old (01/27/2014 08:23:08 PM): M:\XBMC Stuff\XBMCMyLibrary\logs\XBMC.MyLibrary_2014.01.27_WARN.log
  1656. 01/27/2014 08:23:14 PM INFO Ending Checked 21 log files for expiration, deleted 0 log files more than 30 days old.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement