[mythtv] Intergration of metadata script in 0.23

Robert McNamara robert.mcnamara at gmail.com
Sat Mar 27 20:39:20 UTC 2010


On Sat, Mar 27, 2010 at 8:03 AM, Michael Marre <m.marre at web.de> wrote:
> Hi all,
>
> I used the script ofdb.pl which gather metadata from a german film database
> www.ofdb.de in 0.22 with success. I found it in the german forum from
> mythtalk:
> http://www.mythtvtalk.com/forum/allgemeines/12137-deutsches-mythvideo-script-fuer-0-22-a-3.html.
> Script itself is attached.
>
> With 0.23 it seems much mor tricky tu run the script. With 0.23 the script
> must being reside in /usr/share/mythtv/mythvideo/scripts/Movie/ instead of
> /usr/share/mythtv/mythvideo/scripts/ in 0.22
>
> The script runs fine but called from mythfrontend I see in the log that a
> parameter "-l de" is added which is not supported by the script:
>
> 2010-03-26 22:48:54.912 Video Search: Executing
> "'/usr/share/mythtv/mythvideo/scripts/Movie/ofdb.pl' -l de -M g i joe
> geheimauftrag cobra"
> 2010-03-26 22:48:56.747 Unknown option: l
>
> The configuration dialog for the metadata grabber has changed with 0.23. I
> Do not see any options to influence the parameter which will being provided
> to the scripts. Is this part of the C code?

The user no longer sets the command line options for metadata
scripts-- in .23, if a script is to be used, it needs to conform to:

http://www.mythtv.org/wiki/MythVideo_Grabber_Script_Format

Specifically:  http://www.mythtv.org/wiki/MythVideo_Grabber_Script_Format#The_Language_Option_.28-l.29

Basically, if you want to use the script, you'll need to edit it to
conform to all the requirements of a metadata script in .23.

Robert


More information about the mythtv-dev mailing list