Difference between revisions of "VIDEO LIST CHANGE (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with '== VIDEO_LIST_CHANGE == === Arguments === '''Event String''': none '''Additional''': empty === Examples === <pre>48 BACKEND_MESSAGE[]:[]VIDEO_LIST_CHANGE[]:[]empty</pre> …')
 
m
Line 6: Line 6:
  
 
=== Examples ===
 
=== Examples ===
<pre>48     BACKEND_MESSAGE[]:[]VIDEO_LIST_CHANGE[]:[]empty</pre>
+
<pre>78     BACKEND_MESSAGE[]:[]VIDEO_LIST_CHANGE[]:[]added::3[]:[]moved::1[]:[]deleted::2</pre>
  
 
=== Description ===
 
=== Description ===
Called when the backend has finished updating the MythVideo database tables, following a [[SCAN_VIDEOS_(Myth_Protocol)|'''SCAN_VIDEOS''']] call.  Indicates a need for frontends to refresh their cache.
+
Called when the backend has finished updating the MythVideo database tables, following a [[SCAN_VIDEOS_(Myth_Protocol)|'''SCAN_VIDEOS''']] call.  Indicates a need for frontends to refresh their cache, along with inetrefs of what videos changed.
  
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
Line 18: Line 18:
 
| 62 || {{changeset|26469}}
 
| 62 || {{changeset|26469}}
 
| initial version
 
| initial version
 +
|-
 +
| 68 || {{gitcommit|a17e689bd}}
 +
| adds list of changes
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:Backend_Messages_(Myth_Protocol)]]
 
[[Category:Backend_Messages_(Myth_Protocol)]]

Revision as of 18:27, 9 July 2011

VIDEO_LIST_CHANGE

Arguments

Event String: none

Additional: empty

Examples

78      BACKEND_MESSAGE[]:[]VIDEO_LIST_CHANGE[]:[]added::3[]:[]moved::1[]:[]deleted::2

Description

Called when the backend has finished updating the MythVideo database tables, following a SCAN_VIDEOS call. Indicates a need for frontends to refresh their cache, along with inetrefs of what videos changed.

version changeset description
62 [26469] initial version
68 [a17e689bd] adds list of changes