Search found 131 matches

by stephen147
29 May 2019, 18:32
Forum: Feature Requests and Bug Reports
Topic: --conflict override not working
Replies: 3
Views: 2322

--conflict override not working

Code: Select all

filebot -script fn:artwork.tmdb /path/to/movies/ --conflict override
The override switch is not working as it should. I've tested with the latest daily also. I haven't tested with tvdb yet but the tmdb is broken.

EDIT; It works when poster.jpg is deleted.
by stephen147
29 May 2019, 10:31
Forum: Scripting and Automation
Topic: fn:renall with --filter switch help
Replies: 13
Views: 7740

Re: fn:renall with --filter switch help

This is something I have not tested myself, you could always run the script I've posted and try to see if it skips on Series.

:!: As always, test first.
by stephen147
28 May 2019, 17:29
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

The timer has stopped in the filter when I send to rename.

:!: Also, notice the filter contents at the end are different.
by stephen147
28 May 2019, 16:58
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Attached is a gif as problem desribed above:

Image
by stephen147
28 May 2019, 15:25
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Not sure, but it does happen from time to time. Sorry I cannot be of more help.
by stephen147
28 May 2019, 15:13
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

There's nothing at all, sorry.
by stephen147
28 May 2019, 14:43
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

It appears to be only when launching using:

filebot.launcher
by stephen147
28 May 2019, 09:53
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

This is brilliant. The preview even displays it!! Also, thanks for adding: Movie Folder to the Filter. I've noticed 2 bugs: 1. Load folders to filter. 2. RMB send Movies to Rename 3. Rename tab gets activated. 4. Nothing displays. 5. Go to the filter panel again. 6. Only 3 items are there whereas th...
by stephen147
28 May 2019, 09:26
Forum: Scripting and Automation
Topic: fn:renall with --filter switch help
Replies: 13
Views: 7740

Re: fn:renall with --filter switch help

Just change in the code:

Code: Select all

Format_Movie.groovy
With:

Code: Select all

TV_Movie.groovy
And then replace any:

Code: Select all

--db TheMovieDB
With:

Code: Select all

--db TheTVDB
:!: Then save as a different ps1 file and test it.
by stephen147
28 May 2019, 09:11
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Man, I nearly swear I checked that. Perhaps I did something like:

Code: Select all

@"/path/to/file.groovy"
Thanks, this is a much better solution. Having @ in your code, to begin with, wouldn't be great!! :lol:
by stephen147
26 May 2019, 13:19
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Just checked, that worked. Batch file below I've written to update my 2 versions at the same time. (Installed & portable) @echo off color 5F mode con:cols=50 lines=20 goto START :::::::::::::::::::::::::::::::::::::::::::::::: :: Read this thread first before using: https://www.filebot.net/forum...
by stephen147
25 May 2019, 19:03
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

I see. I went to edit format first. Without running a match.

Thanks for this. I've made a batch file to update my portable build and install one. Will post for others once I get to my PC.
by stephen147
25 May 2019, 15:46
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

2. It's not updating the GUI. I've not had it running while running this below: filebot -script /path/to/PutPreferences.groovy --def rename.format.episode=@/path/to/SeriesFormat.groovy rename.format.movie=@/path/to/MovieFormat.groovy OUTPUT: Z:\Movies & TV\New Downloads\_FileBot>filebot -script ...
by stephen147
24 May 2019, 21:11
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Okay. If you do find the time to allow some basic switches like --format in the GUI then that would be great (if possible).
by stephen147
24 May 2019, 20:18
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

1. Right so... as long as we're clear now.

Perhaps some sort of new addition for my use-case ?

No worries if not.
by stephen147
24 May 2019, 19:12
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

Sorry, I don't think you understand.

My format code viewtopic.php?p=44253#p44242 can be pasted directly into the GUI and it also works using the CLI.

What I was after was a solution to point to that file in the GUI.

Maybe @rednoah miss understood also.
by stephen147
24 May 2019, 18:56
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

devster wrote: 24 May 2019, 18:36 @stephen147
Thanks for this. That's great but I was looking for a way to use my existing code and just call a function to parse the text of it into the GUI.

Seeing as it both works in the CLI and GUI I thought it would be easy enough to make work via my first post here.
by stephen147
24 May 2019, 18:18
Forum: Feature Requests and Bug Reports
Topic: FEATURE SUGGESTION: Notication when the parsing egg timer has finished
Replies: 26
Views: 11411

Re: FEATURE SUGGESTION: Notication when the parsing egg timer has finished

This is so good. Thanks for this!

It appears to be 32 green lads appearing at the same time!!

It's too hard to count! :lol:
by stephen147
24 May 2019, 17:43
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

It is possible on a basic level This works: {call(evaluate('Z:/Movies & TV/New Downloads/_FileBot/Format_Movie_Test.groovy' as File))} With groovy file: ( {n} ) Just need to get it working with my more complex format. :?: Would it be even possible before I torture myself? :lol: :!: BUT, there's...
by stephen147
24 May 2019, 14:16
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Re: Point to external file in GUI ?

{evaluate('Z:/Movies & TV/New Downloads/_FileBot/Format_Movie.groovy' as File)} Doesn't work this code in the Format_Movie.groovy file. { ////////////////////////////////////////////// // MOVIE BINDING ////////////////////////////////////////////// // Posted here: https://www.filebot.net/forums...
by stephen147
23 May 2019, 22:19
Forum: Feature Requests and Bug Reports
Topic: FEATURE SUGGESTION: Notication when the parsing egg timer has finished
Replies: 26
Views: 11411

Re: FEATURE SUGGESTION: Notication when the parsing egg timer has finished

Yip, it's taking 2 seconds. Re the Parallelism, it's not working by getting the green arrows in a bunch. Just one by one atm.

:!: Checked my settings:

Code: Select all

#FileBot System Properties
#Wed May 22 22:45:39 BST 2019
Dparallelism=32
by stephen147
23 May 2019, 22:13
Forum: Help and Support
Topic: Point to external file in GUI ?
Replies: 36
Views: 14696

Point to external file in GUI ?

Would this: DriveLetter:\Path\{@"external_format.ext"} or this: {@"external_format.ext"} currently, be possible at the moment? E.G. for formatFile {@"Z:\Movies & TV\New Downloads\_FileBot Bindings\Format_Movie.groovy"} E.G. for just path/formatFile [*]{@"Z:\Mov...
by stephen147
22 May 2019, 22:02
Forum: Feature Requests and Bug Reports
Topic: FEATURE SUGGESTION: Notication when the parsing egg timer has finished
Replies: 26
Views: 11411

Re: FEATURE SUGGESTION: Notication when the parsing egg timer has finished

I've tested -Dparallelism=32 and I cannot see any noticeable difference.

I don't know, maybe it prefers clock speed as opposed to thread count!
by stephen147
22 May 2019, 21:52
Forum: Feature Requests and Bug Reports
Topic: FEATURE SUGGESTION: Notication when the parsing egg timer has finished
Replies: 26
Views: 11411

Re: FEATURE SUGGESTION: Notication when the parsing egg timer has finished

I did notice something strange and this happened with r6384.
  1. Added files to filter.
  2. Waiting until they appeared in Types tab.
  3. RMB>Send to rename
  4. Auto switched to rename
  5. No files appeared
  6. Back to filter
  7. I then had to repeat step 3 for the files to appear