QUERY FREE SPACE SUMMARY (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

QUERY_FREE_SPACE_SUMMARY

Present in Protocol Versions

Beginning with version 40?

Description

Queries the backend for a summary of available storage space

Arguments

Command arguments: none

List arguments: none

Examples

Command:

16      QUERY_FREE_SPACE_SUMMARY

Response:

22      196014080[]:[]29351936

Returns

  1. The total size of the drive, in 1K blocks (64-bit integer)
  2. The space used on the drive, in 1K blocks (64-bit integer)

Changelog

version changeset description
66 [v0.25pre-2052-g8456ea2] The values are now returned as a single 64 bit numbers rather than pairs of 32 bit numbers.