Page 2 of 2

Re: Point to external file in GUI ?

Posted: 28 May 2019, 09:11
by stephen147
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:

Re: Point to external file in GUI ?

Posted: 28 May 2019, 09:53
by stephen147
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 there were lots more before.
Image
7. RMB, sending to the rename now works.

:!: No 4 and 6 are bugs it seems!

Re: Point to external file in GUI ?

Posted: 28 May 2019, 13:21
by rednoah
I've played around a little bit but I can't reproduce the strange behaviour you're describing. Are there any warning messages in the log?

Re: Point to external file in GUI ?

Posted: 28 May 2019, 14:43
by stephen147
It appears to be only when launching using:

filebot.launcher

Re: Point to external file in GUI ?

Posted: 28 May 2019, 15:05
by rednoah
The log doesn't say anything?

:idea: The error.log in the FileBot application data folder will contain all the errors or warnings encountered during GUI usage.

Re: Point to external file in GUI ?

Posted: 28 May 2019, 15:13
by stephen147
There's nothing at all, sorry.

Re: Point to external file in GUI ?

Posted: 28 May 2019, 15:17
by rednoah
Strange. What you describe makes no sense to me though. Maybe just a visual glitch? Can't imagine internally randomly changing the tree data for some reason. Especially since the code is the same regardless of how you launch filebot.

Re: Point to external file in GUI ?

Posted: 28 May 2019, 15:25
by stephen147
Not sure, but it does happen from time to time. Sorry I cannot be of more help.

Re: Point to external file in GUI ?

Posted: 28 May 2019, 15:32
by rednoah
If you can reliably reproduce the issue, then a screen capture video might make it more clear what's going on.

You can also try this and see if it fixes the problem:
rednoah wrote:Q: UI is glitching. FileBot crashes on startup. What's wrong?
Graphics glitching all over? FileBot not working via remote desktop (RDP)? You may need to tell Java Swing to turn off Direct3D rendering:

Code: Select all

setx J2D_D3D false

Re: Point to external file in GUI ?

Posted: 28 May 2019, 16:58
by stephen147
Attached is a gif as problem desribed above:

Image

Re: Point to external file in GUI ?

Posted: 28 May 2019, 17:15
by rednoah
Ah. I see. I guess there is a timing issue. Looks like the files you've selected are dropped into the Filter panel before FileBot can switch to Rename mode.


EDIT:

Possibly fixed with FileBot r6427.

Re: Point to external file in GUI ?

Posted: 28 May 2019, 17:29
by stephen147
The timer has stopped in the filter when I send to rename.

:!: Also, notice the filter contents at the end are different.