Search found 1251 matches

by kim
18 Dec 2020, 19:24
Forum: Feature Requests and Bug Reports
Topic: myepisodes.com stopped updating
Replies: 16
Views: 15238

Re: myepisodes.com stopped updating

I can confirm 4.9.2 does not work (ok in older Filebot)

looks like something with login part
the "session" does not contain __cfduid, PHPSESSUID and PHPSESSGID
I think this is = login not ok

on older Filebot, but still works

Code: Select all

302 Moved Temporarily
on 4.9.2

Code: Select all

200 OK

Code: Select all

does not send POST
by kim
02 Dec 2020, 04:53
Forum: Feature Requests and Bug Reports
Topic: Check Localization of name?
Replies: 3
Views: 7171

Re: Check Localization of name?

{'劇場版 HUNTER×HUNTER -The LAST MISSION-'.any{it.matches(/[\u3000-\u303F]|[\u3040-\u309F]|[\u30A0-\u30FF]|[\uFF00-\uFFEF]|[\u4E00-\u9FAF]|[\u2605-\u2606]|[\u2190-\u2195]|\u203B/)} ? 'jp' : 'no jp'} {'劇場版 Tiger & Bunnyシリーズ'.any{it.matches(/[\u3000-\u303F]|[\u3040-\u309F]|[\u30A0-\u30FF]|[\uFF00-\u...
by kim
30 Nov 2020, 22:50
Forum: Feature Requests and Bug Reports
Topic: BBC Documentaries
Replies: 9
Views: 10082

Re: BBC Documentaries

Using GUI FileBot 4.9.2 (r8060)

There is no problem with e.g.
BBC Documentaries - 20100603 - Little Ships: The Miracle of Dunkirk
BUT
November 28, 2020
https://www.themoviedb.org/tv/113848-bb ... 10/changes

= clear cache
by kim
29 Nov 2020, 01:48
Forum: Windows
Topic: Problem with tv shows renaming in spanish
Replies: 4
Views: 6400

Re: Problem with tv shows renaming in spanish

FYI: no problem with FileBot 4.9.2 (r8060) other then multiple "failed to identify... files"
by kim
28 Nov 2020, 01:02
Forum: Windows
Topic: Problem with tv shows renaming in spanish
Replies: 4
Views: 6400

Re: Problem with tv shows renaming in spanish

you need to share the complete format not just "I'm using {n} and {ny}, same result."

file path also ?
by kim
22 Nov 2020, 02:40
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

<movie> <name>Ryan Gosling</name> <role>Neil Armstrong</role> </movie> correct <actor> <name>Ryan Gosling</name> <role>Neil Armstrong</role> <order>0</order> <thumb>https://image.tmdb.org/t/p/original/lyUyVARQKhGxaxy0FbPJCQRpiaW.jpg</thumb> </actor> maybe this <sorttitle>First Man</sorttitle> corre...
by kim
21 Nov 2020, 00:39
Forum: Episode / Movie Naming Scheme
Topic: Commentary track
Replies: 8
Views: 7305

Re: Commentary track

I'm 99% sure audio[0] (track 1) never has "Commentary" ?i = case-insensitive https://www.filebot.net/forums/viewtopic.php?f=7&t=1609 maybe try this to find missing {(audio.size() > 1) ? audio[1].Format == 'AC-3' && audio[1].channels == '2' ? 'Possible Commentary track' : '' : '...
by kim
18 Nov 2020, 19:21
Forum: Episode / Movie Naming Scheme
Topic: Commentary track
Replies: 8
Views: 7305

Re: Commentary track

FYI: this does not work Binding "title": undefined why does the e.g. GUI fail at this when it does not if in the htpc.groovy ? https://github.com/filebot/scripts/blob/db9f3115547abad674fb929c6915aa7f7fb32ad2/lib/htpc.groovy#L277 I think it will just ignore it ? so what I'm saying is why no...
by kim
17 Nov 2020, 21:24
Forum: Help and Support
Topic: how to get filebot to download ALL available movie posters?
Replies: 12
Views: 12819

Re: how to get filebot to download ALL available movie posters?

"Plex and Emby" Plex can import Kodi nfo's Luke (System Architect) Posted March 6, 2019 Correct we actually follow Kodi conventions on nfo file. To change the image used, simply click on the cloud underneath each image and the server will search all of the databases for new images. https:/...
by kim
17 Nov 2020, 21:18
Forum: Episode / Movie Naming Scheme
Topic: Commentary track
Replies: 8
Views: 7305

Re: Commentary track

This was the best I can make:

Code: Select all

{ audio.collect{ au -> any{au.title}{} } =~ /(?i:Commentary)/  ? 'COMMENTARY' : '' }
look up groovy and/or java code
by kim
16 Nov 2020, 21:46
Forum: Help and Support
Topic: how to get filebot to download ALL available movie posters?
Replies: 12
Views: 12819

Re: how to get filebot to download ALL available movie posters?

This feature (i.e. fetch all backdrops) was removed rather recently actually, because nobody was using it. How do you know this, is filebot tracking what we do ? (try searching forum "extras=y") also I do not see the harm in leaving this option in ? btw: I know people do use "generat...
by kim
15 Nov 2020, 21:05
Forum: Help and Support
Topic: how to get filebot to download ALL available movie posters?
Replies: 12
Views: 12819

Re: how to get filebot to download ALL available movie posters?

do you mean all posters from same movie ?

you cant... but you can make your own script to do this
by kim
15 Nov 2020, 21:02
Forum: Episode / Movie Naming Scheme
Topic: Why does this not detect properly?
Replies: 4
Views: 4531

Re: Why does this not detect properly?

I think you are using an older version of filebot ?
try updating

or
maybe use filter and/or query
by kim
15 Nov 2020, 02:56
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

The SpongeBob Movie: Sponge on the Run (2020) https://www.themoviedb.org/movie/400160-the-spongebob-movie-sponge-on-the-run/images/backdrops eng 720p https://image.tmdb.org/t/p/original/zhCu4iJHSKBf4uAIQyaR5IQ5nhi.jpg vs xx 4k https://image.tmdb.org/t/p/original/wu1uilmhM4TdluKi2ytfz8gidHf.jpg remem...
by kim
14 Nov 2020, 03:13
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

def selection = [locale.language, 'en', null].findResult{ lang -> artwork.find{ it.matches(lang) } } https://github.com/filebot/scripts/blob/master/lib/htpc.groovy#L209 I think the null is not working my fix is it.language.toString().replace(/null/,'xx') anyway for it to work proper you need to cha...
by kim
12 Nov 2020, 22:59
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

maybe better to: poster: filter by "language" check if primary is diff. then first of filtered "language" yes = select primary no = select first from filtered "language" then it will be like on the website = easy to use ;) backdrops: "language" is bad (use onl...
by kim
12 Nov 2020, 15:48
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

the "primary" is = a moderator select it manually = not most or best votes

you can get in

Code: Select all

poster_path	"/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg"

Code: Select all

https://api.themoviedb.org/3/movie/369972?language=en-US&api_key=

btw: Backdrops "No Language" is best NOT language
by kim
12 Nov 2020, 06:34
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

is it possible (or can you make it so) to make the nfo's with custom scripts (like i do with amc/htpc.groovy) ?
by kim
12 Nov 2020, 06:23
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

just to be clear @rednoah switched <imdb id="tt12345678">https://www.themoviedb.org/movie/1234</imdb> <tmdb id="1234">https://www.imdb.com/title/tt12345678</tmdb> correct = <tmdb id="1234">https://www.themoviedb.org/movie/1234</tmdb> <imdb id="tt12345678">http...
by kim
12 Nov 2020, 00:24
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

@rednoah just tried the GUI make movie.nfo and I think there is multiple errors: sample: <uniqueid default="true" tmdb="1234"/> correct = <uniqueid type='tmdb'>1234</uniqueid> <rating default="true" max="10" name="themoviedb"> correct = <rating name=...
by kim
12 Nov 2020, 00:00
Forum: Windows
Topic: How to get the correct poster from TMDB?
Replies: 20
Views: 11928

Re: How to get the correct poster from TMDB?

movie ?
result ?
result YOU want ?
language ?

we are not mind readers ;)
by kim
07 Nov 2020, 21:07
Forum: Help and Support
Topic: Change audio.languages output
Replies: 3
Views: 2421

Re: Change audio.languages output

sounds like you did not copy my code ?

ISO3 vs ISO2
by kim
07 Nov 2020, 18:56
Forum: Help and Support
Topic: Change audio.languages output
Replies: 3
Views: 2421

Re: Change audio.languages output

Code: Select all

{audioLanguages.ISO3*.upper().join('.')}
or

Code: Select all

{audioLanguages.ISO3B*.upper().join('.')}
by kim
16 Oct 2020, 18:39
Forum: macOS
Topic: renaming a movie name that is prefixed with ellipses
Replies: 6
Views: 13846

Re: renaming a movie name that is prefixed with ellipses

not everyone wants it like you... {n.colon(' - ')} .. BUT I cant see why not to have option to convert a invalid character with system.properties "look alike" btw: {':'.replace(':','\uA789')} {':abc'.replace(':','\u02D0')} https://www.w3schools.com/charsets/ref_utf_modifiers.asp {'abc-abc'...