Search found 18 matches
- 04 Feb 2020, 08:56
- Forum: Scripting and Automation
- Topic: Need Help Converting my Script Into Python to Suppress Command Window
- Replies: 5
- Views: 5120
Re: Need Help Converting my Script Into Python to Suppress Command Window
Alright got this working now with Python 3.8.1. I was using Python 2.7.x before that and got this error message: C:\Users\TFL>python F:/TFL/Onedrive/Tools/runw.pyw F:/TFL/Onedrive/Tools/dpclat.exe Traceback (most recent call last): File "F:/TFL/Onedrive/Tools/runw.pyw", line 5, in <module ...
- 03 Feb 2020, 19:28
- Forum: Scripting and Automation
- Topic: Need Help Converting my Script Into Python to Suppress Command Window
- Replies: 5
- Views: 5120
Re: Need Help Converting my Script Into Python to Suppress Command Window
I suppose you could just use the runw script to run any command with CMD suppressed, including your existing one: https://github.com/filebot/plugins/blob/master/utorrent/runw.pyw e.g. C:/path/to/pythonw.exe C:/path/to/runw.pyw C:/path/to/filebot.exe -script fn:amc ... :idea: You may or may not need ...
- 31 Jan 2020, 17:17
- Forum: Scripting and Automation
- Topic: Need Help Converting my Script Into Python to Suppress Command Window
- Replies: 5
- Views: 5120
Re: Need Help Converting my Script Into Python to Suppress Command Window
Thank you, I will certainly look into that (and didn't know that was a thing either) 

- 31 Jan 2020, 15:47
- Forum: Scripting and Automation
- Topic: Need Help Converting my Script Into Python to Suppress Command Window
- Replies: 5
- Views: 5120
Need Help Converting my Script Into Python to Suppress Command Window
I've been using my Filebot script executed by uTorrent for a long time and it's been running great. However lately I've noticed more games don't like it when these command windows popup, even though I try to suppress it with the "cmd /c START /MIN cmd /c filebot.exe". So I've been considering ...
- 28 Jan 2019, 11:09
- Forum: Windows
- Topic: Help Tracking Down a Few Annoying Script Issues
- Replies: 7
- Views: 3802
Re: Help Tracking Down a Few Annoying Script Issues
Hey all. Just an update on this issue, which now seems to be fixed. It was indeed that --filter option that screwed it all up, and the fault is mine for failing to read instructions properly :) I mean the only issue I've encountered this last week was "Les Misérables (2018)" (TheTVDB ID 354256) ...
- 20 Jan 2019, 13:34
- Forum: Windows
- Topic: Help Tracking Down a Few Annoying Script Issues
- Replies: 7
- Views: 3802
Re: Help Tracking Down a Few Annoying Script Issues
Ok I do have that log, I will have to get back to you. Might take some days, and else I will just have to force a new set of fails, as it's easy for me to reproduce (mostly)
- 20 Jan 2019, 12:54
- Forum: Windows
- Topic: Help Tracking Down a Few Annoying Script Issues
- Replies: 7
- Views: 3802
Re: Help Tracking Down a Few Annoying Script Issues
Do you have test cases for each of these corner cases? Maybe logs that show FileBot misbehaving? :!: --def "ut_label=TV" means you're strongly hinting that whatever is passed in, is a TV show, i.e. you're forcing series mode . Not sure I have logs, but I might be able to produce some. Where would I ...
- 20 Jan 2019, 10:57
- Forum: Windows
- Topic: Help Tracking Down a Few Annoying Script Issues
- Replies: 7
- Views: 3802
Help Tracking Down a Few Annoying Script Issues
Hey there folks. I've been running Filebot for quite some time now, and with the help of the community here I've managed to have an almost automated system going, with a few daily hiccups though. I'm not sure if those issues are related to Filebots scraping or general features and I'm just not using ...
- 29 Nov 2018, 08:56
- Forum: Windows
- Topic: Gmail SMTP server/IP
- Replies: 5
- Views: 4612
Re: Gmail SMTP server/IP
Alright so I'm still having issues with my VPN, if someone could answer what port and protocol Filebot uses to send email with gmail. SSL or TLS? Oddly enough I can send emails using gmail web client when connected to my VPN, yet Filebot can't get through.
- 24 Nov 2018, 13:17
- Forum: Windows
- Topic: Gmail SMTP server/IP
- Replies: 5
- Views: 4612
Re: Gmail SMTP server/IP
Thanks for the fast reply, this should help 

- 24 Nov 2018, 08:21
- Forum: Windows
- Topic: Gmail SMTP server/IP
- Replies: 5
- Views: 4612
Gmail SMTP server/IP
Does anyone know which Gmail SMTP server/IP Filebot uses to send emails through gmail with when using the --def gmail= argument? I'm asking because my VPN service is blocking it apparently and they need to know that information in order to white list me.
- 11 Mar 2018, 19:25
- Forum: Scripting and Automation
- Topic: Automating .file_info File Creation For Plex Plug-in
- Replies: 6
- Views: 4800
Re: Automating .file_info File Creation For Plex Plug-in
xattr is a filesystem feature. If you're using a local drive formatted with NTFS then it'll work. If you're using an SMB share then xattr support depends on the SMB server and SMB configuration. SMB shares on Synology NAS devices usually have full support for xattr. I am using local drive with NTFS ...
- 11 Mar 2018, 18:58
- Forum: Scripting and Automation
- Topic: Automating .file_info File Creation For Plex Plug-in
- Replies: 6
- Views: 4800
Re: Automating .file_info File Creation For Plex Plug-in
Thank you for insights... I guess? Hehe...
I'm running Windows 10 Enterprise and I use java x64, but I checked the java system properties and there is no option to turn on/off anything to do with xattr. Guess it's not supported. So yeah I'm still clueless. I guess it's not possible then...
I'm running Windows 10 Enterprise and I use java x64, but I checked the java system properties and there is no option to turn on/off anything to do with xattr. Guess it's not supported. So yeah I'm still clueless. I guess it's not possible then...
- 11 Mar 2018, 11:44
- Forum: Scripting and Automation
- Topic: Automating .file_info File Creation For Plex Plug-in
- Replies: 6
- Views: 4800
Automating .file_info File Creation For Plex Plug-in
Hello all, I use Subzero (Plex Plug-in) to fetch my subtitles like so many others and with version 2.5 there's a new option to have Subzero look for a .file_info for extended attributives that Filebot supposedly can create, so I can score a 100% hit on subtitles search since I rename my files. It's ...
- 21 Sep 2017, 21:03
- Forum: Scripting and Automation
- Topic: Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
- Replies: 6
- Views: 5011
Re: Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
Once again, thank you Kim for your suggestion. That actually seems to work! Haven't done extensive testing, but I guess I will over the next few weeks. This is how my scrips looks like now: filebot.exe -script fn:amc --output "F:/Downloads" --action copy --conflict skip -non-strict "F:/!torrent ...
- 21 Sep 2017, 08:51
- Forum: Scripting and Automation
- Topic: Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
- Replies: 6
- Views: 5011
Re: Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
the 1st problem is you dont' know if AMC (filebot) will detect it as a series (aka thetvdb) or movie (aka themoviedb) ... you need to change both "movieFormat" and "seriesFormat" to do this. or you can force is to detect it as a series (aka thetvdb) or movie (aka themoviedb) from amc script: def ...
- 20 Sep 2017, 13:36
- Forum: Windows
- Topic: Filebot.launcher.exe Not Working Anymore
- Replies: 1
- Views: 2264
Filebot.launcher.exe Not Working Anymore
Well this is annoying. Filebot.launcher.exe command no longer present or working in Windows 10. Only Filebot.exe will work. This happened after I cleaned the OS with CCleaner some time ago. Reinstalling the app does not fix it. OS: Windows 10 Enterprise Installed from Windows Store Is there some way ...
- 20 Sep 2017, 08:16
- Forum: Scripting and Automation
- Topic: Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
- Replies: 6
- Views: 5011
Sorting Documentaries (Movies and TV Shows) Into It's Own Folder
Hey there. Been running Filebot for a few months and been working splendid so far, but I realise what I want to do is rather complicated since I don't understand much of this scripting anyway. Right now all my documentaries are dropped in with both movies and TV shows since some of them are ...