__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
-- WirePlumber
--
-- Copyright © 2024 Collabora Ltd.
--
-- SPDX-License-Identifier: MIT
local features_to_services = {
["monitor.alsa"] = { "audio", "api.alsa" },
["monitor.alsa-midi"] = { "midi", "api.alsa-seq" },
["monitor.bluez"] = { "bluetooth.audio", "api.bluez" },
["monitor.bluez-midi"] = { "bluetooth.midi", "api.bluez" },
["monitor.v4l2"] = { "video-capture", "api.v4l2" },
["monitor.libcamera"] = { "video-capture", "api.libcamera" },
["policy.device.profile"] = { "policy.device.profile" },
["policy.device.routes"] = { "policy.device.routes" },
["policy.default-nodes"] = { "policy.default-nodes" },
["policy.linking.standard"] = { "policy.linking.standard" },
["policy.linking.role-based"] = { "policy.linking.role-based" },
}
local services = {}
for k, v in pairs (features_to_services) do
if Core.test_feature (k) then
for _, s in pairs (v) do
services[s] = s
end
end
end
-- convert to array with numeric indices
local services_array = {}
for _, s in pairs (services) do
table.insert (services_array, s)
end
Core.update_properties {
["session.services"] = "[" .. table.concat (services_array, ", ") .. "]"
}
| 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 |
|