Page 1 of 1

TMDB Metadata

Posted: 10 Jan 2012, 18:18
by dukenbat
Hi,

Wow Filebot is amazing, does more than I could have expected. The scripting possibilities are fantastic. I have been using it via the commandline to replace a clunky perl hack I made years ago. My program got the 'director' field from TMDB, would it be possible to have 'director' be one of the expressions available while matching against the various databases?

Thanks for this amazing program.

Re: TMDB Metadata

Posted: 10 Jan 2012, 21:50
by rednoah
The director field doesn't seem to be in the data I get from tmdb. I'll look into this for next release.

Re: TMDB Metadata

Posted: 21 Jan 2012, 21:47
by dukenbat
Finally got back to this.
You are right, TMDB, doesn't provide a director field. I was getting director from IMDB.
I am using this file structure...

/Movies/Director/Title (year)/...

If I could use {d} as the director name, this would be ideal.
My format would look like this.

/Volumes/Movies/{d}/{n} ({y})

In the case of multiple directors I guess they would all be returned as one long string.

I would then need to massage the director name(s) to put it into Last, First format.

Thanks again, for a great tool.

Re: TMDB Metadata

Posted: 22 Jan 2012, 00:48
by rednoah
When I get back I can help you on this. But it definitly won't add a standard binding that depends on scraping IMDb, that's just a hell to maintain.

Re: TMDB Metadata

Posted: 22 Jan 2012, 15:54
by pr1nc1p3
+1

Not only director, we need all posible metadata for rich directory and filename structure. Maybe a user-script interface is ussefull for people can help update and create new scripts.

Re: TMDB Metadata

Posted: 22 Jan 2012, 16:02
by rednoah
I will add bindings to TMBD metadata for next release, that'll cover whatever is available through TMDB-API.

Re: TMDB Metadata

Posted: 12 Feb 2012, 01:55
by rednoah
Next release will give you access to TMDB / TVDB metadata via {info} binding, e.g. {info.director}

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/