__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
-- WirePlumber
--
-- Copyright © 2023 Collabora Ltd.
--
-- SPDX-License-Identifier: MIT
--
-- Provides the default metadata object
Script.async_activation = true
-- note that args is a WpSpaJson
local args = ...
args = args:parse(1)
local metadata_name = args["metadata.name"]
log = Log.open_topic ("s-metadata")
log:info ("creating metadata object: " .. metadata_name)
impl_metadata = ImplMetadata (metadata_name)
impl_metadata:activate (Features.ALL, function (m, e)
if e then
Script:finish_activation_with_error (
"failed to activate the ".. metadata_name .." metadata: " .. tostring (e))
else
Script:finish_activation ()
end
end)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| client | Folder | 0755 |
|
|
| default-nodes | Folder | 0755 |
|
|
| device | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| linking | Folder | 0755 |
|
|
| monitors | Folder | 0755 |
|
|
| node | Folder | 0755 |
|
|
| fallback-sink.lua | File | 2.32 KB | 0644 |
|
| metadata.lua | File | 662 B | 0644 |
|
| session-services.lua | File | 1.14 KB | 0644 |
|
| sm-objects.lua | File | 3.34 KB | 0644 |
|