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: 2438

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: 2438

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: 40
Views: 81448

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: 40
Views: 81448

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 ...
by mterrill
13 Jan 2021, 06:11
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 40
Views: 81448

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 / HDR10": "Dolby Vision"
]
def HDRtype = video.collect{ vid -> any{ vid["HDR_Format_Commercial ...
by mterrill
13 Jan 2021, 06:09
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 40
Views: 81448

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: 23
Views: 47891

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: 40
Views: 81448

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 ...
by mterrill
10 Jan 2021, 22:06
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 40
Views: 81448

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 ...
by mterrill
10 Jan 2021, 22:05
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 40
Views: 81448

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 a Dolby ...
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: 37783

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: 37783

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 ...
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: 37783

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: 37783

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: 37783

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 ...
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: 37783

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: 37783

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 ...
by mterrill
15 Jun 2020, 05:05
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 49
Views: 322373

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 ...
by mterrill
14 Jun 2020, 23:52
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 49
Views: 322373

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 ...
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: 37783

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: 37783

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 ...
by mterrill
28 May 2020, 08:13
Forum: Windows
Topic: FileBot on the Windows Store
Replies: 224
Views: 434091

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 ...
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: 6392

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: 6919

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}
by mterrill
28 May 2018, 08:23
Forum: Help and Support
Topic: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?
Replies: 6
Views: 6919

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

Thanks, how do I get {tags} to work? and can you add to the specific tags?

This is my renaming scheme for now...

Code: Select all

D:/Movies to Move/{ny.colon(' - ').replace('?', '!')}/{n.colon(' - ').replace('?', '!')}
by mterrill
28 May 2018, 06:29
Forum: Help and Support
Topic: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?
Replies: 6
Views: 6919

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

Hi,

Is there anyway for Filebot to keep a part of the file name if a particular word is in it?

i.e. In a previous tool I used, if it saw "Dolby Atmos" in the file name it kept it in there...

Or if the name Uncut or Directors Cut, extended editon etc... was in it it would keep these

i.e. Kong ...
by mterrill
28 May 2018, 06:23
Forum: Help and Support
Topic: AKA Movie Names?
Replies: 2
Views: 2358

AKA Movie Names?

Hi,

Is there any way to choose from a also known as when renaming movies?

i.e. The Lost World - Jurassic Park change to Jurassic Park - The Lost World

Is there a way to choose from AKA lists etc?

Thanks,

​​​​​​​Matt
by mterrill
22 May 2018, 06:43
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 7
Views: 10156

Re: Need help with special episodes please.... New to filebot - have got it working, but

OK, just tested my original again...

Test File Name: "13 Reasons Why - S00E02 - Beyond the Reasons Season 2.mkv"

The issue is it Never puts the file into D:\TV to Move\13 Reasons Why\Season0

It only ever goes to D:\TV to Move\13 Reasons Why\13 Reasons Why - S00E02 - Beyond the Reasons Season 2 ...
by mterrill
22 May 2018, 06:28
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 7
Views: 10156

Re: Need help with special episodes please.... New to filebot - have got it working, but


Have you considered just using {plex} or do you really want to take full control with you custom format?

Here's the code for having a Specials folder for Specials instead of a Season 01 folder:
{regular ? 'Season ' + s.pad(2) : 'Specials'}

Thanks for your reply....

I considered the plex ...
by mterrill
21 May 2018, 21:30
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 7
Views: 10156

Need help with special episodes please.... New to filebot - have got it working, but

Hi,

I am new to filebot, purchased it off the Windows store....

I have got it working, but need help with special episodes and naming folders etc....

Currently is an Episode has S00E01 it would be put into the root of the TV show folder, how do I get it to put the special episode into a folder ...