Search found 1251 matches

by kim
03 Jul 2017, 02:06
Forum: Episode / Movie Naming Scheme
Topic: Custom Sort Name
Replies: 4
Views: 3166

Re: [SNIPPET] Sort Name

Are you using the GUI ? If not, DO IT! You should try playing around with formats, by adding/deleting stuff e.g. you use {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)} some of it is filebot only, but mostly you can use java / groovy code... and in this case also Regular expression https://en.wi...
by kim
02 Jul 2017, 20:18
Forum: Feature Requests and Bug Reports
Topic: AMC - Log update
Replies: 3
Views: 2824

AMC - Log update

When using e.g. --def movieFormat=@"movieFormat.groovy" the log will show ALL the format code from "movieFormat.groovy" ... so I updated to show like this: Parameter: movieFormat = [movieFormat=@movieFormat.groovy] my code (Maybe not pretty, but it works): def formatType = [] _ar...
by kim
02 Jul 2017, 19:27
Forum: Feature Requests and Bug Reports
Topic: Feature Request - GUI - show all
Replies: 4
Views: 2427

Re: Feature Request - GUI - show all

I like the GUI way better because of instant feedback. Well how about a compromise ? 1. 1+ lines 2. invisible scroll bar ( https://stackoverflow.com/questions/23957596/how-can-i-make-vertical-scroll-bar-invisible ) 3. how ever you will make it better *2: what I mean by this is, e.g. in browsers you ...
by kim
02 Jul 2017, 19:13
Forum: Episode / Movie Naming Scheme
Topic: Including HDTV definition
Replies: 4
Views: 3245

Re: Including HDTV definition

{vf} is ok if ALL your files are 720p or 1080p but, instead of just {vf} you can use my custom: {def dir = file.parentFile.name+'.'+fn; dir.find(/\bm720p\b|\bm1080p\b/) ? '.'+'m'+vf : dim[0]>=1280||dim[1]>=720 ? '.'+vf : '.'+hd} or {def dir = file.parentFile.name+'.'+fn; dir.find(/\bm720p\b|\bm1080p...
by kim
01 Jul 2017, 13:45
Forum: Feature Requests and Bug Reports
Topic: Feature Request - GUI - show all
Replies: 4
Views: 2427

Feature Request - GUI - show all

In the GUI top white under e.g. "Movie Format":
be able to show all output from format, maybe a scroll bar

test with e.g.

Code: Select all

{info*.getValue()}
by kim
30 Jun 2017, 01:10
Forum: Help and Support
Topic: Music Video Renaming Based On File Name, please help - new user
Replies: 4
Views: 3126

Re: Music Video Renaming Based On File Name, please help - new user

or in one go
{(fn.replaceAll('_',' ').split(/-/)[0]+' - '+fn.replaceAll('_',' ').split(/-/)[1]).upperInitial()}
by kim
30 Jun 2017, 01:06
Forum: Help and Support
Topic: Music Video Renaming Based On File Name, please help - new user
Replies: 4
Views: 3126

Re: Music Video Renaming Based On File Name, please help - new user

try {fn.split(/-/)[0]+' - '+fn.split(/-/)[1]}
by kim
30 Jun 2017, 00:54
Forum: Episode / Movie Naming Scheme
Topic: Lower case episode numbers
Replies: 2
Views: 2761

Re: Lower case episode numbers

try

Code: Select all

{s00e00.lower()}
by kim
28 Jun 2017, 16:49
Forum: Feature Requests and Bug Reports
Topic: video source missing
Replies: 13
Views: 8810

Re: video source missing

btw:
missing from pattern.video.tags
Recut *** e.g. (Sin City)
Super.Sized.R.Rated.Version *** e.g. (Anchorman 2)
by kim
28 Jun 2017, 16:41
Forum: Feature Requests and Bug Reports
Topic: video source missing
Replies: 13
Views: 8810

Re: video source missing

RERIP is just like REPACK|PROPER = to fix a problem e.g. copyright warnings and incorrect scenes, remove trailers or wrong playlist used in previous encode and so on... so YES better

now:
{any{'.'+fn.match(/Repack|Proper|RERIP/).upper()}{}}

so:
e.g. {repack} or maybe {rerelease} = yes pls :)
by kim
28 Jun 2017, 00:02
Forum: Feature Requests and Bug Reports
Topic: video source missing
Replies: 13
Views: 8810

Re: video source missing

RERIP is missing
REPACK|PROPER|RERIP

is there a {repack} for them like {source} is for BluRay or {tags} for Uncut ?
by kim
27 Jun 2017, 23:50
Forum: Feature Requests and Bug Reports
Topic: video source missing
Replies: 13
Views: 8810

Re: video source missing

"Remux|BDRemux" is wrong because: (Remuxing is keeping the original video, but eliminating audio tracks, and/or adding audio tracks in other languages.) https://en.wikipedia.org/wiki/Pirated_movie_release_types also if "BluRay.REMUX" in filename ONLY "REMUX" will be use...
by kim
24 Jun 2017, 14:18
Forum: Feature Requests and Bug Reports
Topic: Feature Requests: Version of movie
Replies: 4
Views: 4029

Re: Feature Requests: Version of movie

well we are in luck then: Travis Bell There's going to be stuff I had planned for 2017 but can't get to now but proper version support shouldn't be one of them. I really want to get to this one this year. https://tmdb.lighthouseapp.com/projects/83076/tickets/470-Support-multiple-versions-of-a-movie-...
by kim
24 Jun 2017, 02:14
Forum: Feature Requests and Bug Reports
Topic: Feature Requests: Version of movie
Replies: 4
Views: 4029

Feature Requests: Version of movie

Be able to detect if your file of the movie is e.g. the extended version, unrated or just the normal version I think it can be done via e.g. this file from IMDB: ftp://ftp.fu-berlin.de/pub/misc/movies/database/running-times.list.gz e.g. xXx (2002) 124 xXx (2002) 132 (unrated director's cut) 1. if mo...
by kim
24 Jun 2017, 01:46
Forum: Scripting and Automation
Topic: Renaming Files without Database
Replies: 6
Views: 4721

Re: Renaming Files without Database

I spend some time on this just for you ;) {fn.replaceFirst(/(^.+)\(([^\)]+)-((?:19|20)\d{2})\)/, '$1($3) - $2')} e.g. if you use the GUI then 1. drag&drop files on "Original Files" 2. press F2 key 3. Click on any file under "New Names" and use my format 4. press "Rename&...
by kim
19 Jun 2017, 20:35
Forum: Feature Requests and Bug Reports
Topic: Looking for imdbid in all the wrong places...
Replies: 4
Views: 2272

Re: Looking for imdbid in all the wrong places...

but won't FileBot cache this request the first time around?
yes, it does in "thetvdb_en_1"
by kim
19 Jun 2017, 19:53
Forum: Feature Requests and Bug Reports
Topic: Looking for imdbid in all the wrong places...
Replies: 4
Views: 2272

Re: Looking for imdbid in all the wrong places...

ok then not a biggy
"Resource not found: https://api.thetvdb.com/search/series?imdbId=tt******"

just trying to cut down on api requests that are not needed and potential mismatches
by kim
19 Jun 2017, 18:31
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1596835

Re: Release Groups {group}

You can try my "group" resolver if in the builtin "group", group-jshdfjhvsdf.ext or sdkjhdvfsdsf-group.ext it will get it ;) plus some more... "filters" { def dn = call{(file.parentFile.name).match(/(?:\-\w+(?=\[\w+\])|\-\w+$)/)}; def nn = call{fn.match(/(?:(?=(?:19|20)...
by kim
19 Jun 2017, 18:20
Forum: Feature Requests and Bug Reports
Topic: Looking for imdbid in all the wrong places...
Replies: 4
Views: 2272

Looking for imdbid in all the wrong places...

Looks like when trying to look for imdbid in a nfo file to search for, it goes too far:

e.g. input folder D:\_DoWnLoaD\Done\tv\show2lookup.mkv
nfo here D:\_DoWnLoaD\Done\nfofile.nfo

it should not look above the input folder, I think

btw: using AMC NON-strict
by kim
18 Jun 2017, 23:43
Forum: Feature Requests and Bug Reports
Topic: amc/htpc downloading same info multiple times
Replies: 8
Views: 3826

Re: amc/htpc downloading same info multiple times

testet:
now down to 5 from 8 api requests :)
i think when FS blacklist is active down to 4
by kim
18 Jun 2017, 19:45
Forum: Ubuntu & Desktop Linux
Topic: How to Compile Filebot?
Replies: 6
Views: 10907

Re: How to Compile Filebot?

1. I download the https://github.com/filebot/filebot/archive/master.zip 2. Installed ant from https://chocolatey.org/packages/ant 3. run ant and then get this: C:\Temp\Filebot>ant Buildfile: C:\Temp\Filebot\build.xml init: [mkdir] Created dir: C:\Temp\Filebot\build [mkdir] Created dir: C:\Temp\Fileb...
by kim
18 Jun 2017, 01:04
Forum: Feature Requests and Bug Reports
Topic: amc/htpc downloading same info multiple times
Replies: 8
Views: 3826

Re: amc/htpc downloading same info multiple times

More testing: 1. did a Clear cache 2. use test file "***.Og.***.1960.FS.SD.XViD.MP3.avi" 3. set include_adult=true 4. run modified (more log info) AMC script 5. result from log: Query Movie => [*** og *** 1960 fs, *** og *** 1960] Fetch resource: api.themoviedb.org/3/search/movie?query=***...
by kim
18 Jun 2017, 00:23
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 539933

Re: Exclude Blacklist & Series-Mappings

FS
I use FS (FullScreen) just like WS is for WideScreen
it's mostly a movie thing
or it gets used like so search/movie?query=*****+****+fs
by kim
17 Jun 2017, 17:38
Forum: Feature Requests and Bug Reports
Topic: amc/htpc downloading same info multiple times
Replies: 8
Views: 3826

Re: amc/htpc downloading same info multiple times

As to the "extended information" part I think all requests should be with TRUE because otherwise htpc will need to download the same data + the "extended information" again maybe you make it so: if artwork = true get "extended information" else get without "extende...