The resolution was 3840x2067 - so looks like filebot reads the metadata of the file,rather than using the filename?
The new code worked perfectly, thanks!
Search found 22 matches
- 27 Mar 2022, 09:40
- Forum: Scripting and Automation
- Topic: How do I use a custom movie format in utorrent-postprocess.pyw?
- Replies: 4
- Views: 2008
- 26 Mar 2022, 20:28
- Forum: Scripting and Automation
- Topic: How do I use a custom movie format in utorrent-postprocess.pyw?
- Replies: 4
- Views: 2008
Re: How do I use a custom movie format in utorrent-postprocess.pyw?
Thanks!
What does filebot use to detect if a movie is 4k?
I tested with a movie that contains 2160p and HDR in the filename, but it copied to the regular movies folder
What does filebot use to detect if a movie is 4k?
I tested with a movie that contains 2160p and HDR in the filename, but it copied to the regular movies folder
- 24 Mar 2022, 17:44
- Forum: Scripting and Automation
- Topic: How do I use a custom movie format in utorrent-postprocess.pyw?
- Replies: 4
- Views: 2008
How do I use a custom movie format in utorrent-postprocess.pyw?
How do I use this with the utorrent-postprocess.pyw?
Can I just replace
With
Can I just replace
Code: Select all
# custom formats (use / instead of \ as directory separator)
movieFormat = '''{plex}'''
Code: Select all
movieFormat = { hd =~ /UHD/ ? 'Movies' : 'Movies 4K' }/{ plex.name }
- 11 Dec 2016, 07:52
- Forum: Help and Support
- Topic: Updating Kodi HTTP 401 error
- Replies: 8
- Views: 7304
Re: Updating Kodi HTTP 401 error
If I run CURL from another machine, I get an OK message, but running CURL locally on my kodi box (win10) I get the 401 error! I tried with localhost, IP address and 127.0.0.1, all give 401 error. On my other Win10 laptop, using the IP address, it works with: {"id":1,"jsonrpc":"2.0","result":"OK"}
- 10 Dec 2016, 23:28
- Forum: Help and Support
- Topic: Updating Kodi HTTP 401 error
- Replies: 8
- Views: 7304
Re: Updating Kodi HTTP 401 error
Thanks, but I'm still getting the 401 error, even with the correct username, password, port, and host AMC log says Notify Kodi: [host:kodi:Kodipassword@localhost, port:80] GET: http://kodi:Kodipassword@localhost:80/jsonrpc?request=%7B%22jsonrpc%22%3A%222.0%22%2C%22method%22%3A%22GUI.ShowNotification ...
- 07 Dec 2016, 18:45
- Forum: Help and Support
- Topic: Updating Kodi HTTP 401 error
- Replies: 8
- Views: 7304
Updating Kodi HTTP 401 error
I added a password to Kodi's remote control via HTTP
I'm calling --def xbmc=localhost:80 and now get a 401 error, naturally
How do I pass the username and password to Kodi? I see that Plex has a token system, but can't seem to find anything on the forum about Kodi
I'm calling --def xbmc=localhost:80 and now get a 401 error, naturally
How do I pass the username and password to Kodi? I see that Plex has a token system, but can't seem to find anything on the forum about Kodi
- 06 Jun 2016, 18:11
- Forum: Windows
- Topic: kodi not detecting new episodes
- Replies: 3
- Views: 4732
Re: kodi not detecting new episodes
ok, thanks! If I disable the artwork switch in AMC, does that mean the tvshow.nfo is no longer generated, and Kodi will have to figure it out itself (hopefully working around this issue)?
- 06 Jun 2016, 18:00
- Forum: Windows
- Topic: kodi not detecting new episodes
- Replies: 3
- Views: 4732
kodi not detecting new episodes
This seems to be dependent on whether there is a tvshow.nfo file in the main TV folder. If there is an existing TV show, and a new episode is copied to it using Filebot, Kodi will find it on a library update If this is a new TV show, and Filebot creates the folder structure and copies the episode ...
- 26 Feb 2015, 12:38
- Forum: Scripting and Automation
- Topic: [CODE] Editing amc script to modify pushover notification
- Replies: 5
- Views: 5723
Re: [CODE] Editing amc script to modify pushover notificatio
Did you ever figure this out @cams?
Would like to get the output filename in Pushover as well
Would like to get the output filename in Pushover as well

- 19 Jul 2013, 06:32
- Forum: Feature Requests and Bug Reports
- Topic: [req] Retry on internet failure
- Replies: 5
- Views: 4958
Re: [req] Retry on internet failure
shell script should be fine - I'm using Windows
For example, from what I can tell Filebot queries TheTVDB for a matching episode, it then queries again for the episode data. If either of these fail, the file is not processed (moved/copied)
For example, from what I can tell Filebot queries TheTVDB for a matching episode, it then queries again for the episode data. If either of these fail, the file is not processed (moved/copied)
- 18 Jul 2013, 19:43
- Forum: Feature Requests and Bug Reports
- Topic: [req] Retry on internet failure
- Replies: 5
- Views: 4958
Re: [req] Retry on internet failure
I'm not too sure how to do that! I'd happily sponsor though! This is the sort of error I get when the network connection is down. It would be great if it could try again later! Jul 18, 2013 8:29:24 AM net.sourceforge.filebot.web.CachedResource get WARNING: java.net.SocketTimeoutException: connect ...
- 11 Jul 2013, 08:27
- Forum: Feature Requests and Bug Reports
- Topic: [req] Retry on internet failure
- Replies: 5
- Views: 4958
[req] Retry on internet failure
Sometimes when processing a file via the AMC script, TMDB or TVDB fail to respond for whatever reason. It could be saturated network at my end, maybe the wifi dropped, broadband down, etc. When this happens, naturally processing is stopped and finished files are not moved/renamed. This means having ...
- 25 May 2013, 09:19
- Forum: Help and Support
- Topic: Failed to auto-select search result
- Replies: 1
- Views: 2668
Failed to auto-select search result
Any tips on how I can stop this from happening? Parameter: xbmc = localhost Parameter: ut_dir = D:\torrents Parameter: ut_file = Conan.2013.05.23.Vin.Diesel.HDTV.x264-BAJSKORV.mp4 Parameter: ut_kind = single Parameter: ut_title = Conan.2013.05.23.Vin.Diesel.HDTV.x264-BAJSKORV.mp4 Parameter: ut_label ...
- 14 Mar 2013, 18:56
- Forum: Feature Requests and Bug Reports
- Topic: Pushover notifications
- Replies: 2
- Views: 4356
Re: Pushover notifications
created an auto-forward and delete from gmail to pushover, sorted 

- 12 Mar 2013, 09:09
- Forum: Feature Requests and Bug Reports
- Topic: Pushover notifications
- Replies: 2
- Views: 4356
Pushover notifications
Really like the pushover notifications, stops clogging my email! Just wondering if you could include a bit more information?
I'd like to see the final filename and path of the file after it is renamed and copied, just to make sure it went to the right place
I'd like to see the final filename and path of the file after it is renamed and copied, just to make sure it went to the right place

- 11 Mar 2013, 12:11
- Forum: Scripting and Automation
- Topic: Invoke.vbs not working
- Replies: 8
- Views: 6741
Re: Invoke.vbs not working
Works on my Windows 8 setup, though for a day or two it stopped working.
Been running fine for a month now.
Try making sure you have all Windows Updates, enable logging in uTorrent to see if that's happening correctly, last attempt would be to turn off UAC.
Been running fine for a month now.
Try making sure you have all Windows Updates, enable logging in uTorrent to see if that's happening correctly, last attempt would be to turn off UAC.
- 09 Mar 2013, 12:01
- Forum: Scripting and Automation
- Topic: XBMC notification
- Replies: 9
- Views: 10408
Re: XBMC notification
is this integrated already!?
I was just watching a show and Filebot popped up saying a new show had been processed! It even updated the recently added episodes list! Awesome
I was just watching a show and Filebot popped up saying a new show had been processed! It even updated the recently added episodes list! Awesome

- 20 Feb 2013, 08:59
- Forum: Scripting and Automation
- Topic: uTorrent script and seriesFormat
- Replies: 4
- Views: 5138
Re: uTorrent script and seriesFormat
haha, no, definitely not by hand 
using filebot, just like you said!

using filebot, just like you said!
- 18 Feb 2013, 10:07
- Forum: Scripting and Automation
- Topic: uTorrent script and seriesFormat
- Replies: 4
- Views: 5138
Re: uTorrent script and seriesFormat
Thanks for the help!
I don't mind either way, it was just all my existing folders were single digit and now I have Season 3 and Season 03 folders. Maybe I'll just rename all my season folders to fit with the new scheme, if that will be the standard from now on
I don't mind either way, it was just all my existing folders were single digit and now I have Season 3 and Season 03 folders. Maybe I'll just rename all my season folders to fit with the new scheme, if that will be the standard from now on
- 18 Feb 2013, 09:41
- Forum: Scripting and Automation
- Topic: uTorrent script and seriesFormat
- Replies: 4
- Views: 5138
uTorrent script and seriesFormat
All of a sudden the uTorrent script is adding a a preceding 0 to the series folder name (series 03), previously this wasn't happening (series 3). I noticed there is a seriesFormat option.
How do I get it back to the old way?
How do I get it back to the old way?
- 24 Jan 2013, 14:06
- Forum: Scripting and Automation
- Topic: .nfo and backdrops
- Replies: 2
- Views: 3646
Re: .nfo and backdrops
awesome, thanks 

- 24 Jan 2013, 12:20
- Forum: Scripting and Automation
- Topic: .nfo and backdrops
- Replies: 2
- Views: 3646
.nfo and backdrops
I see in the uTorrent script there are switches for artwork and backdrop. Are they different, or does artwork imply backdrop. You also mention it will get .nfo files, is there a separate switch for it? I have already used the uTorrent script to rename and copy my media to a new hard disk. Can I use ...