Binding References

All your suggestions, requests and ideas for future development
Post Reply
skchopperguy
Posts: 16
Joined: 21 Jul 2013, 12:59

Binding References

Post by skchopperguy »

Hi,

Would be really great to have {tmdbid}, {tvdbid}, {tvdbseriesid}, {tvdbseasonid}.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Binding References

Post by rednoah »

With the latest revision you can get tmdbid and tvdbid. The others are not really useful.

Try:

Code: Select all

{tmdbid}
(needs latest release)

Code: Select all

{episode.series.id}
(needs latest revision)
:idea: Please read the FAQ and How to Request Help.
skchopperguy
Posts: 16
Joined: 21 Jul 2013, 12:59

Re: Binding References

Post by skchopperguy »

Hi,

Sorry, yes {tmdbid} is working :)

{episode.series.id} does not work though. What is the latest revision for Debian? I have...

filebot -version
FileBot 3.61 (r1646) / OpenJDK Runtime Environment 1.6.0_24

Also, I think this guy is looking for {episode.series.id} as well. http://www.filebot.net/forums/viewtopic.php?f=6&t=860
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Binding References

Post by rednoah »

You'll need the latest revision (not release) for that. So the latest would be r1675 right now. Check FAQ ;)
:idea: Please read the FAQ and How to Request Help.
skchopperguy
Posts: 16
Joined: 21 Jul 2013, 12:59

Re: Binding References

Post by skchopperguy »

Thanks, got it ... and works. :)
Post Reply