Opened 13 years ago

Closed 13 years ago

#10752 closed Bug Report - General (Works for me)

mythfrontend incorrectly calls metadata grabber if name contains apostrophe

Reported by: ryan.goat@… Owned by: Raymond Wagner
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.25-fixes
Severity: medium Keywords: metadata tmdb
Cc: Ticket locked: no

Description

Mythvideo file with name "Kiki's Delivery Service.mkv" requesting metadata look up through mythfrontend fails with "no results found . . ." Running the tmdb.py script manually returns the correct reference.

I'm guessing the apostrophe in the title is the sticking bit when tmdb.py is called from mythfrontend.

Working manual grabber script execution as follows: ./tmdb.py -l en -M "Kiki's Delivery Service"

Change History (2)

comment:1 Changed 13 years ago by Raymond Wagner

Component: MythTV - MythmetadatalookupMythTV - General
Owner: set to Raymond Wagner
Status: newaccepted

comment:2 Changed 13 years ago by Raymond Wagner

Resolution: Works for me
Status: acceptedclosed

Works fine here. Got any logs?

2012-05-23 21:18:19.829196 I  Running Grabber: /usr/local/share/mythtv/metadata/Movie/tmdb.py -l en -M Kiki's Delivery Service
2012-05-23 21:18:22.042332 I  Running Grabber: /usr/local/share/mythtv/metadata/Movie/tmdb.py -l en -D 16859
2012-05-23 21:18:22.478037 I  Returning Metadata Results: Kiki's Delivery Service 0 0
2012-05-23 21:18:22.482775 E  SG(Coverart): FindNextDirMostFree: '/srv/mythtv/MythVideo/Coverfile' does not exist!
2012-05-23 21:18:22.482792 I  Metadata Image Download: http://cf2.imgobject.com/t/p/original/4jATAQgW3DvkE5YU6C9yTFiYNvx.jpg -> myth://Coverart@10.254.1.31:6543/16859_coverart.jpg
2012-05-23 21:18:23.203921 E  SG(Fanart): FindNextDirMostFree: '/srv/mythtv/MythVideo/Fanart' does not exist!
2012-05-23 21:18:23.203942 I  Metadata Image Download: http://cf2.imgobject.com/t/p/original/ipmWhGHsmhGDfVUzQM1cZmTE7Hs.jpg -> myth://Fanart@10.254.1.31:6543/16859_fanart.jpg
Note: See TracTickets for help on using tickets.