Search found 5 matches
- 01 Nov 2018, 15:36
- Forum: Scripting and Automation
- Topic: rclone move after filebot renames
- Replies: 4
- Views: 3132
Re: rclone move after filebot renames
Thanks! I've used filebot command line for years but have never tried the GUI.
- 31 Oct 2018, 16:40
- Forum: Scripting and Automation
- Topic: rclone move after filebot renames
- Replies: 4
- Views: 3132
Re: rclone move after filebot renames
Where might I find documentation for the {quote f} part of the exec command and any other replacement values that can be used here? For example, I am interested in getting the destination path without the filename.
Thanks!
Thanks!
- 05 Dec 2017, 17:54
- Forum: Scripting and Automation
- Topic: Access to history sequence date
- Replies: 3
- Views: 2795
Re: Access to history sequence date
For those who may be interested in doing this programmatically using the raw history xml, here's some xpath to query for those entries that were added since the prior run.
Code: Select all
//sequence[@date>"2017-12-04T03:07:21.718Z"]
- 04 Dec 2017, 15:36
- Forum: Scripting and Automation
- Topic: Access to history sequence date
- Replies: 3
- Views: 2795
Re: Access to history sequence date
I had considered that option but thought that I would check if date was exposed before I went that route.
Thank you for the fast reply and for the superb tool!
Thank you for the fast reply and for the superb tool!
- 04 Dec 2017, 02:05
- Forum: Scripting and Automation
- Topic: Access to history sequence date
- Replies: 3
- Views: 2795
Access to history sequence date
After reading this post https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2459 I was unable to figure out how to access the actual date stored in the history.xml. I've tried each of the following with no luck. I'd like to obtain the delta between the prior run and the latest run in order to get ...