How to get Episode information for show episodes?

Any questions? Need some help?
Post Reply
WorkflowsGuy
Posts: 3
Joined: 09 Aug 2013, 12:18

How to get Episode information for show episodes?

Post by WorkflowsGuy »

Hello,

I do not quite understand how to get the info for a particular episode of a show. I could not find a specific command to do this.
I thought it would also be automatically downloaded e.g when I rename an episode, but this isn't the case.
E.g. this script

Code: Select all

/Applications/FileBot.app/Contents/MacOS/filebot -rename "/Users/Pete/Documents/Arrested.Development.S01E16.Altar.Egos.avi" --format "{n} {s00e00} {t}" --db thetvdb --q "Arrested Development" -non-strict
renames the episode and then gives the following error:

Code: Select all

Fetching episode data for [Arrested Development]
Failed to write xattr: java.io.File.toPath()Ljava/nio/file/Path;
No episode info is created.

Can someone please enlighten me?

Thanks,
Steve

Filebot 3.62 on OSX 10.7.5
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to get Episode information for show episodes?

Post by rednoah »

filebot -rename does exactly that, rename. It's not supposed to create .nfo files. You'll want to look into FileBot scripts rather than basic CLI.

The AMC script:
http://www.filebot.net/forums/viewtopic ... =215#p1561

Fetch Artwork script:
http://www.filebot.net/forums/viewtopic ... 4&t=5#p204

PS: These scripts will only create series .nfo not per-episode .nfo files.
:idea: Please read the FAQ and How to Request Help.
WorkflowsGuy
Posts: 3
Joined: 09 Aug 2013, 12:18

Re: How to get Episode information for show episodes?

Post by WorkflowsGuy »

OK,

thanks for clarifying that. After reading:

"Fetch episode info from TVRage, AniDB, TheTVDB or Serienjunkies" on the start page, I had thought that this was a basic Filebot function. But it seems that nobody has implemented such a script or function...

Cheers,
Steve
Post Reply