Project

General

Profile

Actions

Bug #1327

closed

/home/hts/.hts/tvheadend/dvr/config over-ridden by /home/xbmc/.hts/tvheadend/dvr/config

Added by Prof Yaffle over 12 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
User Interface
Target version:
-
Start date:
2012-10-13
Due date:
% Done:

0%

Estimated time:
Found in version:
3.1.769~g4303374~oneiric
Affected Versions:

Description

... which may not be a bug, but it's damned annoying when the web interface modifies the former!

It may be that the latter file is a leftover from a previous version that simply hasn't been cleaned out. However, in this scenario, it's impossible to change the DVR configuration (lead time, lag time, file name...) since the changes are saved into a file that apparently isn't read...

Compare:

root@revo:/home/hts/.hts/tvheadend/dvr# more config
{
        "storage": "/home/xbmc/Recordings",
        "container": 1,
        "retention-days": 31,
        "pre-extra-time": 1,
        "post-extra-time": 5,
        "day-dir": 0,
        "channel-dir": 0,
        "channel-in-title": 0,
        "date-in-title": 1,
        "time-in-title": 1,
        "whitespace-in-title": 0,
        "title-dir": 0,
        "episode-in-title": 0,
        "clean-title": 0,
        "tag-files": 1
}


with
xbmc@revo:~/.hts/tvheadend/dvr$ more config
{
        "storage": "/home/xbmc/Recordings",
        "retention-days": 31,
        "pre-extra-time": 1,
        "post-extra-time": 1,
        "day-dir": 0,
        "channel-dir": 0,
        "channel-in-title": 0,
        "date-in-title": 1,
        "time-in-title": 1,
        "whitespace-in-title": 0,
        "title-dir": 0,
        "episode-in-title": 0,
        "tag-files": 1
}
xbmc@revo:~/.hts/tvheadend/dvr$

... and I only get 1 minute trailing no matter how often I change it in the web interface...

Actions

Also available in: Atom PDF