Page 1 of 1

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

Posted: 27 Jul 2016, 14:38
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?

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

Posted: 27 Jul 2016, 14:40
by fireheart2008
win 10 64x -latest filebot version - java8 32x and 64x installed

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

Posted: 27 Jul 2016, 15:14
by rednoah
What is your amc command?

Have you tried the --def extras=y option?
viewtopic.php?f=4&t=215

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

Posted: 29 Jul 2016, 18:28
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

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

Posted: 29 Jul 2016, 19:11
by rednoah
The --def extras script option will work for the artwork.tmdb script as well:
https://github.com/filebot/scripts/blob ... .groovy#L3

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

Posted: 29 Aug 2016, 20:16
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