These sources will be converted to be more flexible with JavaScript in the future. The source catalog is populated by adding a source list in settings then installing a source from the catalog. Sources can be enabled or disabled when using Ferrite. Signed-off-by: kingbri <bdashore3@gmail.com>
17 lines
No EOL
1.2 KiB
XML
17 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21256.2" systemVersion="21F79" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
<entity name="TorrentSource" representedClassName="TorrentSource" syncable="YES">
|
|
<attribute name="enabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
|
<attribute name="linkQuery" attributeType="String"/>
|
|
<attribute name="name" optional="YES" attributeType="String"/>
|
|
<attribute name="rowQuery" attributeType="String"/>
|
|
<attribute name="sizeQuery" optional="YES" attributeType="String"/>
|
|
<attribute name="titleQuery" optional="YES" attributeType="String"/>
|
|
<attribute name="url" attributeType="String"/>
|
|
</entity>
|
|
<entity name="TorrentSourceUrl" representedClassName="TorrentSourceUrl" syncable="YES">
|
|
<attribute name="repoAuthor" optional="YES" attributeType="String"/>
|
|
<attribute name="repoName" optional="YES" attributeType="String"/>
|
|
<attribute name="urlString" attributeType="String"/>
|
|
</entity>
|
|
</model> |