Advertisement
BullFrog

TorrentExpander Settings

Feb 19th, 2014
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # External programs paths
  2. text_editor_bin="/bin/nano"
  3.  
  4.  
  5. # Extractors
  6. unrar_bin="/usr/bin/unrar"
  7. unzip_bin="/usr/bin/unzip"
  8. wget_curl="/usr/bin/wget"
  9.  
  10.  
  11. # Do you want to keep program updated?
  12. # Options are: no, daily, weekly
  13. auto_update_script="weekly"
  14.  
  15.  
  16. # Set destination folder for processed files.
  17. # If you don't use 'destructive mode', the directory must be different from client download directory.
  18. destination_folder="/DataVolume/shares/Downloads/!/!Expand/"
  19. # Delete original files?
  20. destructive_mode="no"
  21.  
  22.  
  23. # --> SERIES <--
  24. # Do you want to use a specific folder for series?
  25. # Options are: no, copy, move
  26. tv_shows_post="no"
  27. # If yes, where is the folder?
  28. tv_shows_post_path="no"
  29. # If yes, how do you want to rename series?
  30. # Options are: s, ss, sss
  31. #   /Series/Episode (s)
  32. #   /Series/Season X/Episode (ss)
  33. #   /Series/Season XX/Episode (sss)
  34. tv_shows_post_path_mode="no"
  35. # Try to correct series numbering?
  36. tv_shows_fix_numbering="no"
  37. # Leave repack and similar tags?
  38. repack_handling="no"
  39.  
  40.  
  41. # --> MOVIES <--
  42. # Do you want to use a specific folder for movies?
  43. # Options are: no, copy, move
  44. movies_post="no"
  45. # If yes, where is the folder?
  46. movies_post_path="no"
  47. force_single_file_movies_folder="no"
  48.  
  49.  
  50. # --> MUSIC <--
  51. # Do you want to use a specific folder for music?
  52. # Options are: no, copy, move
  53. music_post="no"
  54. # If yes, where is the folder?
  55. music_post_path="no"
  56.  
  57.  
  58. # § RENAMING §
  59. # Rename files?
  60. clean_up_filenames="no"
  61. # If yes, how to rename files?
  62. #   type_1 : Movie (year).ext
  63. #   type_2 : Movie Year (video_quality).ext
  64. #   type_3 : Movie Year (audio_quality-video_quality).ext
  65. movies_rename_schema="type_1"
  66. # Programs uses a pattern list to remove common words (like DiVX, DVD-Rip, ...) from file names.
  67. # If you want, you could add some patterns to the standard lists (comma separated).
  68. # scene_patterns will simply be removed from filename
  69. # other_movies_patterns will be removed along with anything that is after it in the filename
  70. user_defined_other_movies_patterns=
  71. user_defined_scene_patterns=
  72.  
  73.  
  74. # § Jukebox §
  75. # These futures may help a lot NMT Jukebox.
  76. # Produce .nfo?
  77. imdb_nfo="no"
  78. # Download poster?
  79. imdb_poster="no"
  80. # Which poster size?
  81. # Options are: normal, large, small or full
  82. imdb_poster_format="normal"
  83. # Download fanart?
  84. imdb_fanart="no"
  85. # Which fanart size?
  86. # Options are: thumb, poster, w1280, original
  87. imdb_fanart_format="w1280"
  88.  
  89.  
  90. # Prevent NMJ scanning of unknown media? (yes is raccomanded)
  91. disable_nmj_scan="no"
  92. # Enable debug report? (if unsure, leave no)
  93. debug_mode="no"
  94.  
  95.  
  96. # § Other §
  97. # Never mind about these.
  98. # They are not useful with NMT platform.
  99. ccd2iso_bin="incorrect_or_not_set"
  100. wii_post="no"
  101. img_post="no"
  102. mkvdts2ac3_bin="incorrect_or_not_set"
  103. subtitles_handling="no"
  104. third_party_log="no"
  105. dts_post="no"
  106.  
  107.  
  108. # § Filesystem §
  109. # Leave defaults if unsure. Default was NO
  110. user_perm_post="no"
  111. group_perm_post="no"
  112. files_perm_post="no"
  113. folder_perm_post="no"
  114. edit_perm_as_sudo="no"
  115. reset_timestamp="no"
  116.  
  117.  
  118. # § Extensions §
  119. supported_extensions="avi,mkv,divx,mp4,ts,iso,img,mp3,m4a,wav,srt,idx,sub,dvd"
  120. tv_show_extensions="avi,mkv,divx,mp4,srt,idx,sub"
  121. movies_extensions="avi,mkv,divx,mp4,ts,iso,img,srt,idx,sub"
  122. music_extensions="mp3,m4a,wav"
  123.  
  124.  
  125. # § Torrent §
  126. torrent_daemon_bin="/usr/bin/transmission-remote"
  127. post_run_script_enabled="no"
  128. post_run_script="incorrect_or_not_set"
  129. remove_torrent_from_client="no"
  130. torrent_daemon_login="felhasznalonev"
  131. torrent_daemon_password="jelszo"
  132. torrent_daemon_port="9091"
  133.  
  134.  
  135. # § Scripting §
  136. # Advanced users can use these lines to implement their scripts.
  137. # The all_files_script will be triggered by Torrentexpander. Each file will be sent individually to this script. Up to 5 arguments can be sent to this script
  138. # The processed_torrent_script will be triggered by torrentexpander. Only one file or directory will be sent to this script. Up to 5 arguments can be sent to this script
  139. # Set a variable to "file_path" and Torrentexpander will replace it with the real file path
  140. all_files_script_enabled="no"
  141. all_files_script="incorrect_or_not_set"
  142. all_files_script_variable_1=
  143. all_files_script_variable_2=
  144. all_files_script_variable_3=
  145. all_files_script_variable_4=
  146. all_files_script_variable_5=
  147.  
  148. processed_torrent_script_enabled="no"
  149. processed_torrent_script="incorrect_or_not_set"
  150. processed_torrent_script_variable_1=
  151. processed_torrent_script_variable_2=
  152. processed_torrent_script_variable_3=
  153. processed_torrent_script_variable_4=
  154. processed_torrent_script_variable_5=
  155. user_defined_scene_patterns_hothead_edition=
  156.  
  157. # You may let program find them for you.
  158. # At the end of this file you will find § Update Info §, don't touch it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement