Search found 1251 matches

by kim
23 Aug 2015, 13:28
Forum: Feature Requests and Bug Reports
Topic: episode rename problem
Replies: 4
Views: 4129

Re: episode rename problem

im not using amc but a custom script def override = _args.conflict == 'override' include('lib/htpc') def tvDir = 'D:/_DoWnLoaD/Done/TV' as File def movieDir = 'D:/_DoWnLoaD/Done/Movies' as File def tvFormat = '''D:/_DoWnLoaD/TV/{n.sortName().replace(':', ' - ').trim()}/{n.replaceTrailingBrackets().t...
by kim
23 Aug 2015, 00:11
Forum: Feature Requests and Bug Reports
Topic: episode rename problem
Replies: 4
Views: 4129

Re: episode rename problem

so cant fix the "problem" :( ?

is there a way to get a CLI script to only scrape/lookup 1 file at a time then ?
by kim
22 Aug 2015, 11:27
Forum: Feature Requests and Bug Reports
Topic: episode rename problem
Replies: 4
Views: 4129

episode rename problem

if you have 2 files named i.e : mr.robinson.101.mp4 mr.robot.S01E02.mp4 then the mr.robinson.101.mp4 file will be renamed mr.robot.S01E01.mp4 the problem is something to do with the episode number? if you take file name mr.robinson.S01E03.mp4 into the mix then all is ok mr.robinson.101.mp4 mr.robins...
by kim
30 Jun 2015, 13:17
Forum: Feature Requests and Bug Reports
Topic: Movie Lookup problem
Replies: 5
Views: 5273

Re: Movie Lookup problem

if "N queries" is a NO GO, how about: 1. if 0 results then search / look up the NON plural version of the word / ignore that word... and do a new search on the other words if not 0 words Spelling Plural Nouns http://www.factmonster.com/ipka/A0886509.html http://www.howtospell.co.uk/pluralr...
by kim
29 Jun 2015, 23:21
Forum: Feature Requests and Bug Reports
Topic: Movie Lookup problem
Replies: 5
Views: 5273

Re: Movie Lookup problem

FAQ #2 is useless here as its the filename that has only 1 extra letter... https://www.themoviedb.org/movie/256961-paul-blart-mall-cop-2 wrong filename "Paul Blart Mall Cops 2" right filename "Paul Blart Mall Cop 2" so why can filebot find this from this filename "Paul Blart...
by kim
29 Jun 2015, 13:16
Forum: Feature Requests and Bug Reports
Topic: Movie Lookup problem
Replies: 5
Views: 5273

Movie Lookup problem

I don't know if you will call it a bug, but:

if filename "Paul Blart Mall Cops 2" (should be "Cop"), filebot don't/cant even list the movie as a possible option...

only this on list: Paul, Mall

if filename "Paul Blart Mall Cop 2" all is well
by kim
12 May 2015, 19:16
Forum: Feature Requests and Bug Reports
Topic: TheTVDB -> Error while loading XML resource
Replies: 9
Views: 14410

Re: TheTVDB -> Error while loading XML resource

thx i now use "--filter "!(info.id == 70591)"" but it generates a lot of data in the log file (--log-file) so is there a way to only use the filter when (n) or (info.id) is on the lookup list ? e.g. if show on list then use filter else ignore about the manual, i was thinking of a...
by kim
09 May 2015, 20:24
Forum: Feature Requests and Bug Reports
Topic: TheTVDB -> Error while loading XML resource
Replies: 9
Views: 14410

Re: TheTVDB -> Error while loading XML resource

thx i got it working with "--filter "age < 365"" but i do not understand why i did / do not need to do this with version FileBot 4.5 (r2612) to me something is wrong when its a new problem that worked before ? "--filter "age < 365"" works for now... but is the...
by kim
09 May 2015, 01:06
Forum: Feature Requests and Bug Reports
Topic: TheTVDB -> Error while loading XML resource
Replies: 9
Views: 14410

Re: TheTVDB -> Error while loading XML resource

I was not clear, its CLI script NOT GUI EDIT: try with filename "the.odd.couple.2015.111.hdtv-lol.mp4" it will fail (as in wrong show) other shows dont have this problem (as far as i know) it works ok in FileBot 4.5 (r2612) I use {'.'+s00e00} in my script im sry if its a just problem with ...
by kim
08 May 2015, 20:21
Forum: Feature Requests and Bug Reports
Topic: TheTVDB -> Error while loading XML resource
Replies: 9
Views: 14410

Wrong show from TheTVDB (fixed Error while loading XML resou

now they have fixed it, but now its the wrong show wrong show "The Odd Couple" right show "The Odd Couple (2015)" the problem is that filebot only search for titel not + the year = wrong show "now: http://thetvdb.com/api/GetSeries.php?seriesname=The+Odd+Couple&language=e...
by kim
05 May 2015, 21:23
Forum: Help and Support
Topic: [script] [movie.nfo] change language
Replies: 1
Views: 2469

[script] [movie.nfo] change language

Maybe a stupid question, but how do you change language? when i use the "--lang da" in CLI it works with the "da" title/filename only but not e.g. the <plot></plot> aka "overview" it still takes ALL the info from "en" (and yes there is data on both the "d...
by kim
04 May 2015, 23:57
Forum: Feature Requests and Bug Reports
Topic: Writers in movie.nfo
Replies: 5
Views: 3781

Re: Writers in movie.nfo

i just made this: i.people.each{ p -> if (p.director) { director(p.name) } else if (p.actor) { actor { name(p.name) role(p.character) } } else { if (p.job) { if (p.job == 'Writer') { credits(p.name) } else if (p.job == 'Screenplay') { credits(p.name + ' ('+p.job+')') } else if (p.job == 'Story') { c...
by kim
04 May 2015, 22:11
Forum: Feature Requests and Bug Reports
Topic: <studio> in the movie.nfo
Replies: 4
Views: 3613

Re: <studio> in the movie.nfo

thx for the add im not sure the long country name is the best, other scrapers (tinyMediaManager) use the short country code only? e.g. <country>US</country> and not <country>United States of America</country> now: e.g. <country>Canada</country> <studio>The Film Farm</studio> <studio>Ego Film Arts</s...
by kim
04 May 2015, 22:02
Forum: Feature Requests and Bug Reports
Topic: Writers in movie.nfo
Replies: 5
Views: 3781

Re: Writers in movie.nfo

thx it works but remember "<credits>" is = the old "<writer>" so now it takes WAY to many ppl that are not writers but do something else we need to only get the ppl in the Writing Department e.g. David Fraser=Screenplay Atom Egoyan=Screenplay Atom Egoyan=Story" the old "...
by kim
04 May 2015, 19:12
Forum: Feature Requests and Bug Reports
Topic: <studio> in the movie.nfo
Replies: 4
Views: 3613

Re: <studio> in the movie.nfo

Kodi: <studio></studio> <country></country> e.g. <studio>20th Century Fox</studio> <studio>Dune Entertainment</studio> <studio>Ingenious Film Partners</studio> <studio>Lightstorm Entertainment</studio> e.g. <country>GB</country> <country>US</country> more info: http://kodi.wiki/view/NFO_files/Movies...
by kim
04 May 2015, 18:57
Forum: Feature Requests and Bug Reports
Topic: Writers in movie.nfo
Replies: 5
Views: 3781

Re: Writers in movie.nfo

Kodi:
<credits></credits>

e.g.
<credits>James Cameron</credits>
<credits>some other dude</credits>

more info:
http://kodi.wiki/view/NFO_files/Movies
http://kodi.wiki/view/NFO_files/tvshows

i dont know about plex, sry
by kim
04 May 2015, 14:11
Forum: Feature Requests and Bug Reports
Topic: TheTVDB -> Error while loading XML resource
Replies: 9
Views: 14410

TheTVDB -> Error while loading XML resource

I think its a change on TheTVDB because it worked 2 weeks ago or so. now: http://thetvdb.com/api/GetSeries.php?seriesname=The+Odd+Couple&language=en this works http://thetvdb.com/api/GetSeries.php?seriesname=The+Odd+Couple+2015&language=en from context.log Rename episodes using [TheTVDB] Aut...
by kim
03 May 2015, 22:00
Forum: Feature Requests and Bug Reports
Topic: <studio> in the movie.nfo
Replies: 4
Views: 3613

<studio> in the movie.nfo

can you pls add <studio> to the movie.nfo

looks like its "just" a matter of adding "production_companies" ?

thx
by kim
03 May 2015, 21:54
Forum: Feature Requests and Bug Reports
Topic: Writers in movie.nfo
Replies: 5
Views: 3781

Writers in movie.nfo

there is a problem with the <writer> part of movie.nfo this will make the <writer> blank e.g. on http://www.imdb.com/title/tt2322441 "Writers: Kelly Marcel (screenplay), E.L. James (novel)" same on themoviedb.org it only works when it say "writer" but it need to take "screen...
by kim
06 Jun 2014, 17:58
Forum: Feature Requests and Bug Reports
Topic: spelling in movie.nfo
Replies: 3
Views: 2811

Re: spelling in movie.nfo

can you make it an option in filebot to save the movie.nfo file in UTF-8 encoding,
so we do not need to convert the files afterwards, pls ?

e.g.
so a "é" looks like a "é"
by kim
06 Jun 2014, 02:46
Forum: Help and Support
Topic: Renaming Formats gone after upgrade 4>4.1
Replies: 7
Views: 4576

Re: Renaming Formats gone after upgrade 4>4.1

this works in 4.0
{net.sourceforge.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).originalName}

it should be this in 4.1 ?
{net.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).originalName}

but it does not work, help pls
by kim
05 Jun 2014, 22:00
Forum: Feature Requests and Bug Reports
Topic: spelling in movie.nfo
Replies: 3
Views: 2811

spelling in movie.nfo

how come e.g. protégé gets turned into protégé in the movie.nfo ?

can you fix this or tell me how to get it to display words as they should ?

same problem with the nordic æ, ø and å
by kim
16 May 2014, 16:04
Forum: Scripting and Automation
Topic: plot language in the movie.nfo
Replies: 1
Views: 2024

plot language in the movie.nfo

In the movie.nfo output file, how do I make it so that:

if I use a different language then English and the output get this:

<plot></plot> and <tagline></tagline>
as in empty

i need it to fallback / default back to English ONLY if my selected language is empty ?
by kim
15 May 2014, 17:42
Forum: Scripting and Automation
Topic: genre(s) in the movie.nfo
Replies: 2
Views: 2664

Re: genre(s) in the movie.nfo

damn you er quick to answer :D

i got this to work, so NM ;)

int noOfGenres=i.genres.size()
for(int tmpCount=0; tmpCount<noOfGenres; tmpCount++){
genre(i.genres[tmpCount])
}

keep up the good work ;)
by kim
15 May 2014, 17:00
Forum: Scripting and Automation
Topic: genre(s) in the movie.nfo
Replies: 2
Views: 2664

genre(s) in the movie.nfo

In the movie.nfo file, how do i get it, to only make a new line (<genre>...) when there is something in it ? e.g. <genre>Drama</genre> <genre>Thriller</genre> <genre></genre> <genre></genre> <genre></genre> this is from my htpc.groovy file genre(i.genres?.size() > 0 ? i.genres[0] : null) genre(i.gen...