Opened 14 years ago
Closed 10 years ago
#11397 closed Patch - Feature (Fixed)
New service API call to get only directories
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - Services API - Backend | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Added a new GetDirList method. Compared to the GetFileList call (which returns all files and their full path from a given storage group) the GetDirList returns only the directories. Useful if one wants to show the folder structure only.
Just execute http://BackendServerIP:6544/Content/GetDirList?StorageGroup=Fanart
Patch is available via pull request at https://github.com/MythTV/mythtv/pull/35
Change History (3)
Note:
See TracTickets
for help on using tickets.

Added in: changeset:776379c Feb 5, 2013. Gets directories under a Storage Group, not including the Storage Directories themselves.
Robert, is this OK to close?