Part of elisa.plugins.filtered_shares.filtered_shares_resource View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
38 | Method | get | Returns a filtered list of all the known resource providers for network |
88 | Method | _filter_list | Undocumented |
Inherited from ResourceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
103 | Method | post | Update the resource pointed by uri with
parameters . |
116 | Method | put | Put one resource into another. Both resources are identified with URIs. |
138 | Method | delete | Delete a Resource represented by a URI. |
Inherited from Component (via ResourceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
142 | Method | clean | Clean the component. |
Inherited from Loggable (via ResourceProvider, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
lan://
and coherence://media_servers
and
merges them corresponding to your selected filter. You will always get a
FilteredSharesModel containing the list of services that fit your
request.
The filter is given as a parameter in the URI
. Known
filters are: 'file', 'audio' and 'upnp'. You can even request multiple ones
at a time by comma seperate them:
network-services:///?filter=file,audio
.