We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06764ff commit 8ba0213Copy full SHA for 8ba0213
trunk/nuvexport
@@ -193,7 +193,8 @@ format and use Microsoft's Windows Media Encoder to encode a WMV file.
193
194
# Read the mysql.txt file in use by MythTV.
195
# could be in a couple places, so try the usual suspects
196
- open(CONF, "/usr/share/mythtv/mysql.txt")
+ open(CONF, "$ENV{HOME}/.mythtv/mysql.txt")
197
+ or open(CONF, "/usr/share/mythtv/mysql.txt")
198
or open(CONF, "/usr/local/share/mythtv/mysql.txt")
199
or die ("Unable to open /usr/share/mythtv/mysql.txt: $!\n\n");
200
while (my $line = <CONF>) {
0 commit comments