Giter VIP home page Giter VIP logo

plex-findunmatched.bundle's People

Contributors

rossshannon avatar srazer avatar taupan avatar ukdtom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plex-findunmatched.bundle's Issues

False positive unmatch

FindUnmatched seems to convert encoded names which causes it to give an false positive match.
So I'm getting a "unmatched file" but Plex is matching it correctly

Filename on disk: serie.s01e01.foo%27bar.mkv
Plex: serie.s01e01.foo%27bar.mkv
FindUnmatched: serie.s01e01.foo'bar.mkv

Files on a network share

I have files shared from a computer separate from the PMS. The section pulls from \COMPUTER\Movies. All files are reported to be unmatched. If I map the network share to a drive it reports that there are no unmatched files.

HTTP 401 error?

Hi,

I'm getting 401 errors showing up in the log after failed scans.

The GUI says: *** Please Submit Logs ***
An internal error has occurred. Please check the logs.

What do you think it could be?

2015-06-08 15:34:26,414 (10a010000) : DEBUG (init:508) - * Starting scanShowDB with an URL of http://127.0.0.1:32400/library/sections/8/all*****
2015-06-08 15:34:26,415 (10a010000) : DEBUG (init:516) - Starting to fetch the list of items in this section
2015-06-08 15:34:26,417 (10a010000) : CRITICAL (init:520) - The server couldn't fulfill the request. Errorcode was 401
2015-06-08 15:34:26,417 (10a010000) : CRITICAL (init:757) - Exception happened in backgroundScanThread
2015-06-08 15:34:26,418 (10a010000) : CRITICAL (runtime:1122) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "/Users/andy/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1120, in _start_thread
f(_args, *_kwargs)
File "/Users/andy/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/init.py", line 732, in backgroundScanThread
myMediaPaths, filecount = scanShowDB(myMediaURL)
File "/Users/andy/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/init.py", line 518, in scanShowDB
response = urlopen(req)
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 127, in urlopen
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 410, in open
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 523, in http_response
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 448, in error
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 382, in _call_chain
File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-e03538a/lib/python2.7/urllib2.py", line 531, in http_error_default
HTTPError: HTTP Error 401: Unauthorized

2015-06-08 15:34:27,415 (109c0d000) : DEBUG (init:696) - ************** Error in thread, stopping wait **************
2015-06-08 15:34:27,416 (109c0d000) : DEBUG (init:706) - ******* Ending backgroundScan ***********
2015-06-08 15:34:27,419 (109c0d000) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-06-08 15:34:27,419 (109c0d000) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1031 bytes
2015-06-08 15:34:30,319 (109c0d000) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-06-08 15:34:30,320 (109c0d000) : DEBUG (runtime:49) - Received packed state data (80 bytes)
2015-06-08 15:34:30,321 (109c0d000) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-06-08 15:34:30,322 (109c0d000) : DEBUG (init:105) - ********** Starting MainMenu **********

Cheers

Issue with media with special characters

the plugin is reporting media missing that is actually present in PMS and i have verified i can play in PlexWeb. All the files have special characters in the names. For example:

Les Misérables
Doppelgänger
Façade
Détente

TV-Shows on windows OS

When scanning a TV-Show section on windows platform, all shows are marked as unmatched

Ignores media folder if it is a root dir.

If a media folder is a root folder, the plugin thinks it is in the ignored dirs list.

ex:
N:\

DEBUG (logkit:13) - * Starting ListTree with a path of N:*****
DEBUG (logkit:13) - Ignoring directory N:\

Need to change log entry to be more descriptive too.

Do we need threads

When running against a section with lots of files, do we then need threads in order to avoid API timeout?

Feature Requests

  1. When scanning please have it go to current scan progress not main menu
  2. Add ability to save to directory (just like plex2csv)
  3. Add ability to stop scan - which will take you back to main menu
  4. Make sure you dont have urlib2 error (which i see with findmissing and plex2csv which all have similar code)

Does plugin support new secure plex?

My log indicates: 401 Forbidden.
Cant see any SSL options?

Log:

2015-07-09 02:25:25,017 (1d20) : INFO (core:347) - Starting framework core - Version: 2.6.2, Build: 9b6935b (Wed May 20 03:15:08 UTC 2015)
2015-07-09 02:25:25,019 (1d20) : DEBUG (core:359) - Using the elevated policy
2015-07-09 02:25:25,019 (1d20) : DEBUG (core:448) - Starting runtime component.
2015-07-09 02:25:25,019 (1d20) : DEBUG (core:448) - Starting caching component.
2015-07-09 02:25:25,020 (1d20) : DEBUG (core:448) - Starting data component.
2015-07-09 02:25:25,020 (1d20) : DEBUG (core:448) - Starting networking component.
2015-07-09 02:25:25,022 (1d20) : DEBUG (networking:288) - Loaded HTTP cookies
2015-07-09 02:25:25,023 (1d20) : DEBUG (networking:458) - Setting the default network timeout to 20.0
2015-07-09 02:25:25,023 (1d20) : DEBUG (core:448) - Starting localization component.
2015-07-09 02:25:25,023 (1d20) : INFO (localization:408) - Setting the default locale to en-us
2015-07-09 02:25:25,023 (1d20) : DEBUG (core:448) - Starting messaging component.
2015-07-09 02:25:25,023 (1d20) : DEBUG (core:448) - Starting debugging component.
2015-07-09 02:25:25,023 (1d20) : DEBUG (core:448) - Starting services component.
2015-07-09 02:25:25,023 (1310) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.plugins.findUnmatch'
2015-07-09 02:25:25,025 (1d20) : DEBUG (core:448) - Starting myplex component.
2015-07-09 02:25:25,025 (1d20) : DEBUG (core:448) - Starting notifications component.
2015-07-09 02:25:25,122 (1d20) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.plugins.findUnmatch in namespace 'metadata'
2015-07-09 02:25:25,127 (1d20) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes'
2015-07-09 02:25:25,153 (1d20) : DEBUG (runtime:1111) - Created a thread named 'load_all_services'
2015-07-09 02:25:25,153 (840) : DEBUG (services:265) - Plug-in is not daemonized - loading services from system
2015-07-09 02:25:25,154 (1d20) : DEBUG (runtime:1111) - Created a thread named 'get_server_info'
2015-07-09 02:25:25,154 (840) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_'
2015-07-09 02:25:25,154 (1678) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400'
2015-07-09 02:25:25,154 (1d20) : DEBUG (core:150) - Finished starting framework core
2015-07-09 02:25:25,155 (1d20) : DEBUG (core:558) - Loading plug-in code
2015-07-09 02:25:25,158 (1678) : DEBUG (core:536) - Machine identifier is 4b4fe8610b7a941ed3137831c3a0b2ff2b78ee86
2015-07-09 02:25:25,158 (1678) : DEBUG (core:537) - Server version is 0.9.12.4.1192-9a47d21
2015-07-09 02:25:25,446 (840) : DEBUG (services:362) - Loaded services
2015-07-09 02:25:25,454 (25dc) : DEBUG (services:438) - No shared code to load
2015-07-09 02:25:25,515 (1d20) : DEBUG (core:564) - Finished loading plug-in code
2015-07-09 02:25:25,516 (1d20) : DEBUG (runtime:640) - Adding a prefix handler for 'FindUnmatched' ('/applications/findUnmatched')
2015-07-09 02:25:25,517 (1d20) : DEBUG (logkit:13) - ******* Started FindUnmatched V1.0.0.8 on Windows ***********
2015-07-09 02:25:25,519 (1d20) : DEBUG (logkit:13) - Starting to get the token
2015-07-09 02:25:25,523 (1d20) : DEBUG (preferences:258) - Loaded preferences from DefaultPrefs.json
2015-07-09 02:25:25,526 (1d20) : DEBUG (preferences:178) - Loaded the user preferences for com.plexapp.plugins.findUnmatch
2015-07-09 02:25:25,526 (1d20) : DEBUG (logkit:13) - Authentication disabled
2015-07-09 02:25:25,526 (1d20) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:25:25,526 (1d20) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:25:25,528 (1d20) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:25:25,528 (1d20) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, **db.001, Thumbs.db, .plexignore
2015-07-09 02:25:25,528 (1d20) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@__thumb, .AppleDouble
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - ********* Ending get User Prefs ***************
2015-07-09 02:25:25,529 (1d20) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:25:25,530 (1d20) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:25:25,530 (1d20) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, __db.001, Thumbs.db, .plexignore
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@__thumb, .AppleDouble
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:25:25,532 (1d20) : DEBUG (logkit:13) - ********* Ending get User Prefs ***************
2015-07-09 02:25:25,533 (1d20) : INFO (core:609) - Started plug-in
2015-07-09 02:25:25,533 (1d20) : DEBUG (socketinterface:160) - Starting socket server
2015-07-09 02:25:25,535 (1d20) : DEBUG (runtime:1111) - Created a thread named 'start'
2015-07-09 02:25:25,535 (1d20) : INFO (socketinterface:184) - Socket server started on port 56123
2015-07-09 02:25:25,536 (1d20) : INFO (pipeinterface:25) - Entering run loop
2015-07-09 02:25:25,536 (1d20) : DEBUG (runtime:717) - Handling request GET /:/prefixes
2015-07-09 02:25:25,536 (1d20) : DEBUG (runtime:814) - Found route matching /:/prefixes
2015-07-09 02:25:25,538 (1d20) : DEBUG (runtime:918) - Response: [200] MediaContainer, 483 bytes
2015-07-09 02:25:25,559 (2184) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs
2015-07-09 02:25:25,569 (2184) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs
2015-07-09 02:25:25,578 (2184) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:25:25,578 (2184) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2855 bytes
2015-07-09 02:26:52,509 (2480) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs/set?Plex_Pwd=urbanPLEXurcle
2015-07-09 02:26:52,510 (2480) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs/set
2015-07-09 02:26:52,513 (2480) : DEBUG (preferences:198) - Saved the user preferences
2015-07-09 02:26:52,515 (2480) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:26:52,516 (2480) : DEBUG (runtime:918) - Response: [200] str, 0 bytes
2015-07-09 02:26:59,477 (2e74) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:26:59,483 (2e74) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:26:59,483 (2e74) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:26:59,484 (2e74) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:26:59,490 (2e74) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:26:59,490 (2e74) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:26:59,490 (2e74) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:26:59,492 (2e74) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:26:59,492 (2e74) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:26:59,493 (2e74) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:26:59,493 (2e74) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:26:59,493 (2e74) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:26:59,512 (2e74) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:26:59,512 (2e74) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2750 bytes
2015-07-09 02:26:59,555 (1c08) : DEBUG (runtime:717) - Handling request GET /:/plugins/com.plexapp.plugins.findUnmatch/resources/art-default.jpg?t=1431790151
2015-07-09 02:26:59,555 (1c08) : DEBUG (runtime:814) - Found route matching /:/plugins/com.plexapp.plugins.findUnmatch/resources/art-default.jpg
2015-07-09 02:27:04,098 (1c08) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:04,098 (1c08) : DEBUG (runtime:918) - Response: [200] DataObject, 284541 bytes
2015-07-09 02:27:06,316 (2878) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:06,318 (2878) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:06,319 (2878) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:06,319 (2878) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:06,323 (2878) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:06,325 (2878) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:06,325 (2878) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:06,325 (2878) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:06,325 (2878) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:06,325 (2878) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:06,325 (2878) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:06,326 (2878) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:06,344 (2878) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:06,344 (2878) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2732 bytes
2015-07-09 02:27:06,358 (608) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%5C%5CXzXzXz%5Ctvshows%5CFilms%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CFilmer%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CThe+movie+Archive%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CDiscovery+and+IMAX%5C%2C%2C%2C%5C%5CXzXzXz%5Ctvshows%5CDisc-Films%5C&title=Movies&random=3.00880194922e-07&key=1&sectiontype=movie
2015-07-09 02:27:06,358 (608) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-07-09 02:27:06,359 (608) : DEBUG (logkit:13) - ******* Starting backgroundScan *********
2015-07-09 02:27:06,359 (608) : DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-07-09 02:27:06,361 (1140) : DEBUG (logkit:13) - ******* Starting backgroundScanThread ***********
2015-07-09 02:27:06,361 (1140) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:27:06,361 (1140) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:27:06,361 (1140) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:27:06,362 (1140) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, __db.001, Thumbs.db, .plexignore
2015-07-09 02:27:06,362 (1140) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@thumb, .AppleDouble
2015-07-09 02:27:06,362 (1140) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:27:06,364 (1140) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:27:06,364 (1140) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:27:06,364 (1140) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:27:06,365 (1140) : DEBUG (logkit:13) - *** Ending get User Prefs ***************
2015-07-09 02:27:06,365 (1140) : DEBUG (logkit:13) - Section type is movie
2015-07-09 02:27:06,365 (1140) : DEBUG (logkit:13) - Path to medias in section is http://127.0.0.1:32400/library/sections/1/all
2015-07-09 02:27:06,365 (1140) : DEBUG (logkit:13) - * Starting scanMovieDB with an URL of http://127.0.0.1:32400/library/sections/1/all

2015-07-09 02:27:06,365 (1140) : DEBUG (logkit:13) - Starting to fetch the list of items in this section
2015-07-09 02:27:06,367 (1140) : CRITICAL (logkit:25) - The server couldn't fulfill the request. Errorcode was 401
2015-07-09 02:27:06,367 (1140) : CRITICAL (logkit:25) - Exception happened in backgroundScanThread
2015-07-09 02:27:06,368 (1140) : CRITICAL (core:572) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1120, in _start_thread
f(_args, _kwargs)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 727, in backgroundScanThread
myMediaPaths = scanMovieDB(myMediaURL)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 462, in scanMovieDB
response = urlopen(req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized

2015-07-09 02:27:07,361 (608) : DEBUG (logkit:13) - ************** Error in thread, stopping wait **************
2015-07-09 02:27:07,362 (608) : DEBUG (logkit:13) - ******* Ending backgroundScan ***********
2015-07-09 02:27:07,365 (608) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:07,365 (608) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1041 bytes
2015-07-09 02:27:11,118 (2ed4) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:11,119 (2ed4) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:11,121 (2ed4) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:11,121 (2ed4) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:11,125 (2ed4) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:11,127 (2ed4) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:11,127 (2ed4) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:11,128 (2ed4) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:11,128 (2ed4) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:11,128 (2ed4) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:11,128 (2ed4) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:11,128 (2ed4) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:11,147 (2ed4) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:11,147 (2ed4) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2732 bytes
2015-07-09 02:27:11,161 (2cac) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/MainMenu?random=7.87076804484
2015-07-09 02:27:11,161 (2cac) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/MainMenu
2015-07-09 02:27:11,161 (2cac) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:11,163 (2cac) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:11,167 (2cac) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:11,167 (2cac) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:11,168 (2cac) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:11,168 (2cac) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:11,170 (2cac) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:11,170 (2cac) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:11,171 (2cac) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:11,171 (2cac) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2730 bytes
2015-07-09 02:27:16,206 (27e4) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:16,207 (27e4) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:16,207 (27e4) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:16,207 (27e4) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:16,213 (27e4) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:16,213 (27e4) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:16,213 (27e4) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:16,214 (27e4) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:16,214 (27e4) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:16,214 (27e4) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:16,216 (27e4) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:16,216 (27e4) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:16,223 (27e4) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:16,223 (27e4) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2732 bytes
2015-07-09 02:27:16,239 (2b78) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%5C%5CXzXzXz%5Ctvshows%5CTV-Shows%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CSerier%5C&title=TV+Shows&random=11.6785853335&key=2&sectiontype=show
2015-07-09 02:27:16,240 (2b78) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-07-09 02:27:16,240 (2b78) : DEBUG (logkit:13) - ******* Starting backgroundScan *********
2015-07-09 02:27:16,240 (2b78) : DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-07-09 02:27:16,240 (478) : DEBUG (logkit:13) - ******* Starting backgroundScanThread ***********
2015-07-09 02:27:16,240 (478) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:27:16,242 (478) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, **db.001, Thumbs.db, .plexignore
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@thumb, .AppleDouble
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:27:16,243 (478) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - *** Ending get User Prefs ***************
2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - Section type is show
2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - Path to medias in section is http://127.0.0.1:32400/library/sections/2/all
2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - * Starting scanShowDB with an URL of http://127.0.0.1:32400/library/sections/2/all

2015-07-09 02:27:16,244 (478) : DEBUG (logkit:13) - Starting to fetch the list of items in this section
2015-07-09 02:27:16,246 (478) : CRITICAL (logkit:25) - The server couldn't fulfill the request. Errorcode was 401
2015-07-09 02:27:16,246 (478) : CRITICAL (logkit:25) - Exception happened in backgroundScanThread
2015-07-09 02:27:16,246 (478) : CRITICAL (core:572) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1120, in _start_thread
f(_args, _kwargs)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 732, in backgroundScanThread
myMediaPaths, filecount = scanShowDB(myMediaURL)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 518, in scanShowDB
response = urlopen(req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized

2015-07-09 02:27:17,242 (2b78) : DEBUG (logkit:13) - ************** Error in thread, stopping wait **************
2015-07-09 02:27:17,243 (2b78) : DEBUG (logkit:13) - ******* Ending backgroundScan ***********
2015-07-09 02:27:17,244 (2b78) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:17,246 (2b78) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1041 bytes
2015-07-09 02:27:24,561 (107c) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:24,562 (107c) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:24,562 (107c) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:24,562 (107c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:24,568 (107c) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:24,568 (107c) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:24,569 (107c) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:24,569 (107c) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:24,569 (107c) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:24,569 (107c) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:24,569 (107c) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:24,571 (107c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:24,588 (107c) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:24,589 (107c) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:24,604 (2bd0) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/MainMenu?random=17.7509214456
2015-07-09 02:27:24,605 (2bd0) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/MainMenu
2015-07-09 02:27:24,605 (2bd0) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:24,605 (2bd0) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:24,611 (2bd0) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:24,611 (2bd0) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:24,611 (2bd0) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:24,611 (2bd0) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:24,611 (2bd0) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:24,612 (2bd0) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:24,614 (2bd0) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:24,614 (2bd0) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:31,506 (d90) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:31,506 (d90) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:31,506 (d90) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:31,507 (d90) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:31,513 (d90) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:31,513 (d90) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:31,513 (d90) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:31,515 (d90) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:31,515 (d90) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:31,515 (d90) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:31,516 (d90) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:31,516 (d90) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:31,523 (d90) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:31,525 (d90) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2732 bytes
2015-07-09 02:27:34,983 (2244) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:34,986 (2244) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:34,986 (2244) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:34,986 (2244) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:34,992 (2244) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:34,992 (2244) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:34,993 (2244) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:34,993 (2244) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:34,993 (2244) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:34,993 (2244) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:34,993 (2244) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:34,994 (2244) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:35,012 (2244) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:35,012 (2244) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:35,032 (2c4c) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/MainMenu?random=17.7509214456
2015-07-09 02:27:35,033 (2c4c) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/MainMenu
2015-07-09 02:27:35,033 (2c4c) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:35,033 (2c4c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:35,039 (2c4c) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:35,039 (2c4c) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:35,039 (2c4c) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:35,040 (2c4c) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:35,040 (2c4c) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:35,042 (2c4c) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:35,042 (2c4c) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:35,042 (2c4c) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:37,400 (1e00) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:37,401 (1e00) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:37,401 (1e00) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:37,401 (1e00) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:37,407 (1e00) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:37,407 (1e00) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:37,407 (1e00) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:37,408 (1e00) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:37,408 (1e00) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:37,408 (1e00) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:37,410 (1e00) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:37,410 (1e00) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:37,428 (1e00) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:37,428 (1e00) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:37,448 (1e48) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%5C%5CXzXzXz%5Ctvshows%5CTV-Shows%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CSerier%5C&title=TV+Shows&random=11.6785853335&key=2&sectiontype=show
2015-07-09 02:27:37,450 (1e48) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-07-09 02:27:37,450 (1e48) : DEBUG (logkit:13) - ******* Starting backgroundScan *********
2015-07-09 02:27:37,450 (1e48) : DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-07-09 02:27:37,451 (1234) : DEBUG (logkit:13) - ******* Starting backgroundScanThread ***********
2015-07-09 02:27:37,451 (1234) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:27:37,453 (1234) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:27:37,453 (1234) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:27:37,453 (1234) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, **db.001, Thumbs.db, .plexignore
2015-07-09 02:27:37,453 (1234) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@thumb, .AppleDouble
2015-07-09 02:27:37,453 (1234) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:27:37,454 (1234) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:27:37,454 (1234) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:27:37,454 (1234) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:27:37,454 (1234) : DEBUG (logkit:13) - *** Ending get User Prefs ***************
2015-07-09 02:27:37,456 (1234) : DEBUG (logkit:13) - Section type is show
2015-07-09 02:27:37,456 (1234) : DEBUG (logkit:13) - Path to medias in section is http://127.0.0.1:32400/library/sections/2/all
2015-07-09 02:27:37,456 (1234) : DEBUG (logkit:13) - * Starting scanShowDB with an URL of http://127.0.0.1:32400/library/sections/2/all

2015-07-09 02:27:37,456 (1234) : DEBUG (logkit:13) - Starting to fetch the list of items in this section
2015-07-09 02:27:37,457 (1234) : CRITICAL (logkit:25) - The server couldn't fulfill the request. Errorcode was 401
2015-07-09 02:27:37,457 (1234) : CRITICAL (logkit:25) - Exception happened in backgroundScanThread
2015-07-09 02:27:37,457 (1234) : CRITICAL (core:572) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1120, in _start_thread
f(_args, _kwargs)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 732, in backgroundScanThread
myMediaPaths, filecount = scanShowDB(myMediaURL)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 518, in scanShowDB
response = urlopen(req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized

2015-07-09 02:27:38,029 (28ac) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:38,030 (28ac) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:38,032 (28ac) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:38,032 (28ac) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:38,036 (28ac) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:38,038 (28ac) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:38,038 (28ac) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:38,039 (28ac) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:38,039 (28ac) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:38,039 (28ac) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:38,039 (28ac) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:38,039 (28ac) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:38,059 (28ac) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:38,059 (28ac) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:38,078 (2278) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/MainMenu?random=7.87076804484
2015-07-09 02:27:38,078 (2278) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/MainMenu
2015-07-09 02:27:38,079 (2278) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:38,079 (2278) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:38,085 (2278) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:38,085 (2278) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:38,085 (2278) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:38,086 (2278) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:38,086 (2278) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:38,086 (2278) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:38,088 (2278) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:38,088 (2278) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:38,453 (1e48) : DEBUG (logkit:13) - ************** Error in thread, stopping wait **************
2015-07-09 02:27:38,453 (1e48) : DEBUG (logkit:13) - ******* Ending backgroundScan ***********
2015-07-09 02:27:38,453 (1e48) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:38,453 (1e48) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1041 bytes
2015-07-09 02:27:38,654 (1c80) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:38,655 (1c80) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:38,655 (1c80) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:38,655 (1c80) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:38,661 (1c80) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:38,661 (1c80) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:38,661 (1c80) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:38,663 (1c80) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:38,663 (1c80) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:38,663 (1c80) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:38,664 (1c80) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:38,664 (1c80) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:38,673 (1c80) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:38,673 (1c80) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2732 bytes
2015-07-09 02:27:38,694 (bf4) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%5C%5CXzXzXz%5Ctvshows%5CFilms%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CFilmer%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CThe+movie+Archive%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CDiscovery+and+IMAX%5C%2C%2C%2C%5C%5CXzXzXz%5Ctvshows%5CDisc-Films%5C&title=Movies&random=3.00880194922e-07&key=1&sectiontype=movie
2015-07-09 02:27:38,696 (bf4) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-07-09 02:27:38,697 (bf4) : DEBUG (logkit:13) - ******* Starting backgroundScan *********
2015-07-09 02:27:38,697 (bf4) : DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-07-09 02:27:38,697 (36c) : DEBUG (logkit:13) - ******* Starting backgroundScanThread ***********
2015-07-09 02:27:38,697 (36c) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:27:38,698 (36c) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:27:38,698 (36c) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:27:38,700 (36c) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, **db.001, Thumbs.db, .plexignore
2015-07-09 02:27:38,700 (36c) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@thumb, .AppleDouble
2015-07-09 02:27:38,700 (36c) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:27:38,700 (36c) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:27:38,700 (36c) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - Plex.tv Authentication is False
2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - *** Ending get User Prefs ***************
2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - Section type is movie
2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - Path to medias in section is http://127.0.0.1:32400/library/sections/1/all
2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - * Starting scanMovieDB with an URL of http://127.0.0.1:32400/library/sections/1/all

2015-07-09 02:27:38,701 (36c) : DEBUG (logkit:13) - Starting to fetch the list of items in this section
2015-07-09 02:27:38,703 (36c) : CRITICAL (logkit:25) - The server couldn't fulfill the request. Errorcode was 401
2015-07-09 02:27:38,703 (36c) : CRITICAL (logkit:25) - Exception happened in backgroundScanThread
2015-07-09 02:27:38,703 (36c) : CRITICAL (core:572) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1120, in _start_thread
f(_args, _kwargs)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 727, in backgroundScanThread
myMediaPaths = scanMovieDB(myMediaURL)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 462, in scanMovieDB
response = urlopen(req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized

2015-07-09 02:27:39,178 (1fcc) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:39,180 (1fcc) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:39,180 (1fcc) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:39,180 (1fcc) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:39,186 (1fcc) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:39,186 (1fcc) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:39,187 (1fcc) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:39,187 (1fcc) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:39,187 (1fcc) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:39,187 (1fcc) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:39,187 (1fcc) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:39,188 (1fcc) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:39,197 (1fcc) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:39,197 (1fcc) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:39,697 (bf4) : DEBUG (logkit:13) - ************** Error in thread, stopping wait **************
2015-07-09 02:27:39,697 (bf4) : DEBUG (logkit:13) - ******* Ending backgroundScan ***********
2015-07-09 02:27:39,697 (bf4) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:39,697 (bf4) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1040 bytes
2015-07-09 02:27:42,822 (1518) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs
2015-07-09 02:27:42,823 (1518) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs
2015-07-09 02:27:42,828 (1518) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:42,828 (1518) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2861 bytes
2015-07-09 02:27:51,089 (1b38) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs/set?Authenticate=true
2015-07-09 02:27:51,091 (1b38) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs/set
2015-07-09 02:27:51,094 (1b38) : DEBUG (preferences:198) - Saved the user preferences
2015-07-09 02:27:51,095 (1b38) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:51,095 (1b38) : DEBUG (runtime:918) - Response: [200] str, 0 bytes
2015-07-09 02:27:53,915 (299c) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:53,917 (299c) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:53,917 (299c) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:53,917 (299c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:53,923 (299c) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:53,923 (299c) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:53,924 (299c) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:53,924 (299c) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:53,924 (299c) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:53,924 (299c) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:53,924 (299c) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:53,926 (299c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:53,943 (299c) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:53,943 (299c) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:55,723 (2108) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:27:55,724 (2108) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:27:55,724 (2108) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:27:55,726 (2108) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:27:55,730 (2108) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:27:55,732 (2108) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:27:55,733 (2108) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:27:55,733 (2108) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:27:55,733 (2108) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:27:55,733 (2108) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:27:55,733 (2108) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:27:55,733 (2108) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:27:55,752 (2108) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:55,753 (2108) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:27:55,767 (1268) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%5C%5CXzXzXz%5Ctvshows%5CFilms%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CFilmer%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CThe+movie+Archive%5C%2C%2C%2C%5C%5CXxXxXx%5CVideos%5CDiscovery+and+IMAX%5C%2C%2C%2C%5C%5CXzXzXz%5Ctvshows%5CDisc-Films%5C&title=Movies&random=54.4322393731&key=1&sectiontype=movie
2015-07-09 02:27:55,769 (1268) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-07-09 02:27:55,769 (1268) : DEBUG (logkit:13) - ******* Starting backgroundScan *********
2015-07-09 02:27:55,769 (1268) : DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-07-09 02:27:55,770 (2a68) : DEBUG (logkit:13) - ******* Starting backgroundScanThread ***********
2015-07-09 02:27:55,770 (2a68) : DEBUG (logkit:13) - ********* Starting to get User Prefs ***************
2015-07-09 02:27:55,772 (2a68) : DEBUG (logkit:13) - ALL_EXTENSIONS is : False
2015-07-09 02:27:55,772 (2a68) : DEBUG (logkit:13) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-07-09 02:27:55,773 (2a68) : DEBUG (logkit:13) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, **db.001, Thumbs.db, .plexignore
2015-07-09 02:27:55,773 (2a68) : DEBUG (logkit:13) - IGNORED_DIRS from prefs are : .@thumb, .AppleDouble
2015-07-09 02:27:55,773 (2a68) : DEBUG (logkit:13) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-07-09 02:27:55,773 (2a68) : DEBUG (logkit:13) - IGNORE_HIDDEN is : True
2015-07-09 02:27:55,773 (2a68) : DEBUG (logkit:13) - ENABLE_PLEXIGNORE is : True
2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - Plex.tv Authentication is True
2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - *** Ending get User Prefs ***************
2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - Section type is movie
2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - Path to medias in section is http://127.0.0.1:32400/library/sections/1/all
2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - * Starting scanMovieDB with an URL of http://127.0.0.1:32400/library/sections/1/all

2015-07-09 02:27:55,775 (2a68) : DEBUG (logkit:13) - Starting to fetch the list of items in this section
2015-07-09 02:27:55,776 (2a68) : CRITICAL (logkit:25) - The server couldn't fulfill the request. Errorcode was 401
2015-07-09 02:27:55,776 (2a68) : CRITICAL (logkit:25) - Exception happened in backgroundScanThread
2015-07-09 02:27:55,776 (2a68) : CRITICAL (core:572) - Exception in thread named 'backgroundScanThread' (most recent call last):
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1120, in _start_thread
f(_args, _kwargs)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 727, in backgroundScanThread
myMediaPaths = scanMovieDB(myMediaURL)
File "C:\Users\I\AppData\Local\Plex Media Server\Plug-ins\Plex-FindUnmatched.bundle\Contents\Code__init
.py", line 462, in scanMovieDB
response = urlopen(req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Unauthorized

2015-07-09 02:27:56,770 (1268) : DEBUG (logkit:13) - ************** Error in thread, stopping wait **************
2015-07-09 02:27:56,772 (1268) : DEBUG (logkit:13) - ******* Ending backgroundScan ***********
2015-07-09 02:27:56,773 (1268) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:27:56,775 (1268) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1041 bytes
2015-07-09 02:28:00,703 (2454) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:28:00,703 (2454) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:28:00,704 (2454) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:28:00,704 (2454) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:28:00,710 (2454) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:28:00,710 (2454) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:28:00,710 (2454) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:28:00,711 (2454) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:28:00,711 (2454) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:28:00,711 (2454) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:28:00,713 (2454) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:28:00,713 (2454) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:28:00,720 (2454) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:28:00,721 (2454) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2731 bytes
2015-07-09 02:28:03,349 (21ac) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs
2015-07-09 02:28:03,351 (21ac) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs
2015-07-09 02:28:03,357 (21ac) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:28:03,357 (21ac) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2860 bytes
2015-07-09 02:28:23,323 (1c8c) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-07-09 02:28:23,325 (1c8c) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-07-09 02:28:23,326 (1c8c) : DEBUG (logkit:13) - ********** Starting MainMenu **********
2015-07-09 02:28:23,326 (1c8c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-07-09 02:28:23,332 (1c8c) : DEBUG (logkit:13) - Title of section is Movies with a key of 1 and a path of : ['\XzXzXz\tvshows\Films', '\XxXxXx\Videos\Filmer', '\XxXxXx\Videos\The movie Archive', '\XxXxXx\Videos\Discovery and IMAX', '\XzXzXz\tvshows\Disc-Films']
2015-07-09 02:28:23,332 (1c8c) : DEBUG (logkit:13) - Title of section is Music Videos with a key of 3 and a path of : ['\XzXzXz\tvshows\Music Videos', '\XxXxXx\Videos\Music Videos\Green Day - Bullet in a bible 2005']
2015-07-09 02:28:23,332 (1c8c) : DEBUG (logkit:13) - Title of section is RandomTV with a key of 10 and a path of : ['\XzXzXz\tvshows\Random-TV', '\XxXxXx\Videos\CLIPS\Att_se']
2015-07-09 02:28:23,334 (1c8c) : DEBUG (logkit:13) - Title of section is Stand Up with a key of 7 and a path of : ['\XxXxXx\Videos\CLIPS\Comedy']
2015-07-09 02:28:23,334 (1c8c) : DEBUG (logkit:13) - Title of section is TV Shows with a key of 2 and a path of : ['\XzXzXz\tvshows\TV-Shows', '\XxXxXx\Videos\Serier']
2015-07-09 02:28:23,335 (1c8c) : DEBUG (logkit:13) - ********** Ending MainMenu **********
2015-07-09 02:28:23,335 (1c8c) : DEBUG (base:117) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-07-09 02:28:23,335 (1c8c) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-07-09 02:28:23,351 (1c8c) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:28:23,351 (1c8c) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2733 bytes
2015-07-09 02:33:26,792 (2dc4) : DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/:/prefs
2015-07-09 02:33:26,795 (2dc4) : DEBUG (runtime:814) - Found route matching /applications/findUnmatched/:/prefs
2015-07-09 02:33:26,799 (2dc4) : DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-07-09 02:33:26,799 (2dc4) : DEBUG (runtime:918) - Response: [200] MediaContainer, 2860 bytes

Files listed when there are multiple files per title

PLEX supports having multiple formats for the same program/episode. I have some of these due to downloading lower res MP4 and 720p MKV's for some programs, due to timing, etc. In addition to listing files for which /no/ program mapping exists, it also seems to be listing those files where more than one file mapping exists.

For example:

    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E01.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E01.There.Is.No.I.In.Team.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E04.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E04.The.Ultimate.Hard.And.Soft.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E05.A.Little.Bit.Country.A.Little.Bit.Rock.N.Roll.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E05.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E06.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E06.Senior.Fling.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E07.A.Sticky.Situation.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E07.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E08.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E08.Take.It.All.Off.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E09.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E09.He.Said.She.Said.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E11.Finally.On.My.Own.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E11.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E13.Finale.Part.1.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E13.Finale.Part.1.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E14.Finale.Part.2.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E14.Finale.Part.2.HDTV.x264-YesTV.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E15.Reunion.HDTV.x264-RKSTR.mp4
    /data/media/TV/Project Runway/Season 11/Project.Runway.S11E15.Reunion.HDTV.x264-YesTV.mp4

    /data/media/BitTorrent/Project.Runway.S12E05.You.Choose.Your.Materials.HDTV.x264-RKSTR.mp4
    /data/media/BitTorrent/Project.Runway.S12E05.You.Choose.Your.Materials.HDTV.x264-DexzAery.mp4

    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E01.PROPER.720p.HDTV.x264-ORENJI.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E02.720p.HDTV.x264-ORENJI.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E03.720p.HDTV.x264-EVOLVE.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E04.720p.HDTV.x264-EVOLVE.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E05.720p.HDTV.x264-EVOLVE.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E06.720p.HDTV.x264-EVOLVE.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E07.PROPER.720p.HDTV.x264-EVOLVE.mkv
    /data/media/BitTorrent/Breaking.Bad.S05.720p.HDTV.x264/Breaking.Bad.S05E08.720p.HDTV.x264-IMMERSE.mkv
    /data/media/TV/Breaking Bad/Season 1/Breaking.Bad.S01E01.720p.HDTV.x264-BiA.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E01.PROPER.720p.HDTV.x264-ORENJI.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E02.720p.HDTV.x264-ORENJI.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E03.720p.HDTV.x264-EVOLVE.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E04.720p.HDTV.x264-EVOLVE.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E05.720p.HDTV.x264-EVOLVE.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E06.720p.HDTV.x264-EVOLVE.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E07.PROPER.720p.HDTV.x264-EVOLVE.mkv
    /data/media/TV/Breaking Bad/Season 5/Breaking.Bad.S05E08.720p.HDTV.x264-IMMERSE.mkv

Last character of file extension missing

In the results returned, the filename is always missing the last character of the file extension

mp (should be mp4 or mp3)
m4 (should be m4v)
mo (should be mov)

Ignore 'lost+found', at least when not readable by Plex.

On Linux systems the 'lost+found' directory is typically owned by root and is unreadable by anyone else. This is the default behaviour when a file system is created.

The plex-findUnmatched.bundle plugin breaks when it tries to read this directory and stops scanning.

Errors in the UI:

FindUnmatched V1.0.0.7 - DEV Internal Error Detected. Please check the logs

An internal error has occurred.
An internal error has occurred. Please check the logs

*** Please submit logs. ***
An internal error has occurred. Please check the logs

Errors in the com.plexapp.plugins.findUnmatch.log file:

2015-04-07 01:26:35,482 (7fa70effd700) :  DEBUG (__init__:210) - ******* Starting ListTree with a path of /Media/Movies/lost+found***********
2015-04-07 01:26:35,482 (7fa70effd700) :  CRITICAL (__init__:310) - Detected an exception in listTree
2015-04-07 01:26:35,482 (7fa70effd700) :  CRITICAL (__init__:310) - Detected an exception in listTree
2015-04-07 01:26:35,482 (7fa70effd700) :  CRITICAL (__init__:199) - Exception happened in scanFiles
2015-04-07 01:26:35,482 (7fa70effd700) :  CRITICAL (__init__:761) - Exception happened in backgroundScanThread
2015-04-07 01:26:35,483 (7fa70effd700) :  CRITICAL (runtime:1122) - Exception in thread named 'backgroundScanThread' (most recent call last):
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1120, in _start_thread
    f(*args, **kwargs)
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 747, in backgroundScanThread
    files = scanFiles(title, key, paths)
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 184, in scanFiles
    files.extend(listTree(myPath))
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 301, in listTree
    r.append(filename)
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 301, in listTree
    r.append(filename)
OSError: [Errno 13] Permission denied: '/Media/Movies/lost+found'

2015-04-07 01:26:36,417 (7fa70ffff700) :  DEBUG (__init__:700) - ************** Error in thread, stopping wait **************
2015-04-07 01:26:36,418 (7fa70ffff700) :  DEBUG (__init__:710) - ******* Ending backgroundScan ***********

The work around is to either set lost+found to world readable (not a good idea) or to add the lost+found directory to the exclusion list in the plugin's settings.

It would be nice if it was ignored by default, or if an error is taken on that directory it will throw up an error and continue processing.

Or, even, any time this error occurs for any directory the UI reports it and continues processing, so the logs don't have to be manually checked.

Thank you for your time.

local extras wrongly flagged as unmatched when agent is Personal Media

Local extras are wrongly flagged as 'Unmatched' when the metadata agent of a library is set to 'Personal Media' AND those extras are marked using the subfolder method (as opposed to the -suffix method)
https://support.plex.tv/hc/en-us/articles/200220677-Local-Media-Assets-Movies

Sample from log file:
2015-03-10 18:30:40,924 (1318) : DEBUG (logkit:13) - Found valid file #13 named: H:\Musique\David Bowie\Best of Bowie\Scenes\Be My Wife.mkv
2015-03-10 18:30:40,924 (1318) : DEBUG (logkit:13) - Found valid file #14 named: H:\Musique\David Bowie\Best of Bowie\Scenes\Black Tie White Noise.mkv
2015-03-10 18:30:40,924 (1318) : DEBUG (logkit:13) - Found valid file #15 named: H:\Musique\David Bowie\Best of Bowie\Scenes\Blue Jean (alternate version for MTV).mkv

notice the 'Scenes' subfolder.

FEATURE REQUEST: add schedule

add schedule to run this system.

people consistently add new things to their plex, it would be nice to have the unmatched results be sitting in some folder for you, ready to be analyzed with the latest results.

False Positives

Getting false positives in with a library that has multiple locations.

Unauthorized (401) error

Hi.

Here is the log of the error I get when I try to Look for unmatched in a section. I have 1.0.0.6 (from UnSupported AppStore) and latest Plex (Pass version).

Let me know if you need anything.

Frédéric

2015-02-24 14:53:11,495 (111fca000) :  DEBUG (runtime:717) - Handling request GET /applications/findUnmatched
2015-02-24 14:53:11,497 (111fca000) :  DEBUG (runtime:814) - Found route matching /applications/findUnmatched
2015-02-24 14:53:11,497 (111fca000) :  DEBUG (__init__:108) - **********  Starting MainMenu  **********
2015-02-24 14:53:11,497 (111fca000) :  DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/sections'
2015-02-24 14:53:11,505 (111fca000) :  DEBUG (__init__:118) - Title of section is Concerts & Events with a key of 11 and a path of : ['/Volumes/Kids/Concerts & Events']
2015-02-24 14:53:11,505 (111fca000) :  DEBUG (__init__:118) - Title of section is Films enfants with a key of 4 and a path of : ['/Volumes/Kids/Kids/Movies']
2015-02-24 14:53:11,506 (111fca000) :  DEBUG (__init__:118) - Title of section is Movies with a key of 5 and a path of : ['/Volumes/Media/Movies']
2015-02-24 14:53:11,507 (111fca000) :  DEBUG (__init__:118) - Title of section is Séries with a key of 10 and a path of : ['/Volumes/Kids/Kids/TV']
2015-02-24 14:53:11,507 (111fca000) :  DEBUG (__init__:118) - Title of section is Teen Movies with a key of 3 and a path of : ['/Volumes/Kids/Teens/Movies']
2015-02-24 14:53:11,508 (111fca000) :  DEBUG (__init__:118) - Title of section is Teen TV Shows with a key of 9 and a path of : ['/Volumes/Kids/Teens/TV']
2015-02-24 14:53:11,508 (111fca000) :  DEBUG (__init__:118) - Title of section is TV Shows with a key of 7 and a path of : ['/Volumes/Media/TV', '/Volumes/Attic/TV']
2015-02-24 14:53:11,509 (111fca000) :  DEBUG (__init__:124) - **********  Ending MainMenu  **********
2015-02-24 14:53:11,509 (111fca000) :  DEBUG (base:125) - Checking if com.plexapp.plugins.findUnmatch is broken
2015-02-24 14:53:11,509 (111fca000) :  DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X1N0b3JlU2VydmljZTpJc0NoYW5uZWxCcm9rZW4_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMQpzMzEKY29tLnBsZXhhcHAucGx1Z2lucy5maW5kVW5tYXRjaHMxMAppZGVudGlmaWVycjAK'
2015-02-24 14:53:11,521 (111fca000) :  DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-02-24 14:53:11,521 (111fca000) :  DEBUG (runtime:918) - Response: [200] MediaContainer, 3355 bytes
2015-02-24 14:53:11,546 (111fca000) :  DEBUG (runtime:717) - Handling request GET /applications/findUnmatched/backgroundScan?paths=%2FVolumes%2FKids%2FKids%2FMovies&title=Films+enfants&random=1.345138&key=4&sectiontype=movie
2015-02-24 14:53:11,548 (111fca000) :  DEBUG (runtime:814) - Found route matching /applications/findUnmatched/backgroundScan
2015-02-24 14:53:11,548 (111fca000) :  DEBUG (__init__:609) - ******* Starting backgroundScan *********
2015-02-24 14:53:11,550 (1123cd000) :  DEBUG (__init__:705) - *******  Starting backgroundScanThread  ***********
2015-02-24 14:53:11,550 (111fca000) :  DEBUG (runtime:1111) - Created a thread named 'backgroundScanThread'
2015-02-24 14:53:11,551 (1123cd000) :  DEBUG (__init__:424) - *********  Starting to get User Prefs  ***************
2015-02-24 14:53:11,551 (1123cd000) :  DEBUG (__init__:427) - ALL_EXTENSIONS is : False
2015-02-24 14:53:11,552 (1123cd000) :  DEBUG (__init__:428) - VALID_EXTENSIONS from prefs are : .m4v, .3gp, .nsv, .ts, .ty, .strm, .rm, .rmvb, .m3u, .mov, .qt, .divx, .xvid, .bivx, .vob, .nrg, .img, .iso, .pva, .wmv, .asf, .asx, .ogm, .m2v, .avi, .bin, .dat, .dvr-ms, .mpg, .mpeg, .mp4, .mkv, .avc, .vp3, .svq3, .nuv, .viv, .dv, .fli, .flv, .rar, .001, .wpl, .zip, .jpg, .mp3
2015-02-24 14:53:11,552 (1123cd000) :  DEBUG (__init__:429) - IGNORED_FILES from prefs are : imdb.nfo, .DS_Store, __db.001, Thumbs.db, .plexignore
2015-02-24 14:53:11,552 (1123cd000) :  DEBUG (__init__:430) - IGNORED_DIRS from prefs are : .@__thumb, .AppleDouble
2015-02-24 14:53:11,552 (1123cd000) :  DEBUG (__init__:431) - IGNORED_EXTENSIONS from prefs are : .srt, .xml, .idx, .jpg, .sub, .nfo, .png, .gif, .txt, .rtf, .m3u, .rar, .sfv, .md5, .ico, .doc, .zip, .SRT2UTF-8
2015-02-24 14:53:11,553 (1123cd000) :  DEBUG (__init__:432) - IGNORE_HIDDEN is : True
2015-02-24 14:53:11,553 (1123cd000) :  DEBUG (__init__:433) - ENABLE_PLEXIGNORE is : True
2015-02-24 14:53:11,553 (1123cd000) :  DEBUG (__init__:434) - *********  Ending get User Prefs  ***************
2015-02-24 14:53:11,553 (1123cd000) :  DEBUG (__init__:713) - Section type is movie
2015-02-24 14:53:11,553 (1123cd000) :  DEBUG (__init__:715) - Path to medias in section is http://127.0.0.1:32400/library/sections/4/all
2015-02-24 14:53:11,554 (1123cd000) :  DEBUG (__init__:442) - ******* Starting scanMovieDB with an URL of http://127.0.0.1:32400/library/sections/4/all***********
2015-02-24 14:53:11,554 (1123cd000) :  DEBUG (__init__:451) - Starting to fetch the list of items in this section
2015-02-24 14:53:11,555 (1123cd000) :  CRITICAL (__init__:455) - The server couldn't fulfill the request. Errorcode was 401
2015-02-24 14:53:11,555 (1123cd000) :  CRITICAL (__init__:748) - Exception happened in backgroundScanThread
2015-02-24 14:53:11,556 (1123cd000) :  CRITICAL (runtime:1122) - Exception in thread named 'backgroundScanThread' (most recent call last):
  File "/Users/frederic/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1120, in _start_thread
    f(*args, **kwargs)
  File "/Users/frederic/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 718, in backgroundScanThread
    myMediaPaths = scanMovieDB(myMediaURL)
  File "/Users/frederic/Library/Application Support/Plex Media Server/Plug-ins/Plex-FindUnmatched.bundle/Contents/Code/__init__.py", line 453, in scanMovieDB
    response = urlopen(req)
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 127, in urlopen
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 410, in open
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 523, in http_response
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 448, in error
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 382, in _call_chain
  File "/Users/admin/jenkins/pms-deps-universal-v2/BUILD_TAG/darwin-x86_64/output/pms-depends-darwin-x86_64-release-8d533fc/lib/python2.7/urllib2.py", line 531, in http_error_default
HTTPError: HTTP Error 401: Unauthorized

2015-02-24 14:53:12,551 (111fca000) :  DEBUG (__init__:687) - ************** Error in thread, stopping wait **************
2015-02-24 14:53:12,552 (111fca000) :  DEBUG (__init__:697) - ******* Ending backgroundScan ***********
2015-02-24 14:53:12,554 (111fca000) :  DEBUG (runtime:106) - Sending packed state data (112 bytes)
2015-02-24 14:53:12,555 (111fca000) :  DEBUG (runtime:918) - Response: [200] MediaContainer, 1031 bytes

FundUnmatched falsely reports that the filesystem is empty.

On rare occasions Plex will load the main menu while a background scan is running. If this happens right as scanFiles() starts myPathList my not be repopulated before it is needed resulting in no paths to scan.

myPathList will be changed from a global variable to a parameter that gets passed down to scanFiles.

Windows platform is broken

Seems like this plug-in currently only runs on Linux flavors.

When scanning a TV-Show section, everything shows as unmatched
When scanning a Movie section, all is reported as good, regardless of stuff missing

Have to manually click a few times to genereate report? Debug?

I just pulled the archive to deploy to PLEX on my ReadyNAS... I'm noticing that when I click into a section, I get the following text, in series, that I have to click on in order to finally get to the report...

****** Click here to scan the file-system ******

****** Click here to compare ******

Windows platform and esc backslash

Seems like the database will contain an escaped backslash character, but file-system doesn't report that.

Need to filer the esc character when comparing

Ignoring -trailer files ?

Would you consider adding a filter to ignore -trailer files ? that plex ignores anyways ? It gives a lot of false positive. Possibly the same for the sample files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.