Search found 1251 matches

by kim
21 Jul 2017, 16:47
Forum: Scripting and Automation
Topic: [amc] failure on Linux command line TV show season
Replies: 7
Views: 3912

Re: [amc] failure on Linux command line TV show season

this is ok:

Code: Select all

filebot.cmd -list --q "Home Movies" --db thetvdb
so maybe you can use this:

Code: Select all

filebot.cmd -list --q "Home Movies" --db thetvdb --filter regular --format {plex.name} -rename *.avi
by kim
21 Jul 2017, 05:50
Forum: Scripting and Automation
Topic: AMC: Subs for movies, not TV?
Replies: 11
Views: 5859

Re: AMC: Subs for movies, not TV?

1. "no subtitles are better than good subtitles" you mean no subtitles are better than BAD subtitles ? 2. I know "amc script is not a filebot command" and I'm on Windows so if "man" gives extra info then I can't see this ? "encoding" is on this filebot command...
by kim
21 Jul 2017, 04:25
Forum: Scripting and Automation
Topic: AMC: Subs for movies, not TV?
Replies: 11
Views: 5859

Re: AMC: Subs for movies, not TV?

Looks like you hard-coded strict mode ? from AMC script: getMissingSubtitles(file: files, lang: languageCode, strict: true, output: 'srt', encoding: 'UTF-8', format: 'MATCH_VIDEO_ADD_LANGUAGE_TAG') ?: [] AMC = "Looking up subtitles by hash via OpenSubtitles" ONLY... and NO... "Looking...
by kim
21 Jul 2017, 00:55
Forum: Scripting and Automation
Topic: AMC: Subs for movies, not TV?
Replies: 11
Views: 5859

Re: AMC: Subs for movies, not TV?

You can if you separate them like this:
put in one e.g. bat file

Code: Select all

filebot -script "amc.groovy" "D:\movies" --output "D:\Scaped" subtitles=en
filebot -script "amc.groovy" "D:\tv" --output "D:\Scaped"
by kim
20 Jul 2017, 12:27
Forum: Feature Requests and Bug Reports
Topic: TV AliasNames
Replies: 2
Views: 2173

Re: TV AliasNames

I wanted to get aliases in the nfo file, but "i.aliasNames" is equal to {net.filebot.WebServices.TheTVDB.getSeriesInfo(77623, Locale.ENGLISH).getAliasNames()} and not {info.AliasNames} or {alias} It would be nice if I could list e.g. the Danish title, if any without the need to do e.g. The...
by kim
19 Jul 2017, 20:28
Forum: Episode / Movie Naming Scheme
Topic: Issue w/ 2 Parters in Episode scheming?
Replies: 3
Views: 2266

Re: Issue w/ 2 Parters in Episode scheming?

name your files like this:
Friends.S02E12-E13

in same season = OK
if episodes from 2 seasons you/we are out of luck... NO WORKY


viewtopic.php?f=6&t=89
by kim
19 Jul 2017, 10:44
Forum: Scripting and Automation
Topic: omdb response error code 401
Replies: 19
Views: 11048

Re: omdb response error code 401

peymanch wrote: 14 Jun 2017, 11:14 TheMovieDB is very incomplete database cast or rating movie
i want imdb database
please think that
Filebot only write cast to the nfo IF the actor has a role, so update the movies you find missing this.
by kim
19 Jul 2017, 03:56
Forum: Feature Requests and Bug Reports
Topic: API themoviedb updates
Replies: 3
Views: 2423

Re: API themoviedb updates

Is this the only output from trailer now ? "[Official Trailer [Trailer] [1080] [en_US]" I need to get the YouTube link back, how to do it ? aka the "key" MOST be there or it's 100% useless so be Kodi compatible again in htpc def KODI_Trailer = "plugin://plugin.video.youtube/...
by kim
18 Jul 2017, 19:54
Forum: Feature Requests and Bug Reports
Topic: TV AliasNames
Replies: 2
Views: 2173

TV AliasNames

Tested in GUI with id 77623 aka Cheers Why do this work: {info.AliasNames} or {alias} ... when this don't ? {net.filebot.WebServices.TheTVDB.getSeriesInfo(77623, Locale.ENGLISH).getAliasNames()} Update: more test with id 281662 aka Daredevil looks like this works: {net.filebot.WebServices.TheTVDB.ge...
by kim
17 Jul 2017, 01:28
Forum: Feature Requests and Bug Reports
Topic: API themoviedb updates
Replies: 3
Views: 2423

API themoviedb updates

Looks like filebot use old info ? it's not broke yet, but it will if not changed, I think ? (now -> new) casts -> credits releases -> release_date trailers -> videos Source: https://developers.themoviedb.org/3/movies/get-movie-credits https://developers.themoviedb.org/3/movies/get-movie-details http...
by kim
16 Jul 2017, 02:27
Forum: Feature Requests and Bug Reports
Topic: AMC Stopped Working (if I use filebot.launcher.exe)
Replies: 4
Views: 2858

Re: AMC Stopped Working

You don't say what the problem is and when it broke ?
have a log output ?

looks like you use "OS: Windows 10 (amd64) Package: APPX" aka the windows store ?
it has build in java, so maybe try uninstall java
by kim
16 Jul 2017, 02:22
Forum: Feature Requests and Bug Reports
Topic: What variables do I use?
Replies: 4
Views: 2792

Re: What variables do I use?

looks correct, but maybe more like this

Code: Select all

{ny} ({allOf{vf}{ac}{channels}.join(', ')})
or

Code: Select all

{ny} {allOf{vf}{ac}{channels}}
"always be in caps", yes... and if not you can use e.g.

Code: Select all

{ac.lower()} or {ac.upper()}
by kim
14 Jul 2017, 14:27
Forum: Help and Support
Topic: Problem with TheMovieDB robot
Replies: 7
Views: 4462

Re: Problem with TheMovieDB robot

I did not know this: "GUI: Press CTRL+SHIFT+DEL" I tested it and I think it's buggy: if in the "Rename " = it deletes all files except ".lock" in \data\cache\0 (ONLY) = OK if in e.g. the "Episodes" = it looks like it reset all files in \data\cache\0 (ONLY) I g...
by kim
14 Jul 2017, 01:22
Forum: Help and Support
Topic: Problem with TheMovieDB robot
Replies: 7
Views: 4462

Re: Problem with TheMovieDB robot

It works ok for me, what version do you run ?
(in the GUI, you can press F5 and click the i)

if you try search for "Ally McBeal" in Spanish under "Episodes" does it show the same thing ?

try filebot.cmd -clear-cache from the console (cmd)
by kim
13 Jul 2017, 20:47
Forum: Help and Support
Topic: Problem with TheMovieDB robot
Replies: 7
Views: 4462

Re: Problem with TheMovieDB robot

You need to give the filenames to test with and the log output
by kim
13 Jul 2017, 04:02
Forum: Help and Support
Topic: Open subtitles config file.
Replies: 4
Views: 4472

Re: Open subtitles config file.

saved in the "prefs.properties" file
look for net/filebot/osdb.user=USERNAME\:encryptedpassword
by kim
08 Jul 2017, 14:57
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 567347

Re: Exclude Blacklist & Series-Mappings

that was ok, but need one more
DTS.2.0

so:
(DTS|FLAC|AAC|AC3|MP3|MP4|DD|MA).?[12457][.]?[01]

some with DivX3 and DivX4

so:
DivX[345]?


btw:
do the DVDRip not need to be BEFORE the DVD to work ?
DVD|DVD5|DVD9|DVDRip

it does when I test on http://regexr.com/
by kim
08 Jul 2017, 01:52
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 567347

Re: Exclude Blacklist & Series-Mappings

Query Blacklist:
1.0 (e.g. MP3.1.0)
2.0 (e.g. AC3.2.0)
divx5 (Codec)
by kim
08 Jul 2017, 01:46
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1625104

Re: Release Groups {group}

DigDivX
Kefissos
by kim
07 Jul 2017, 00:05
Forum: Feature Requests and Bug Reports
Topic: Media Index TSV - but info from NFO
Replies: 1
Views: 1991

Re: Media Index TSV - but info from NFO

This was the best I could do :( BUT it works :) PLS update it if you can make it better def model = [ 'IMDB id','Title','Original Title','Year','Runtime','Rating','FileSize','Overall Bitrate','Checksum','Video Codec','DurationInSeconds','Video Width','Video Height','Audio Codec','Audio Channels' ] d...
by kim
04 Jul 2017, 22:17
Forum: Feature Requests and Bug Reports
Topic: Adult Movies
Replies: 23
Views: 21835

Re: Adult Movies

Now, if anyone wants the Adult genre in movie.nfo (if set on the movie @ https://www.themoviedb.org) then add this to your local htpc.groovy file, under fetchMovieNfo -> xml: if (i.adult) { genre('Adult') } i.genres.each{ genre(it) } output like this: <genre>Adult</genre> <genre>Comedy</genre> <genr...
by kim
04 Jul 2017, 21:55
Forum: Feature Requests and Bug Reports
Topic: Media Index TSV - but info from NFO
Replies: 1
Views: 1991

Media Index TSV - but info from NFO

pls make a script that can collect info/data from e.g. the movie.nfo and then write to csv/tsv file like this, but info from NFO: https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p53 To be used as a database for all your stuff the Media Index TSV scans too slow and NFO has better info/data I...
by kim
04 Jul 2017, 02:07
Forum: Feature Requests and Bug Reports
Topic: Adult Movies
Replies: 23
Views: 21835

Re: Adult Movies

NEW Feature Request: pls add Property.adult to the movieinfo this way we can detect if flagged as adult or not as a bonus it would be nice if you did this: if adult = true... then add Adult to genre something like this: {if (net.filebot.WebServices.TheMovieDB.getMovieInfo(Movie, Locale.US, false).ge...
by kim
04 Jul 2017, 01:58
Forum: Feature Requests and Bug Reports
Topic: Feature Request - GUI - show all
Replies: 4
Views: 2432

Re: Feature Request - GUI - show all

OMG, WHY did I know this a looooong time ago ? the copy thing looks like a good solution :) NEW Feature Request - when running GUI with console, make it write by default to both the console and as normal in the GUI without the need to use println every time + and a newline at the end to make it easi...
by kim
04 Jul 2017, 01:37
Forum: Feature Requests and Bug Reports
Topic: AMC - Log update
Replies: 3
Views: 2829

Re: AMC - Log update

Otherwise you'll make it impossible to find encoding issues, BOM issues, etc caused by bad groovy files Well, If I try your way show ALL script code in log and fuck up my groovy file's format... it still just writes to the log... NO errors reported So, why do it like that ? add error checking, then...