Opened 12 years ago

Closed 11 years ago

#11054 closed Patch - Bug Fix (fixed)

ttvdb.py: -M (list series) option does not honor series_name_override

Reported by: esarfl@… Owned by: Raymond Wagner
Priority: minor Milestone: 0.27
Component: MythTV - Mythmetadatalookup Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

ttvdb.py supports a configuration file and the option "series_name_override" to map a series name to a specific series id. Many of the options in ttvdb.py support reading this override, but -M or get series list does not. This is not apparent when reading the documentation, and I suspect it was an oversight.

Here is my ttvdb.conf:

[series_name_override] 
law and order svu:75692

The issue manifests itself like this:

Aug 25 17:28:22 t4 mythfrontend[26318]: I MetadataDownload metadatadownload.cpp:222 (runGrabber) Running Grabber: /usr/share/mythtv/metadata/Television/ttvdb.py -l en -M law and order svu
Aug 25 17:28:22 t4 mythfrontend[26318]: I CoreContext videodlg.cpp:3263 (customEvent) No results found for law and order svu 7 1

Attachments (1)

0001-Fix-ttvdb.py-so-series-name-overrides-in-ttvdb.conf-.patch (1.3 KB) - added by esarfl@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by esarfl@…

comment:1 Changed 12 years ago by esarfl@…

This patch should apply to master and 0.25-fixes.

comment:2 Changed 11 years ago by Raymond Wagner

Owner: set to Raymond Wagner
Status: newassigned

comment:3 Changed 11 years ago by Raymond Wagner

Milestone: unknown0.27
Status: assignedaccepted

comment:4 Changed 11 years ago by Tom Hayward <esarfl+github@…>

Resolution: fixed
Status: acceptedclosed

In 2a2b15f01200a717a7a37bddb83e97e8665fa9e3/mythtv:

Honor series name override in series searches (-M) in ttvdb.py

Fixes #11054

Signed-off-by: Raymond Wagner <rwagner@…>

Note: See TracTickets for help on using tickets.