Search found 13 matches
- 09 Nov 2023, 07:48
- Forum: Feature Requests and Bug Reports
- Topic: Support for more or arbitrary orderings
- Replies: 2
- Views: 1721
Support for more or arbitrary orderings
thetvdb supports several ordering values for some shows besides just DVD, ABS, and AIRDATE. I ran into this issue while trying to sort my Futurama Episodes. As you can see Futurama has all of the above as well as "streaming order" and "production order" (production order is called `Regional Order ...
- 12 Oct 2020, 21:45
- Forum: Feature Requests and Bug Reports
- Topic: Non-Zero Exit Codes on --action test
- Replies: 5
- Views: 3932
Re: Non-Zero Exit Codes on --action test
Thanks, managed to push out an update for it.
- 12 Oct 2020, 20:16
- Forum: Feature Requests and Bug Reports
- Topic: Non-Zero Exit Codes on --action test
- Replies: 5
- Views: 3932
Re: Non-Zero Exit Codes on --action test
Moving forward, is there any sure fire way to tell the difference between a test-run that passes and one that errors out? I know java will sometimes output un-imporant errors into stderr, so I can't use that to check for failure.
- 12 Oct 2020, 19:56
- Forum: Feature Requests and Bug Reports
- Topic: Non-Zero Exit Codes on --action test
- Replies: 5
- Views: 3932
Re: Non-Zero Exit Codes on --action test
no problem, I'll put in a check to ignore exit codes on test runs.
- 12 Oct 2020, 19:10
- Forum: Feature Requests and Bug Reports
- Topic: Non-Zero Exit Codes on --action test
- Replies: 5
- Views: 3932
Non-Zero Exit Codes on --action test
cmd to replicate: > filebot -rename --action test The\ Wolf\ Of\ Snow\ Hollow.2020.1080p.WEB-DL.H264.AC3-/ --db TheMovieDB Rename movies using [TheMovieDB] Auto-detect movie from context [/pool/Media/Torrents/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-/The Wolf Of Snow Hollow.2020.1080p.WEB ...
- 23 Mar 2020, 16:26
- Forum: Feature Requests and Bug Reports
- Topic: Bug or Feature?: handling of non-media files
- Replies: 2
- Views: 2037
Re: Bug or Feature?: handling of non-media files
Exellent! Thanks!
- 23 Mar 2020, 09:28
- Forum: Feature Requests and Bug Reports
- Topic: Bug or Feature?: handling of non-media files
- Replies: 2
- Views: 2037
Bug or Feature?: handling of non-media files
So this is a report that came from the FilebotTool plugin for deluge: https://github.com/Laharah/deluge-FileBotTool/issues/44 Basically, in 4.9.0 filebot now raises errors on arguments that aren't media files. Previously it simply ignored them. It's not really a bug, the plugin simply hands all the ...
- 04 Jul 2018, 09:59
- Forum: Feature Requests and Bug Reports
- Topic: History script not working after upgrade to 4.8.2
- Replies: 3
- Views: 2618
Re: History script not working after upgrade to 4.8.2
No problem. I noticed it when the history wasn't showing up in FileBotTool
- 03 Jul 2018, 18:42
- Forum: Feature Requests and Bug Reports
- Topic: History script not working after upgrade to 4.8.2
- Replies: 3
- Views: 2618
History script not working after upgrade to 4.8.2
Just upgraded to 4.8.2 beta, I'm running into a problem with the history script: filebot -script fn:history file.mp4 output: startup failed: Script1.groovy: 6: unable to resolve class groovy.text.GStringTemplateEngine @ line 6, column 16. def template = new groovy.text.GStringTemplateEngine ...
- 27 Apr 2017, 05:38
- Forum: Scripting and Automation
- Topic: [Windows 10] Filebot script after download in Deluge
- Replies: 10
- Views: 10824
Re: [Windows 10] Filebot script after download in Deluge
Strange you don't have how to setup deluge on windows.. I have been out of work for 11 months, if I can get this working I will donate what I can. I'll keep digging in the forum, but thought it would be good to post the solution here as well as on your setup link: Just a quick self plug here for my ...
- 23 Jan 2015, 04:23
- Forum: Feature Requests and Bug Reports
- Topic: Request: new conflict option, RollBack
- Replies: 1
- Views: 2287
Request: new conflict option, RollBack
Hi, I'm writing a plugin for deluge that allows for tighter integration with filebot. A feature that I think would be really useful for the CLI is a rollback conflict action. Currently, if I feed a folder/list of files to the CLI, if I want the movements to be atomic (to keep a season together, lets ...
- 23 Oct 2014, 06:32
- Forum: Scripting and Automation
- Topic: CLI windows output encoding?
- Replies: 2
- Views: 2892
Re: CLI windows output encoding?
Thanks so much for your reply, it's a very good workaround! I wish it could be direct, but oh well, needs must.
-laharah
-laharah
- 23 Oct 2014, 01:19
- Forum: Scripting and Automation
- Topic: CLI windows output encoding?
- Replies: 2
- Views: 2892
CLI windows output encoding?
Hi! I'm writing a script (python) that calls filebot as a subprocess and takes in it's stdoutput and parses it. Everything works great, except for when there is a non-english character. To be clear, the actual file itself gets moved to the correct filename without trouble, it's only the output ...