Search found 1251 matches

by kim
14 May 2016, 12:29
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 13818

Re: Lots of questions about basic custom formats

Maybe this will help ;) {def FirstLanguage = languages[0]; (FirstLanguage =~ 'French') ? 'French Films'+'/'+localize.French.name+'('+y+')'+'/'+fn : ((FirstLanguage =~ 'English') ? 'English Movies'+'/'+localize.English.name+'('+y+')'+'/'+fn : 'Unknown')} try {localize.English} e.g. {localize.English....
by kim
14 May 2016, 12:02
Forum: Scripting and Automation
Topic: FN:AMC script artwork/nfo generation error
Replies: 13
Views: 6231

Re: FN:AMC script artwork/nfo generation error

Download All in https://github.com/filebot/scripts/tree/master/lib put in YOUR FileBot\lib folder You use AMC, the download this to ? https://github.com/filebot/scripts/blob/master/amc.groovy put in YOUR FileBot (root) edit this: https://github.com/filebot/scripts/blob/master/lib/htpc.groovy if you ...
by kim
11 May 2016, 19:41
Forum: Scripting and Automation
Topic: FN:AMC script artwork/nfo generation error
Replies: 13
Views: 6231

Re: FN:AMC script artwork/nfo generation error

you removed this from htpc: try adding it.... episodeguide { url(cache:"${i.id}.xml", "http://www.thetvdb.com/api/1D62F2F90030C444/series/${i.id}/all/${locale.language}.zip") } <episodeguide> <url cache="73255.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/7325...
by kim
10 May 2016, 16:41
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

I think "seasonwide" banner is broken ?

fetchSeriesBanner(seasonDir.resolve('banner.jpg'), series, 'season', 'seasonwide', season, override, locale)
by kim
09 May 2016, 20:10
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

To be clear... now the show "Silicon Valley" can't be scraped because of other show NOT having any episodes java.lang.NullPointerException or from api { "Error": "No results for your query: map[tve.seriesId:283723]" } this error/problem can happen again on other shows, ...
by kim
09 May 2016, 11:29
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

1. Fetch resource: https://api.thetvdb.com/search/series?name=Silicon+Valley Received 2.605 bytes Rank [Silicon Valley] => [Silicon Valley, Silicon Valley Rebels, Start-ups: Silicon Valley] Rank [Silicon Valley] => [Silicon Valley, Silicon Valley Rebels, Start-ups: Silicon Valley] Fetching episode d...
by kim
08 May 2016, 18:12
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

The log say: Fetch resource: https://api.thetvdb.com/series/ID/episodes?page=1 then it must have access to the data: "episodeName", "firstAired", "id", and "overview" 1. how do I access this data ? I can get some of it, but what about "id", and "...
by kim
08 May 2016, 15:45
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

NICE :D "Cache.ONE_MONTH" does this mean it will only download "actors" once a "MONTH"? (if I don't clear the cache) can I use only on "requestJson" ? I guess this means I can get ALL info I need to make the episode.nfo using "requestJson" ? For othe...
by kim
08 May 2016, 15:04
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 GUI TV - NullPointerException
Replies: 6
Views: 3548

FileBot 4.7 GUI TV - NullPointerException

I get a "NullPointerException" pop-up when a nfo with SAME name As Video in folder has "wrong" (episode id, not series id ) tvdb id. <tvdb id='episode id'>http://www.thetvdb.com/?tab=series&id=episode id</tvdb> or <tvdb id='episode id'>https://www.thetvdb.com/?tab=episode&...
by kim
08 May 2016, 14:30
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

Re: FileBot 4.7 - New TV api problems

I'm sorry to hear that. Who says it's "wasteful"? I'm 100% sure Kodi and all other media scrapers (that whats to be compatible with Kodi) Will make that "additional requests for the actors" because it's a big part of the "tvshow.nfo" Already Filebot don't support "...
by kim
08 May 2016, 12:19
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 - New TV api problems
Replies: 12
Views: 5830

FileBot 4.7 - New TV api problems

FileBot 4.7 (r3947) - No Actors: No Actors in tvshow.nfo and net.filebot.metadata: "actors":null, def fetchSeriesNfo(outputFile, seriesInfo, locale) { log.fine "Generate Series NFO: $seriesInfo.name [$seriesInfo.id]" def i = seriesInfo def xml = XML { tvshow { ... i.actors?.each{...
by kim
08 May 2016, 12:11
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 (r3940) New TV api artwork problem
Replies: 3
Views: 2391

Re: FileBot 4.7 (r3940) New TV api artwork problem

FileBot 4.7 (r3947)
Not fixed... and it's not random, it's the same each time
by kim
07 May 2016, 15:19
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 (r3940) New TV api artwork problem
Replies: 3
Views: 2391

FileBot 4.7 (r3940) New TV api artwork problem

All artwork(posters, banner, fanart) don't get the 1st (best vote score)
It gets some random in the middle ?
by kim
06 May 2016, 17:35
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 (r3935) firstAired bug
Replies: 3
Views: 2234

Re: FileBot 4.7 (r3935) firstAired bug

what? this is the problem... htpc: def fetchSeriesArtworkAndNfo(seriesDir, seasonDir, series, season, override = false, locale = Locale.ENGLISH) { tryLogCatch { // fetch nfo def seriesInfo = TheTVDB.getSeriesInfo(series, locale) def fetchSeriesNfo(outputFile, seriesInfo, locale) { log.fine "Gen...
by kim
06 May 2016, 16:43
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

"Interfacing with FileBot internals is a bad idea right now. " so maybe I can do it, by only changing in amc/htpc ? pls tell me how an e.g. so I can use it and maybe find out how on my own in the future ;) "FileBot is caching stuff, but mainly the Episode objects, not the entire xml, ...
by kim
06 May 2016, 16:35
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.7 (r3935) firstAired bug
Replies: 3
Views: 2234

FileBot 4.7 (r3935) firstAired bug

No such property: firstAired for class: net.filebot.web.SeriesInfo groovy.lang.MissingPropertyException: No such property: firstAired for class: net.filebot.web.SeriesInfo I guess its because of this, but maybe a bad idea to put it to public use, if not ready ? TheTVDB is currently being switched t...
by kim
06 May 2016, 14:28
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

It looks like filebot(your code) download "...series/??ID??/all/en.xml" and because i need the Episode ID I need to download it again ? is there a way I can access the 1st (your code) downloaded data ? (you cache it so, maybe I can read that data too or something) btw: I use my own API KEY...
by kim
05 May 2016, 17:40
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

I'm stuck, "episode" don't work in htpc ?
I need a fix or a new way pls ?
... or what I really need is "episode.title" ?

Code: Select all

net.filebot.WebServices.TheTVDB.getEpisodeList(seriesInfo.id, null ,Locale.ENGLISH).find{ episode == it }
by kim
04 May 2016, 21:53
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

all this just to get the Episode id, and in GUI it's using something like 1-1,5MB for just one episode :( {def seriesInfo = net.filebot.WebServices.TheTVDB.getEpisodeList(Info.id, null ,Locale.ENGLISH).find{ episode == it }; def dataXML = "https://www.thetvdb.com/api/694FAD89942D3827/series/${I...
by kim
04 May 2016, 14:06
Forum: Feature Requests and Bug Reports
Topic: changes with video.codecId
Replies: 11
Views: 5412

Re: changes with video.codecId

Generic MediaInfo bindings {video}, {audio}, etc are now multi-stream bindings (and {videos}, {audios}, etc have consequently been removed)
viewtopic.php?f=7&t=3709

maybe use video[0].codecID
video.codecID.join('')
by kim
04 May 2016, 13:55
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

I can't find it... Do amc/htpc get the episode id ?
by kim
04 May 2016, 13:10
Forum: Feature Requests and Bug Reports
Topic: themoviedb api update?
Replies: 0
Views: 1581

themoviedb api update?

I don't know if it's better to update, but now you know (if you did not before) I guess this will make it 2in1 request ? now: https://api.themoviedb.org/3/movie/274479?api_key=66308fb6e3fd850dde4c7d21df2e8306&language=en&append_to_response=alternative_titles%2Creleases%2Ccasts%2Ctrailers new...
by kim
03 May 2016, 22:13
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

I made this, can't believe I got it working, for me so fast :D def actorsXML = "http://www.thetvdb.com/api/1D62F2F90030C444/series/${seriesInfo.id}/actors.xml" def Actors = new XmlSlurper().parse(actorsXML) Actors.Actor.each{ n -> actor { name((n.Name).toString().trim()) role(n.Role) order...
by kim
03 May 2016, 19:22
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1610693

Re: Release Groups {group}

RBB
by kim
03 May 2016, 15:02
Forum: Feature Requests and Bug Reports
Topic: NFO update: TV Kodi style
Replies: 14
Views: 6876

Re: NFO update: TV Kodi style

If you add support for http://thetvdb.com/api/694FAD89942D3827/series/75978/actors.xml http://thetvdb.com/wiki/index.php?title=API:actors.xml then all in actors is ready to use in nfo: <actor> <name>Lacey Chabert</name> <role>Meg Griffin</role> <thumb>http://thetvdb.com/banners/actors/42360.jpg</thu...