Is there any way to fetch imdb id as .url file?

Any questions? Need some help?
Post Reply
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

Is there any way to fetch imdb id as .url file?

Post by fireheart2008 »

I know that feature was available earlier but is discontinued now
Image

is there any way to generate that imdb url file again?
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

Re: Is there any way to fetch imdb id as .url file?

Post by fireheart2008 »

win 10 64x -latest filebot version - java8 32x and 64x installed
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Is there any way to fetch imdb id as .url file?

Post by rednoah »

What is your amc command?

Have you tried the --def extras=y option?
viewtopic.php?f=4&t=215
:idea: Please read the FAQ and How to Request Help.
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

Re: Is there any way to fetch imdb id as .url file?

Post by fireheart2008 »

i use Ithiel's context menu -> fetch artwork

Image

the registry data

Code: Select all

[HKEY_CLASSES_ROOT\FileBot\File_Menu\shell\002Fetch\shell\002ArtworkMovies]
"MUIVerb"="Artwork for Movies (theMovieDB)"

[HKEY_CLASSES_ROOT\FileBot\File_Menu\shell\002Fetch\shell\002ArtworkMovies\command]
@="cmd /c filebot -script fn:artwork.tmdb \"%w\" --log-file context.log"
it generates these files

Image

of course these were generated a long time ago

because now , there are no imdb.url or tmdb.url generated
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Is there any way to fetch imdb id as .url file?

Post by rednoah »

The --def extras script option will work for the artwork.tmdb script as well:
https://github.com/filebot/scripts/blob ... .groovy#L3
:idea: Please read the FAQ and How to Request Help.
TehBotol
Supporter
Posts: 34
Joined: 06 Mar 2013, 00:01

Re: Is there any way to fetch imdb id as .url file?

Post by TehBotol »

can you help regarding this rednoah. as changing the reg to

Code: Select all

[HKEY_CLASSES_ROOT\FileBot\File_Menu\shell\002Fetch\shell\002ArtworkMovies]
"MUIVerb"="Artwork for Movies (theMovieDB)"

[HKEY_CLASSES_ROOT\FileBot\File_Menu\shell\002Fetch\shell\002ArtworkMovies\command]
@="cmd /c filebot -script dev:artwork.tmdb --def extras=y "%w" --log-file context.log "
and it still not downloading extra artwork and creating the url file

but if i run the command directly in cmd prompt it works fine

Edit: Nevermind edited the wrong registry should edit the key in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FileBot\Folder_Menu\shell\002Fetch\shell\002ArtworkMovies\command not the one in the classes root. worked fine now

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FileBot\Folder_Menu\shell\002Fetch\shell\002ArtworkMovies\command]
@="cmd /c filebot -script dev:artwork.tmdb --def extras=y \"%1\" --log-file context.log"
thanks
Post Reply