Search found 4 matches

by castortray
03 Mar 2015, 12:58
Forum: Feature Requests and Bug Reports
Topic: Create a link to IMDb site for each movie, at movie's folder
Replies: 16
Views: 19539

Re: Create a link to IMDb site for each movie, at movie's fo

I wouldn't mess with the existing script. Just use my unmodified scripts, and then run your own very simple script that greps the links you want from movie.nfo and write it to your own file however you like. but I have no idea how to scripting :) Based on my test I think that something shoul dbe ...
by castortray
03 Mar 2015, 10:17
Forum: Feature Requests and Bug Reports
Topic: Create a link to IMDb site for each movie, at movie's folder
Replies: 16
Views: 19539

Re: Create a link to IMDb site for each movie, at movie's fo

I've modified and merged two fiels htpc.groovy and artwork.tmdb.groovy In results I created n fo.groovy script which create .nfo file which contains only IMDB and TMDB links How to use: filebot -script nfo.groovy /path/to/movies Source code of nfo.groovy import static groovy.json.StringEscapeUtils ...
by castortray
03 Mar 2015, 06:59
Forum: Feature Requests and Bug Reports
Topic: Create a link to IMDb site for each movie, at movie's folder
Replies: 16
Views: 19539

Re: Create a link to IMDb site for each movie, at movie's fo

but is there any way to remove everything from .nfo file except two lines:

Code: Select all

  <imdb id='tt0425743'>http://www.imdb.com/title/tt0425743</imdb>
  <tmdb id='41497'>http://www.themoviedb.org/movie/41497</tmdb>
by castortray
02 Mar 2015, 22:57
Forum: Feature Requests and Bug Reports
Topic: Create a link to IMDb site for each movie, at movie's folder
Replies: 16
Views: 19539

Re: Create a link to IMDb site for each movie, at movie's fo

Hi,
This is not working anymore for FileBot version 4.5.6 (r2818)
Can someone please help me ?

I found only http://filebot.net/scripts/artwork.tmdb.groovy but it's too much for me.
I need only links for IMDB and TMDB inside .nfo file.

Thanks in advance for help