Justin B. Alcorn
Justin B. Alcorn
Just found that 'THEIR' isn't matching
I just checked the english word list is 'their' is listed, so...something's wrong. Here's my call: S C:\users\jalcorn> Invoke-WebRequest -Method GET -Uri "https://api.dictionaryapi.dev/api/v2/entries/en/their" Invoke-WebRequest : {"title":"No Definitions Found","message":"Sorry pal, we...
Hm. I was using the .SportsScanner files but I never really looked at that code. It's looking for a 'SportsScanner.txt' file but the regular expression only works on Windows so...
I know this is very old, but if you replace the regular expression ``` filename = re.sub(r'(.*\\).*?$',r'\1SportScanner.txt',clean_files[file]) ``` with ``` filename = "{0}{1}SportScanner.txt".format(os.path.dirname(clean_files[file]),os.path.sep) ``` That will fix your problem because...
Well, that explains why the single folder never worked for me before. It works now (I'm on Linux) ``` Jan 24 10:48:36 gossamer Plex Media Server[3767]: SS: Starting scan Jan...
Pull Request submitted on a new branch.
@lengland Can you check to see if this fixes your issue and close?
@mmmmmtasty you can probably close this issue
@mmmmmtasty do you think this is still an issue? if you have any notes on the problem I could see if I can tackle it.
You probably want to open that issue over at TheSportsDB.com rather than here. This is specifically a Plex plugin, and you'll find Emby and Jellyfin users over there that might...