Here's my config, I put it how you told me to put and still nothing:
<SearchFilters>
<!--
See here for sample search filter configurations:
https://docs.google.com/document/d/1CDbd...i0iqa50b0b
-->
<!--Add your own search filters here!!! -->
<root>
<JSONRPC>
<XBMCWebServer>http://xbmc:
[email protected]:80</XBMCWebServer>
<AnnouncementPort>9090</AnnouncementPort>
</JSONRPC>
<Dropbox>
<streaming>\\T://strm</streaming>
<LinuxSambaPrefix>SMB://SERVER_NAME_ONLY_IF_NAS_IS_LINUX_BOX_IE_SYNOLOGY</LinuxSambaPrefix>
</Dropbox>
<IPChange enabled="TRUE">
<change from="127.0.0.1" to="192.168.0.102" />
<change from="localhost" to="192.168.0.102" />
</IPChange>
<ManualArchiving enabled="true">
<HoursThreshold>1</HoursThreshold>
</ManualArchiving>
<VideoCleanUp>
<HoursThreshold>96.0</HoursThreshold>
<ConsecutiveThreshold>36</ConsecutiveThreshold>
</VideoCleanUp>
<PreScrapeMusicVids enabled="false" />
<XBMCRestart enabled="false" />
<SearchFilters>
<Playon custom_parser="PlayOn" recursive="true">
<!-- Hulu -->
<subfolder name="Hulu/Your Subscriptions" type="episodes" recursive="true" >
<exclude>
<contains>/Clips</contains>
<contains>/Seasons</contains>
</exclude>
</subfolder>
<!-- Amazon Prime -->
<subfolder name="Amazon Instant Video/Prime Watchlist/Movies" type="movies"/>
<subfolder name="Amazon Instant Video/Prime Watchlist/TV Shows" type="episodes" recursive="true"/>
<!-- NETFLIX -->
<!-- Instant Queue -->
<subfolder name="Netflix/My List" recursive="true"/>
</Playon>
</SearchFilters>
<GlobalExcludes>
<contains>/No videos available</contains>
<regexp>/clip[s]?(/|$)</regexp><!--Prevent TV clip(s) from being archived (only want full episodes)-->
</GlobalExcludes>
</root>
and the debug:4/28/2014 05:19:39 AM INFO Init Logger has been initialized. Base log directory is: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3
04/28/2014 05:19:39 AM INFO Init JVM runtime info:
7040@steve-PC
Version: 1.7.0_55
04/28/2014 05:19:39 AM DEBUG Init Logger options are:
levelToLogAt: INFO
isSingleInstance: true
singleInstanceport: 52872
singleInstanceTimeout: -1
logToSystemOut: true
logToMemory: true
logToCurrentFile: true
logToHistoryFile: true
logExpireDays: 14
04/28/2014 05:19:39 AM INFO Init Base directory set to: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3
04/28/2014 05:19:39 AM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
04/28/2014 05:19:39 AM INFO Init... Initializing SQLite database at: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
04/28/2014 05:19:39 AM DEBUG Init... Opening SQLite connection using: jdbc
qlite:C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
04/28/2014 05:19:41 AM INFO Init... Successfully connected to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
04/28/2014 05:19:41 AM 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)
04/28/2014 05:19:41 AM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
04/28/2014 05:19:41 AM INFO Init... Initializing SQLite database at: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
04/28/2014 05:19:41 AM DEBUG Init... Opening SQLite connection using: jdbc
qlite:C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
04/28/2014 05:19:41 AM INFO Init... Successfully connected to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
04/28/2014 05:19:41 AM 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)
04/28/2014 05:19:41 AM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
04/28/2014 05:19:41 AM INFO Init... Initializing SQLite database at: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\scraper.db
04/28/2014 05:19:41 AM DEBUG Init... Opening SQLite connection using: jdbc
qlite:C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\scraper.db
04/28/2014 05:19:41 AM INFO Init... Successfully connected to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\scraper.db
04/28/2014 05:19:41 AM 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)
04/28/2014 05:19:41 AM INFO Init... Attempting to auto-determine base directory. If this fails, specify the base directory of this program as a command line parameter.
04/28/2014 05:19:41 AM NOTICE Init... Base program directory = C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3
04/28/2014 05:19:42 AM ERROR Init... Could not find valid xml document at: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\Config.xml. Cannot continue... Please check config.xml with an XML validator.
04/28/2014 05:19:42 AM ERROR Init... Failed while loading Configuration and testing connections... cannot continue. Please check your settings in Config.xml
04/28/2014 05:19:42 AM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
04/28/2014 05:19:42 AM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
04/28/2014 05:19:42 AM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
04/28/2014 05:19:42 AM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
04/28/2014 05:19:42 AM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 0
04/28/2014 05:19:42 AM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 0
04/28/2014 05:19:42 AM NOTICE Summary:---Overa Overall: Success: 0, Skip: 0, Fail: 0
04/28/2014 05:19:42 AM NOTICE Ending Done... Total processing time: 0 minute(s), 2 second(s)
04/28/2014 05:19:42 AM DEBUG Ending Closed connection to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
04/28/2014 05:19:42 AM DEBUG Ending Closed connection to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
04/28/2014 05:19:42 AM DEBUG Ending Closed connection to SQLITE database: C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\res\scraper.db
04/28/2014 05:19:42 AM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
04/28/2014 05:19:42 AM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
04/28/2014 05:19:42 AM INFO Ending Deleting logfiles older than 14 days (04/14/2014 05:19:42 AM)
04/28/2014 05:19:42 AM DEBUG Ending Not expired, only 0 days old (04/28/2014 05:19:42 AM): C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.28_DEBUG.log
04/28/2014 05:19:42 AM DEBUG Ending Not expired, only 0 days old (04/28/2014 05:19:42 AM): C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.28_ERROR.log
04/28/2014 05:19:42 AM DEBUG Ending Not expired, only 0 days old (04/28/2014 05:19:42 AM): C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.28_INFO.log
04/28/2014 05:19:42 AM DEBUG Ending Not expired, only 0 days old (04/28/2014 05:19:42 AM): C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.28_NOTICE.log
04/28/2014 05:19:42 AM DEBUG Ending Not expired, only 0 days old (04/28/2014 05:19:42 AM): C:\Users\steve\Desktop\NEW\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.28_WARN.log
04/28/2014 05:19:42 AM INFO Ending Checked 5 log files for expiration, deleted 0 log files more than 14 days old.