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

From MythTV Official Wiki
Jump to: navigation, search
m
m
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
=== Examples ===
 
=== Examples ===
 
<pre>78      BACKEND_MESSAGE[]:[]VIDEO_LIST_CHANGE[]:[]added::3[]:[]moved::1[]:[]deleted::2</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, along with inetrefs of what videos changed.
+
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 19: Line 20:
 
| initial version
 
| initial version
 
|-
 
|-
| 68 || {{gitcommit|a17e689bd}}
+
| 68 || {{gitcommit|a17e689bd}}<br>{{gitcommit|82c763ac1}}
| adds list of changes
+
| 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