Search found 32 matches

by mterrill
24 Aug 2022, 08:39
Forum: Episode / Movie Naming Scheme
Topic: add something to filename but only if filebot finds it?
Replies: 2
Views: 854

Re: add something to filename but only if filebot finds it?

rednoah wrote: 22 Aug 2022, 10:23 e.g.

Code: Select all

{ [group] }

Code: Select all

{ "[$group]" }
:idea: viewtopic.php?t=1895
Thank you!
by mterrill
19 Aug 2022, 20:23
Forum: Episode / Movie Naming Scheme
Topic: add something to filename but only if filebot finds it?
Replies: 2
Views: 854

add something to filename but only if filebot finds it?

Sorry, I know this is probably basic...but i just cant find the info I am looking for or what to cal lit.... But my current TV naming scheme is below D:/TV/{n.colon(" - ")}/{regular ? 'Season' + s : 'Season0'}/{n.colon(" - ")} - {s00e00} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´...
by mterrill
20 Jan 2021, 22:15
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

rednoah wrote: 20 Jan 2021, 18:08 FileBot r8325 changes {hdr} to search the various HDR-related fields for specific keywords, i.e. Dolby Vision | HDR10+ | HDR10.
How do I get this version? Sorry
by mterrill
20 Jan 2021, 21:58
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

:idea: We'd have to see the raw name/value pairs based on the specific version of libmediainfo in use in this context: filebot -script fn:mediainfo /path/to/file [General] Count : 331 StreamCount : 1 StreamKind : General StreamKind/String : General StreamKindID : 0 UniqueID : 8198384880870277160004...
by mterrill
13 Jan 2021, 06:11
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

{ def HDRMap = [ "HDR10": "HDR10", "SMPTE ST 2086": "HDR10", "SMPTE ST 2094 App 4": "HDR10+", "Dolby Vision": "Dolby Vision", "Dolby Vision / SMPTE ST 2086": "Dolby Vision", "Dolby Vision / HDR1...
by mterrill
13 Jan 2021, 06:09
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

kim wrote: 13 Jan 2021, 02:51
tip: ask devster for updated version or hdr info ;)
viewtopic.php?f=5&t=11052
Thanks, but I used that code from that thread, and all I get is "2160p HEVC HDR" , I dont know how to modify the code to just get Dolby Vision / HDR10 / HDR10+
by mterrill
13 Jan 2021, 06:03
Forum: Episode / Movie Naming Scheme
Topic: [SNIPPET] HDR detection
Replies: 22
Views: 21998

Re: [SNIPPET] HDR detection

devster wrote: 03 Sep 2019, 22:17
Hi devster, Is there any update to the above code? i.e. updated hrd formats etc? I just want to add the words "HDR10" or "HDR10+" or "Dolby Vision" to the file and folder name....
by mterrill
12 Jan 2021, 22:44
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

Have you tried the {hdr} and {bitdepth} bindings yet? If {hdr} and {bitdepth} don't work for you, then you will have to infer the values you want from the appropriate MediaInfo bindings: https://www.filebot.net/forums/viewtopic.php?t=4285 Thanks, yes i already use the hdr binding to tell me if it i...
by mterrill
10 Jan 2021, 22:06
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

Re: HDR / Dolby Vision?

My current naming scheme is D:\Movies To Move\{ny.colon(' - ').replace('?', '!')} {tags} {fn.match(/REMUX/).upper().replace('REMUX','[REMUX]')} {hd == 'UHD' ? ' [UHD]':''}{' ['+hdr+']'}{'/'}{ny.colon(' - ').replace('?', '!')}{allOf{tags.join(', ')}{vs}{hd}{hdr}{fn.match(/REMUX/)}{aco}{group}.joining...
by mterrill
10 Jan 2021, 22:05
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35710

HDR / Dolby Vision?

Hi, I have seen a thread on here talking about HDR10, HDR10+ and Dolby Vision. How can i add these words to my file/folder names? I tried the full code listed https://www.filebot.net/forums/viewtopic.php?f=5&t=11052&p=45648&hilit=Dolby+Vision#p45648 but it lists out [2160p HEVC HDR] for ...
by mterrill
19 Jul 2020, 00:12
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

Oh, Ok I dont want any of that detail... just want the name and year then tags and REMUX if it is :)

So does plex.name include language of subtitles?
by mterrill
18 Jul 2020, 05:39
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

OK, can anyone help with why the following would cause a .rum to be inserted? {plex.name} {tags} {fn.match(/REMUX/).upper().replace('REMUX','[REMUX]')} {hd == 'UHD' ? ' [UHD]':''}{' ['+hdr+']'}{'/'}{plex.name}{allOf{tags.join(', ')}{vs}{hd}{hdr}{fn.match(/REMUX/)}{aco}.joining('] [', ' [', ']')} Dan...
by mterrill
03 Jul 2020, 01:30
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

Oh, and how do I add the [ and the ] to REMUX if it finds it? otherwise, dont put [ or ]?

Code: Select all

{fn.match(/REMUX/)}


something like below, but how do i match REMUX and Remux and remux?

Code: Select all

{fn.match(/REMUX/).replace('REMUX','[REMUX]')}
by mterrill
03 Jul 2020, 01:03
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

kim wrote: 03 Jul 2020, 00:48

Code: Select all

{' ['+hdr+']'}
Perfect! Thanks..... Can you give some insight on how or what that actually does?
by mterrill
02 Jul 2020, 23:27
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

Actually is this how you do it? {hdr == 'HDR' ? ' [HDR]':''} That doesn't work as HDR10 is not captured.... help please ... sorry .... new to this.... Basically, if it is any type of HDR i want to add [typeofhdr] to the name? so basically add [ then the value of{hdr} then ] if it is not HDR then do...
by mterrill
02 Jul 2020, 23:15
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

Actually is this how you do it?

Code: Select all

{hdr == 'HDR' ? ' [HDR]':''}
by mterrill
02 Jul 2020, 23:04
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

I do not recommend having too much in folder name title year tags... all else in filename only... Thanks soo much for this! - One thing I am trying to work out is how to include {hd} but only if it the file UHD I.e. This is what i have... {'D:/Movies to Move/'}{plex.name} {tags}{'/'}{plex.name}{all...
by mterrill
15 Jun 2020, 05:05
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 26
Views: 74340

Re: Source Media {vs} and {source}

it's not format code Thanks, I think i need to work out what is doing what in there..... i.e. the basics of what (?<=\d{3,4}[p].) does etc.... I guess what I was looking for was a spaced out output and keeping it sort of simple, i.e. only naming a webrip, webdl and if not labelled then I know it is...
by mterrill
14 Jun 2020, 23:52
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 26
Views: 74340

Re: Source Media {vs} and {source}

WEB-DL (?:(?:ABC|ATVP|AMZN|BBC|CBS|CC|CR|CW|DCU|DSNP|DSNY|FBWatch|FREE|FOX|HMAX|HULU|iP|LIFE|MTV|NBC|NICK|NF|RED|TF1|STZ)[.-])?(?:WEB.?DL|WEB.?DLRip|WEB.?Cap|WEB.?Rip|HC|HD.?Rip|VODR|VODRip|PPV|PPVRip|iTunesHD|ithd|AmazonHD|NetflixHD|NetflixUHD|(?<=\d{3,4}[p].)WEB|WEB(?=.[hx]\d{3})) I get "Syn...
by mterrill
14 Jun 2020, 07:16
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more

rednoah wrote: 13 Jun 2020, 14:45 You will find dedicated threads for all your questions so I'll keep things short here:
Thank you, I will use what you have given me to try a few things,.... hopefully I can come back and ask a few more questions if I have trouble...
by mterrill
13 Jun 2020, 02:32
Forum: Episode / Movie Naming Scheme
Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Replies: 20
Views: 12334

newbie help - naming UHD or 4K or 2160p and REMUX plus more

Hi, I have been using the following for nameing my movies for year.... but i now want to be able to add a few more things... Existing naming scheme - D:/{ny.colon(' - ').replace('?', '!')} {tags}/{n.colon(' - ').replace('?', '!')} {tags} Would someone please help me with doing the following.... If a...
by mterrill
28 May 2020, 08:13
Forum: Windows
Topic: FileBot on the Windows Store
Replies: 224
Views: 209596

Re: FileBot on the Windows Store

Hi, I have a Windows Store purchased license a year or two back, i wanted to shift this license to a different ms account, I am picking this is too hard? Should I repurchase a license so i can use portable etc? What is the best way to sort this? Is there any difference between Windows Store and Life...
by mterrill
29 May 2018, 06:41
Forum: Help and Support
Topic: IOException: Server returned HTTP response code: 503 for URL: https://api.thetvdb.com/login
Replies: 6
Views: 3538

IOException: Server returned HTTP response code: 503 for URL: https://api.thetvdb.com/login

Is somthing up with FileBot and TVDB?

I am getting this for the last 3 hours --> IOException: Server returned HTTP response code: 503 for URL: https://api.thetvdb.com/login

Any ideas?

Thanks
by mterrill
28 May 2018, 23:42
Forum: Help and Support
Topic: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?
Replies: 6
Views: 3892

Re: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?

When trying to add {tags} I get this error

Binding "tags": undefined

This is just what I was testing

Code: Select all

D:/Movies to Move/{ny.colon(' - ').replace('?', '!')}/{n.colon(' - ').replace('?', '!')}{tags}