NF.NetflixHD
or just
NetflixHD
replace e.g.
WEBRip
Search found 1116 matches
- 25 Mar 2021, 16:53
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 1383
- 24 Mar 2021, 18:20
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 1383
Re: Format Expressions "source"
netflix = NF
file must be named e.g ...NF.WEBRip...
then
{source} = NF.WEBRip
{vs} = WEB-DL
This is how ppl name files on the web
file must be named e.g ...NF.WEBRip...
then
{source} = NF.WEBRip
{vs} = WEB-DL
This is how ppl name files on the web

- 24 Mar 2021, 13:46
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 1383
Re: Format Expressions "source"
the correct is e.g. :
viewtopic.php?f=5&t=11265
Code: Select all
DSNP.WEBRip
- 21 Mar 2021, 18:32
- Forum: Scripting and Automation
- Topic: AMC and the Show "Debris"
- Replies: 11
- Views: 640
Re: AMC and the Show "Debris"
Sound like you made an include list not exclude ?
include = lines + "383491 Debris (2021)"
exclude = !lines + "329038 Space Debris (2015)"
only exclude will work for other shows
if correct you need to share the log
include = lines + "383491 Debris (2021)"
exclude = !lines + "329038 Space Debris (2015)"
only exclude will work for other shows
if correct you need to share the log
- 20 Mar 2021, 17:18
- Forum: Scripting and Automation
- Topic: AMC and the Show "Debris"
- Replies: 11
- Views: 640
Re: AMC and the Show "Debris"
You can use e.g. this: --filter "!readLines('Path\\tvdb_excludes.txt').join().findAll(/\d+[^(\d{4})]/)*.toInteger().contains(id)" tvdb_excludes.txt: id Name of TV Show / Movie ------------------------------- 329038 Space Debris (2015) EDIT: [DEPRECATED] readLines() is deprecated. Please use lines() ...
- 20 Mar 2021, 17:00
- Forum: Scripting and Automation
- Topic: AMC and the Show "Debris"
- Replies: 11
- Views: 640
Re: AMC and the Show "Debris"
A quick test in GUI:
on 1st run:
problem = group = "afi"
Filebot is not the best a handling if e.g. show name is not 1st...
test remove "afi"
if 2+ run aka = renamed / "tagged":
problem is "tagged" aka xattr info or nfo file
clear xattr
on 1st run:
problem = group = "afi"
Filebot is not the best a handling if e.g. show name is not 1st...
test remove "afi"
if 2+ run aka = renamed / "tagged":
problem is "tagged" aka xattr info or nfo file
clear xattr
- 20 Mar 2021, 01:30
- Forum: Scripting and Automation
- Topic: AMC and the Show "Debris"
- Replies: 11
- Views: 640
Re: AMC and the Show "Debris"
Looks like you are testing on a file that already is "tagged" and renamed
try clear xattr
viewtopic.php?t=324
viewtopic.php?p=5394#p5394
Code: Select all
xattr: [afi-debris.s01e03.1080p.mkv] => [Space Debris - 1x03 - There Be Monsters]
try clear xattr
viewtopic.php?t=324
viewtopic.php?p=5394#p5394
- 17 Mar 2021, 14:49
- Forum: Windows 10
- Topic: Expression to deal with multiple episodes in a single file
- Replies: 4
- Views: 714
Re: Expression to deal with multiple episodes in a single file
e.g.
will fail and detect as only
Code: Select all
01x01-03
Code: Select all
01x01
- 16 Mar 2021, 18:33
- Forum: Windows 10
- Topic: Just add title to scene release
- Replies: 3
- Views: 621
Re: Just add title to scene release
e.g.
or
Code: Select all
{fn.before(s00e00) + s00e00 + '.' + t.space('.') + fn.after(s00e00)}
Code: Select all
{fn.split(s00e00).inject({ name, attr -> name + s00e00 + '.' + t.space('.') + attr })}
- 14 Mar 2021, 20:19
- Forum: Episode / Movie Naming Scheme
- Topic: How to get Plex to recognize 2 disc movies
- Replies: 2
- Views: 435
Re: How to get Plex to recognize 2 disc movies
PLEX: Naming and organizing your Movie files
https://support.plex.tv/articles/naming ... dia-files/
https://support.plex.tv/articles/naming ... dia-files/
- 14 Mar 2021, 20:03
- Forum: Windows 10
- Topic: Expression to deal with multiple episodes in a single file
- Replies: 4
- Views: 714
Re: Expression to deal with multiple episodes in a single file
replace 01x01-03
with S01E01-E03
with S01E01-E03
- 12 Mar 2021, 21:52
- Forum: Episode / Movie Naming Scheme
- Topic: Swiss german not recognized in Audiolanguagelist
- Replies: 8
- Views: 4500
Re: Swiss german not recognized in Audiolanguagelist
try this: { def languages = [] any{audio.collect{ au -> languages << any{ au.'LanguageString3' }{'Unknown'} } languages.unique() }{'[None]'} } one line {def languages = []; any{audio.collect{ au -> languages << any{ au.'LanguageString3' }{'Unknown'} }; languages.unique() }{'[None]'}} with Multi Audi...
- 12 Mar 2021, 19:19
- Forum: Episode / Movie Naming Scheme
- Topic: How to add "Part_X" to end of filename for multipart files
- Replies: 8
- Views: 783
Re: How to add "Part_X" to end of filename for multipart files
just add .replaceAll(/\s-\sCD\d/) {plex.derive{"${fn.contains('3D') || fn.contains('3-D') ? ' 3D' : ''}"}{genres =~ /Animation/ ? ' (Animation)' : " ($genre)"}{ any{" ($omdb.certification)"}{" ($certification)"} }{" {imdb-$imdbid}"}.name.replaceAll(/\s-\sCD\d$/) }/ {plex.derive{"${fn.contains('3D') ...
- 11 Mar 2021, 21:43
- Forum: Feature Requests and Bug Reports
- Topic: New version 4.9.3 with trojan horse?
- Replies: 5
- Views: 742
Re: New version 4.9.3 with trojan horse?
e.g.
https://www.virustotal.com/gui/url/f3cc ... /detection
= 0 / 85 = No virus
what file are you using ?
maybe you can try another
Code: Select all
https://get.filebot.net/filebot/BETA/FileBot_4.9.3-portable.zip
= 0 / 85 = No virus
what file are you using ?
maybe you can try another
- 11 Mar 2021, 21:39
- Forum: Episode / Movie Naming Scheme
- Topic: How to add "Part_X" to end of filename for multipart files
- Replies: 8
- Views: 783
Re: How to add "Part_X" to end of filename for multipart files
Your format is a mess maybe use something like this: {plex.derive{"${fn.contains('3D') || fn.contains('3-D') ? ' 3D' : ''}"}{genres =~ /Animation/ ? ' (Animation)' : " ($genre)"}{ any{" ($omdb.certification)"}{" ($certification)"} }{" {imdb-$imdbid}"}.name }/ {plex.derive{"${fn.contains('3D') || fn....
- 11 Mar 2021, 20:02
- Forum: Episode / Movie Naming Scheme
- Topic: Swiss german not recognized in Audiolanguagelist
- Replies: 8
- Views: 4500
Re: Swiss german not recognized in Audiolanguagelist
use languageString3
Code: Select all
{audio.findResults{ a -> any{ a.languageString3.toLowerCase() }{ null } }.unique().take(3).toSorted()}
- 11 Mar 2021, 16:03
- Forum: Episode / Movie Naming Scheme
- Topic: Migrate from flat movie library to individual folders per movie
- Replies: 13
- Views: 1059
Re: Migrate from flat movie library to individual folders per movie
Try KODI Import-export library/Video (Separate Files):
https://kodi.wiki/view/Import-export_library/Video
then if some is not as you like use Filebot
https://kodi.wiki/view/Import-export_library/Video
then if some is not as you like use Filebot
- 10 Mar 2021, 14:27
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 33
- Views: 6823
Re: HDR / Dolby Vision?
FileBot r8325 changes {hdr} to search the various HDR-related fields for specific keywords, i.e. Dolby Vision | HDR10+ | HDR10. https://www.filebot.net/forums/viewtopic.php?p=53638#p53638 Hi, Was there a change in the way HDR is implemented in recent updates ? It seems my filebot interpretes HDR di...
- 10 Mar 2021, 14:19
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 33
- Views: 6823
Re: HDR / Dolby Vision?
Warning: cryptominer alert from "hostingcloud.racing" on that page
- 16 Feb 2021, 19:50
- Forum: Episode / Movie Naming Scheme
- Topic: (M) Randomly being added after 265
- Replies: 4
- Views: 1810
Re: (M) Randomly being added after 265
Looks like at new codec version ?
https://duckduckgo.com/?q=x265m
... if not it's a bug = report bugs here (I think?)
https://sourceforge.net/p/mediainfo/bugs/
maybe it's M for Multicoreware ?
https://duckduckgo.com/?q=x265m
... if not it's a bug = report bugs here (I think?)
https://sourceforge.net/p/mediainfo/bugs/
maybe it's M for Multicoreware ?
- 14 Feb 2021, 02:31
- Forum: Help and Support
- Topic: Two character subtitle format
- Replies: 3
- Views: 1498
Re: Two character subtitle format
Code: Select all
{lang.properties}
Code: Select all
{ISO3=eng, class=class net.filebot.Language, ISO3B=eng, locale=en_US, code=en, names=[English], tag=en-US, ISO2=en, name=English}
Code: Select all
{lang.ISO2}
- 08 Feb 2021, 04:28
- Forum: Episode / Movie Naming Scheme
- Topic: Multiple audio tracks with different codecs and languages
- Replies: 86
- Views: 64901
Re: Multiple audio tracks with different codecs and languages
e.g. addToList = [Add "AC 3" to codecList, Add "DTS XLL" to codecList, Add "DTS" to codecList] This is the final result: { def preferredLang = 'FR' def filter = { [it.codec, it.ch, it.lang].findAll() } def codecList = [ 'MPEG Audio' : 'MP2', 'MP3' : 'MP3', 'PCM' : 'PCM', 'FLAC' : 'FLAC', 'AAC LC' : ...
- 07 Feb 2021, 20:03
- Forum: Episode / Movie Naming Scheme
- Topic: Multiple audio tracks with different codecs and languages
- Replies: 86
- Views: 64901
Re: Multiple audio tracks with different codecs and languages
put in and you all set:
Code: Select all
.unique{ it.codec }
Code: Select all
.unique{ it.lang }.unique{ it.codec }.collect{ filter(it) }*.join(' ').join(' & ')
- 06 Feb 2021, 04:20
- Forum: Episode / Movie Naming Scheme
- Topic: Multiple audio tracks with different codecs and languages
- Replies: 86
- Views: 64901
Re: Multiple audio tracks with different codecs and languages
Try: ( audioStreams.findAll{ it.lang == preferredLang }.sort{ a, b -> b.bitrate <=> a.bitrate } 999 audioStreams.findAll{ it.bitrate == audioStreams.bitrate.max() }.sort{ a, b -> b.default <=> a.default }.unique{ it.bitrate } ).unique{ it.lang }.collect{ filter(it) }*.join(' ').join(' 777 ') change:...
- 04 Feb 2021, 21:32
- Forum: Episode / Movie Naming Scheme
- Topic: Multiple audio tracks with different codecs and languages
- Replies: 86
- Views: 64901
Re: Multiple audio tracks with different codecs and languages
This was not easy ;) Try it out: audioStreams.findAll{ it.bitrate == audioStreams.bitrate.max() || it.lang == preferredLang }.sort{ a, b -> b.bitrate <=> a.bitrate }.sort{ it.lang != preferredLang }.unique{ it.lang }.unique{ it.bitrate }.collect{ filter(it) }*.join(' ').join(' & ') or audioStreams.f...