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
 
(2 intermediate revisions by the same user not shown)
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>
 +
<pre>50      BACKEND_MESSAGE[]:[]VIDEO_LIST_NO_CHANGE[]:[]empty</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 intids 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 19:
 
| 62 || {{changeset|26469}}
 
| 62 || {{changeset|26469}}
 
| initial version
 
| initial version
 +
|-
 +
| 68 || {{gitcommit|a17e689bd}}<br>{{gitcommit|82c763ac1}}
 +
| adds list of changes and negative response
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:Backend_Messages_(Myth_Protocol)]]
 
[[Category:Backend_Messages_(Myth_Protocol)]]

Latest revision as of 07:31, 10 July 2011

VIDEO_LIST_CHANGE

Arguments

Event String: none

Additional: empty

Examples

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

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 intids of what videos changed.

version changeset description
62 [26469] initial version
68 [a17e689bd]
[82c763ac1]
adds list of changes and negative response