Search found 7 matches

by Arlecchino
13 Dec 2020, 09:31
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

...ok, I got the newest beta of filebot! How can I determine the rev. number on the portable version? It works like you said with: {files =~ /BDMV|STREAM|SSIF/ ? '.3D' : null} ...for movie folders with a BDMV/STREAM/SSIF folder it adds a ".3D" BUT: {n.space ('.')}.{y} {files =~ /VIDEO_TS/ ? '.DVD ...
by Arlecchino
05 Dec 2020, 18:47
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

I don't know if it's easy to find 3D BD disk folders by looking at the file paths. If it has BDMV/STREAM/SSIF then it is a 3D BD disk folder. FileBot r8262 extends a File.getChildren() to list child files for folders and child items for archives. What's that? Is r8262 the beta? (I have r8046) How ...
by Arlecchino
05 Dec 2020, 11:52
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

...oh, that's kind of a show stopper, I prefer .iso over folders, so there are a lot of isos I don't really wanna convert. For new downloads, can I combine 2 approaches, like: 1.if the information is in the filname take from there 2.if not and it is a BDMV folder take info from there 3.unknown files ...
by Arlecchino
04 Dec 2020, 22:26
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

That was vital information, so far I have: {n.space ('.')}.{y}{width > 3000 ? '.UHD' : null}{f.files =~ /BDMV/ ? '.BLURAY' : null}{f.files =~ /VIDEO_TS/ ? '.DVD' : null} and that works for folders and that gives out: Moviename.year.UHD.BLURAY for UHD BD folders Moviename.year.BLURAY for BD folders ...
by Arlecchino
04 Dec 2020, 09:48
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

Cool, I am able to make filebot rename files to the format: Moviename.year.BLURAY.iso and Moviename.year.DVD.iso, with: {n.space ('.')}.{y}{'.'+source} But I had no luck with the detection of UHD blurays, the final format is supposed to be: Moviename.year.UHD.BLURAY.iso Neither I was able to rename ...
by Arlecchino
04 Dec 2020, 07:18
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

Re: BD, UHDBD, 3DBD, DVD .iso identification in filebot?

Thank you for the quick answer!
Does filebot know the media type from the filename/path or from "looking into the .iso file" (or BDMV folder) ?
by Arlecchino
03 Dec 2020, 15:55
Forum: Windows
Topic: BD, UHDBD, 3DBD, DVD .iso identification in filebot?
Replies: 13
Views: 14159

BD, UHDBD, 3DBD, DVD .iso identification in filebot?

Hello, I am new here, I have a general question about filebot: I have UHD BD, BD, 3D BD rips and DVD rips as .iso or folders (BDMV or VIDEO_TS). My folder structure is the same e.g NAS\movies\BLURAY; NAS\movies\UHDBD;... Is filebot with amc script capeable to determine whether my .iso or folder ...