Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11059 closed Bug Report - General (Works for me)
MythArchive uses wrong hostname if frontend 'Custom identifier' is set
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Bindings - Python | Version: | 0.25-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
MythArchive? is configured by the frontend, but mythburn.py reads its configuration using the hostname of the backend. In 0.24-fixes it worked. Probably a change in the imports. Works for me after a locally-valid patch, but I don't know how to make it general.
http://www.gossamer-threads.com/lists/mythtv/users/526946#526946
Change History (2)
Note: See
TracTickets for help on using
tickets.
MythArchive? reads its profile name from the Python bindings, and the Python bindings pull their information from config.xml. In 0.25, MythTV still supported the use of the old mysql.txt, which is where you specified your alternate profile name, and since the Python bindings do not read that file, they defaulted back to the local system host name.
Starting with 0.26, mysql.txt no longer exists, and the alternate profile name will be stored in the config.xml where the Python bindings can access it and provide it to MythArchive?, making this no longer an issue.