Difference between revisions of "QUERY FILE EXISTS (Myth Protocol)"
From MythTV Official Wiki
(Created page with '== QUERY_FILE_EXISTS == === Arguments === '''Command arguments''': none '''List arguments''': <string:basename>, <string:storage group> '''Response''': "0" OR "1[]:[]<path>" …') |
m |
||
Line 20: | Line 20: | ||
=== Description === | === Description === | ||
Queries for existence of a single file | Queries for existence of a single file | ||
+ | |||
+ | === Changelog === | ||
+ | {| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | ||
+ | |- style="background: lightsteelblue" | ||
+ | |+ | ||
+ | ! version !! changeset !! description | ||
+ | |- | ||
+ | | 49 || {{changeset|22164}} | ||
+ | | Initial version | ||
+ | |- | ||
+ | |} | ||
[[Category:Myth Protocol Commands]] | [[Category:Myth Protocol Commands]] |
Revision as of 18:34, 13 September 2010
QUERY_FILE_EXISTS
Arguments
Command arguments: none
List arguments: <string:basename>, <string:storage group>
Response: "0" OR "1[]:[]<path>"
Examples
Command:
57 QUERY_FILE_EXISTS[]:[]2059_20100414220000.mpg[]:[]Default
Response:
1 0
Command:
57 QUERY_FILE_EXISTS[]:[]2059_20100428220000.mpg[]:[]Default
Response:
56 1[]:[]/srv/mounts/mythbe_1/video/2059_20100428220000.mpg
Description
Queries for existence of a single file
Changelog
version | changeset | description |
---|---|---|
49 | [22164] | Initial version |