Opened 18 years ago

Closed 18 years ago

#807 closed defect (fixed)

Changes in config of MythVideo only apply after restarting Mythfrontend

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: mythvideo configurations
Cc: Ticket locked: no

Description

If you change the configurations of Mythvideo (like changing the standard view) they don't apply until you restart mythfrontend.

Attachments (1)

mythplugin-cache.patch (440 bytes) - added by mythtv@… 18 years ago.
proposed patch

Download all attachments as: .zip

Change History (4)

comment:1 Changed 18 years ago by adeffs@…

I noticed this as well when changing the player to Internal.

SVN 8199

comment:2 Changed 18 years ago by mythtv@…

Component: mythvideomythtv
Version: head

This problem is not limited to mythvideo. The problem, of course, is the settings cache.

The proposed patch calls ClearSettingsCache?() after calling mythplugin_config.

Could also be fixed by ClearSettingsCache? in every plugin, but it seems nicer this way.

As a workaround, you can enter "General" and exit, which clears the cache as well.

Changed 18 years ago by mythtv@…

Attachment: mythplugin-cache.patch added

proposed patch

comment:3 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [8308]) Closes #807 by applying patch. Clear settings cache after running a plugin's config function.

Note: See TracTickets for help on using tickets.