Download Artwork for specific Episode

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
dharmainitiative
Posts: 2
Joined: 01 Jan 2015, 16:58

Download Artwork for specific Episode

Post by dharmainitiative »

Hi everybody,

im currently using Filebot to move/rename episodes to antother folder. Works great.

As im sending an email after the move progresss, i now want to attach the episode artwork and the real episode name.
At the moment the email contains only the filenames "tv-show_S01E01"

I found the script artwork.tvdb but using this results in only the generic tv-series infos and the general artwork (poster.jpg, banner.jpg...)

Is there a way to achive my goal?

PS: when runnning the script, files of different TV-Series are all stored in one directory and moved from there to the right directory.

Thank you very much in advance.

dharma
User avatar
rednoah
The Source
Posts: 23066
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Download Artwork for specific Episode

Post by rednoah »

artwork.tvdb does not fetch episode artwork or episode metadata, so what you want is probably not easy.
:idea: Please read the FAQ and How to Request Help.
dharmainitiative
Posts: 2
Joined: 01 Jan 2015, 16:58

Re: Download Artwork for specific Episode

Post by dharmainitiative »

Hi,
thank you for your answer.

would it be possible to process the last used data from filebot to ie. variables in a bash script?
I mean something like when running filebot -rename... having the series name in $1 the season in $2 and so on?


Thank you
User avatar
rednoah
The Source
Posts: 23066
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Download Artwork for specific Episode

Post by rednoah »

Once you organize files properly you can easily get that from the filename.

You could also parse metadata from xattr if supported => viewtopic.php?f=3&t=324
:idea: Please read the FAQ and How to Request Help.
Post Reply