Warning, /multimedia/plasmatube/src/sourceconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <!--
0007 SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
0008 SPDX-License-Identifier: CC0-1.0
0009 -->
0010   <kcfgfile/>
0011     <kcfgfile name="plasmatubestaterc" stateConfig="true">
0012       <parameter name="uuid"/>
0013     </kcfgfile>
0014     <group name="source-$(uuid)">
0015       <entry name="url" type="string">
0016       </entry>
0017       <entry key="type" type="Enum">
0018         <choices>
0019           <choice name="Invidious">
0020           </choice>
0021           <choice name="PeerTube">
0022           </choice>
0023           <choice name="Piped">
0024           </choice>
0025         </choices>
0026       </entry>
0027       <entry name="username" type="string">
0028       </entry>
0029     </group>
0030 </kcfg>