My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 26 attachment: torrentexpander_settings.ini (2.6 KB)

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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Set external programs paths
# You may let program find them for you.
unrar_bin="/usr/local/bin/unrar"
unzip_bin="/usr/local/bin/unzip"
wget_curl="/usr/local/bin/wget"

# Do you want to keep program updated?
# Options are: no, daily, weekly
auto_update_script="no"

# Set destination folder for processed files
destination_folder="/share/Download/Expanded"
# Delete original files?
destructive_mode="no"
# Put in a subdirectory alone file?
force_single_file_movies_folder="yes"

# --> SERIES <--
# Do you want to use a specific folder for series?
# Options are: no, copy, move
tv_shows_post="no"
# If yes, where is the folder?
tv_shows_post_path="/share/Video/Series"
# How do you want to rename series?
# Options are: s, ss, sss
# /Series/Episode (s)
# /Series/Season X/Episode (ss)
# /Series/Season XX/Episode (sss)
tv_shows_post_path_mode="no"
# Try to correct series numbering?
tv_shows_fix_numbering="yes"
# Leave repack and similar tags?
repack_handling="no"

# --> MOVIES <--
# Do you want to use a specific folder for movies?
# Options are: no, copy, move
movies_post="no"
# If yes, where is the folder?
movies_post_path="/share/Video/Movies"

# --> MUSIC <--
# Do you want to use a specific folder for movies?
# Options are: no, copy, move
music_post="no"
# If yes, where is the folder?
music_post_path="/share/Music/"

# § RENAMING §
# Rename files?
clean_up_filenames="yes"
# If yes, how to rename files?
# type_1 : Movie (year).ext
# type_2 : Movie Year (video_quality).ext
# type_3 : Movie Year (audio_quality-video_quality).ext
movies_rename_schema="type_1"

# § Jukebox §
# These futures may help a lot NMT Jukebox
# Produce .nfo?
imdb_nfo="yes"
# Download poster?
imdb_poster="yes"
# Which poster size?
# Options are: normal, large, small or full
imdb_poster_format="normal"
# Download fanart?
imdb_fanart="yes"
# Which fanart size?
# Options are: thumb, poster, w1280, original
imdb_fanart_format="w1280"
# Enable debug report? (if unsure, leave no)
debug_mode="no"

# § Other §
# Never mind about these.
# There are not useful with NMT platform.
ccd2iso_bin="incorrect_or_not_set"
img_post="no"
mkvdts2ac3_bin="incorrect_or_not_set"
dts_post="no"
subtitles_handling="no"
wii_post="no"
third_party_log="no"
edit_perm_as_sudo="no"

# § Extensions §
supported_extensions="avi,mkv,divx,mp4,ts,iso,img,mp3,m4a,wav,srt,idx,sub,dvd"
tv_show_extensions="avi,mkv,divx,mp4,srt,idx,sub"
movies_extensions="avi,mkv,divx,mp4,ts,iso,img,srt,idx,sub"
music_extensions="mp3,m4a,wav"

# § Filesystem §
# Leave defaults if unsure
user_perm_post="nmt"
group_perm_post="nmt"
files_perm_post="744"
folder_perm_post="755"
reset_timestamp="no"
Powered by Google Project Hosting