-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·39 lines (37 loc) · 1.23 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!--
Document : settings.xml
Created on : May 4, 2010, 9:40 PM
Author : Bryan Price
Description:
Settings for SageTVRename
-->
<config>
<dirs>
<dir>A SAGETV RECORDINGS FOLDER NO SLASH AT THE END</dir>
<dir>A SAGETV RECORDINGS FOLDER NO SLASH AT THE END</dir>
<dir>A SAGETV RECORDINGS FOLDER NO SLASH AT THE END</dir>
</dirs>
<newdir>WHERE TO PUT THE SYMLINKS NO SLASH AT THE END</newdir>
<authentication>True</authentication>
<username>USERNAME FOR SAGETV WEB INTERFACE</username>
<password>PASSWORD FOR SAGETV WEB INTERFACE</password>
<server>http://localhost:8080/sage/DetailedInfo</server>
<episodeYearInFolder>True</episodeYearInFolder>
<validExtensions>
<extension>.mpeg</extension>
<extension>.ts</extension>
<extension>.mpg</extension>
</validExtensions>
<purgedeadlinks>True</purgedeadlinks>
<platform>windows</platform>
<ignore>College Football</ignore>
<customname>
<from>The Office</from>
<to>The Office (US)</to>
</customname>
<customname>
<from>Mobile Home Disaster</from>
<to>Mobile Home Disasters</to>
</customname>
</config>