Search found 1067 matches
- 13 Jan 2021, 14:02
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 8
- Views: 106
Re: HDR / Dolby Vision?
if you are lucky maybe this will be enough? { any{ hdr }{ video[0]["HDR_Format"].match('Dolby Vision') } } btw: with your sample it does work HDR format : Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 compatible demo: { "Dolby Vision, Version 1.0, dvhe.0...
- 13 Jan 2021, 02:51
- Forum: Episode / Movie Naming Scheme
- Topic: HDR / Dolby Vision?
- Replies: 8
- Views: 106
Re: HDR / Dolby Vision?
something like this { def HDRMap = [ "HDR10": "HDR10", "SMPTE ST 2086": "HDR10", "SMPTE ST 2094 App 4": "HDR10+", "Dolby Vision": "Dolby Vision", "Dolby Vision / SMPTE ST 2086": "Dolby Vision", "Dolby Vision / HDR10": "Dolby Vision" ] def HDRtype = video.collect{ vid -> any{ vid["HDR_Format_Commerci...
- 06 Jan 2021, 15:12
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 716
- Views: 184552
Re: Conditional Structures (if-then-else)
my take on it ;) { def pathList = ['SD' : 'H:/DVDRIPS','HD720p' : 'B:/720p','HD1080ptrue' : 'B:/1080p - Sagas','HD1080pfalse' : 'B:/1080p','UHD2160p' : 'B:/2160P']; any{pathList.get(hd)}{pathList.get(hd + vf)}{pathList.get(hd + vf + any{collection ? true : true}{false})}{'UNKNOWN_PATH'}} {hdr}/{coll...
- 04 Jan 2021, 15:47
- Forum: Scripting and Automation
- Topic: Movie renaming based on video resolution
- Replies: 5
- Views: 222
Re: Movie renaming based on video resolution
e.g.
btw: how LAME is this "Internal Server Error"
why the F cant i use in forum
Code: Select all
movieFormat=Movies/{ny} - {any{fn.match(/1080p|720p|480p/)}{vf}.replace('1080p' : 'FHD', '720p' : 'HD', '480p' : 'SD')}
btw: how LAME is this "Internal Server Error"
why the F cant i use in forum
Code: Select all
{' - ' + any{
- 04 Jan 2021, 02:12
- Forum: Help and Support
- Topic: Issue matching subtitles with AMC
- Replies: 4
- Views: 63
Re: Issue matching subtitles with AMC
space ?
Code: Select all
--def subtitles=en-non-strict
- 01 Jan 2021, 21:45
- Forum: Help and Support
- Topic: OpenSubtitles.org blocked in Denmark
- Replies: 10
- Views: 1420
Re: OpenSubtitles.org blocked in Denmark
I just tried https://www.opensubtitles.org
... When did it start working again and why ?
... When did it start working again and why ?
- 31 Dec 2020, 18:58
- Forum: Scripting and Automation
- Topic: Movie renaming based on video resolution
- Replies: 5
- Views: 222
Re: Movie renaming based on video resolution
Code: Select all
{any{fn.match(/1080p|720p|480p/)}{vf}.replace('1080p' : 'FHD', '720p' : 'HD', '480p' : 'SD')}
- 31 Dec 2020, 18:16
- Forum: Episode / Movie Naming Scheme
- Topic: Naming Issues: PBS Show The Piano Guy
- Replies: 2
- Views: 168
- 30 Dec 2020, 01:40
- Forum: Feature Requests and Bug Reports
- Topic: generated nfo has incorrect imdb and tmdb links
- Replies: 1
- Views: 148
- 23 Dec 2020, 05:41
- Forum: Windows 10
- Topic: Actors Binding
- Replies: 3
- Views: 297
Re: Actors Binding
maybe ?
or
Code: Select all
{any{info.crew.find{!it.department && !it.actor}.name}{actors.take(1).collect { i -> "$i" }.join(', ')}}
Code: Select all
{any{info.crew.find{it.department == null}.name}{actors.take(1).collect { i -> "$i" }.join(', ')}}
- 20 Dec 2020, 19:42
- Forum: Feature Requests and Bug Reports
- Topic: myepisodes.com stopped updating
- Replies: 15
- Views: 2453
Re: myepisodes.com stopped updating
Adding println session reveals that login() just isn't called. I had this info here, I just could not get the why and how to fix :( Probably a strange Groovy runtime bug Sounds like the "format is more strict = not working anymore" problem ? anyhoo it works now :) btw: you better change http://www....
- 20 Dec 2020, 07:19
- Forum: Feature Requests and Bug Reports
- Topic: myepisodes.com stopped updating
- Replies: 15
- Views: 2453
- 20 Dec 2020, 03:07
- Forum: Help and Support
- Topic: FileBot and TheTVDB
- Replies: 5
- Views: 1149
Re: FileBot and TheTVDB
FYI: https://www.reddit.com/r/kodi/comments/jvyapq/thetvdb_subscription_discussion/ TheTVDB Subscription Discussion Two things to start: I received permission from the mods to post this. I'm aware this is an unpopular decision, but also want other users to see this post. I don't care about karma, bu...
- 19 Dec 2020, 19:46
- Forum: Feature Requests and Bug Reports
- Topic: myepisodes.com stopped updating
- Replies: 15
- Views: 2453
Re: myepisodes.com stopped updating
Is this because diff. in versions... or ?
https://github.com/jhy/jsoup
https://mvnrepository.com/artifact/org.jsoup/jsoup
https://jsoup.org/news/
https://github.com/jhy/jsoup
https://mvnrepository.com/artifact/org.jsoup/jsoup
https://jsoup.org/news/
- 19 Dec 2020, 19:29
- Forum: Episode / Movie Naming Scheme
- Topic: Is there any way to deal with contradictive episode information in path?
- Replies: 2
- Views: 354
Re: Is there any way to deal with contradictive episode information in path?
try this
Code: Select all
{fn.replaceFirst(f.name.match(/S\d+E\d+|\d+x\d+/), f.path.match(/S\d+E\d+|\d+x\d+/))}
- 19 Dec 2020, 19:00
- Forum: Feature Requests and Bug Reports
- Topic: Series Year seems to include Specials
- Replies: 5
- Views: 332
Re: Series Year seems to include Specials
Search is your friend
viewtopic.php?f=5&t=11646
maybe the {y} needs to be changed ?
https://www.imdb.com/title/tt10986410
https://www.themoviedb.org/tv/97546-ted-lasso
viewtopic.php?f=5&t=11646
maybe the {y} needs to be changed ?
https://www.imdb.com/title/tt10986410
https://www.themoviedb.org/tv/97546-ted-lasso
- 18 Dec 2020, 19:24
- Forum: Feature Requests and Bug Reports
- Topic: myepisodes.com stopped updating
- Replies: 15
- Views: 2453
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
on 4.9.2
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
Code: Select all
200 OK
Code: Select all
does not send POST
- 02 Dec 2020, 04:53
- Forum: Feature Requests and Bug Reports
- Topic: Check Localization of name?
- Replies: 2
- Views: 839
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-\uFFEF...
- 30 Nov 2020, 22:50
- Forum: Feature Requests and Bug Reports
- Topic: BBC Documentaries
- Replies: 9
- Views: 1135
Re: BBC Documentaries
Using GUI FileBot 4.9.2 (r8060)
There is no problem with e.g.
= clear cache
There is no problem with e.g.
BUTBBC Documentaries - 20100603 - Little Ships: The Miracle of Dunkirk
https://www.themoviedb.org/tv/113848-bb ... 10/changesNovember 28, 2020
= clear cache
- 29 Nov 2020, 01:48
- Forum: Windows 10
- Topic: Problem with tv shows renaming in spanish
- Replies: 4
- Views: 882
Re: Problem with tv shows renaming in spanish
FYI: no problem with FileBot 4.9.2 (r8060) other then multiple "failed to identify... files"
- 28 Nov 2020, 01:02
- Forum: Windows 10
- Topic: Problem with tv shows renaming in spanish
- Replies: 4
- Views: 882
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 ?
file path also ?
- 22 Nov 2020, 02:40
- Forum: Windows 10
- Topic: How to get the correct poster from TMDB?
- Replies: 20
- Views: 1714
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...
- 21 Nov 2020, 00:39
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1209
Re: Commentary track
I'm 99% sure audio[0] (track 1) never has "Commentary"
?i = case-insensitive
viewtopic.php?f=7&t=1609
maybe try this to find missing
?i = case-insensitive
viewtopic.php?f=7&t=1609
maybe try this to find missing
Code: Select all
{(audio.size() > 1) ? audio[1].Format == 'AC-3' && audio[1].channels == '2' ? 'Possible Commentary track' : '' : ''}
- 18 Nov 2020, 19:21
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1209
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 not make it ...
- 17 Nov 2020, 21:24
- Forum: Help and Support
- Topic: how to get filebot to download ALL available movie posters?
- Replies: 9
- Views: 1173
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://support.e...