Advertisement
Guest User

Untitled

a guest
Feb 26th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <!--Set in order of preference. If doesn't exist, will skip. Ex: "720p,1080p,480p"-->
  5. <add key="QualityPreference" value="1080p,720p,480p" />
  6.  
  7. <!--Set url parts to skip. Comma delimited. Ex: "Apple.com,IGN.com"-->
  8. <add key="SitesToSkip" value=""/>
  9.  
  10. <!--Where do you want the trailers downloaded to?-->
  11. <add key="TrailerDownloadFolder" value="D:\misc" />
  12. <!--Where do you want the metadata downloaded to? Almost always will want it set same as TrailerDownloadFolder-->
  13. <!--I do some processing of my trailers and then move them afterwards to the metadata folder(s)-->
  14. <add key="MetadataDownloadFolder" value="D:\misc" />
  15. <!--Setting this to true will create a folder for each trailer off the TrailerDownloadFolder and MetadataDownloadFolder-->
  16. <add key="CreateFolder" value="true" />
  17. <!--Set to True to download available posters-->
  18. <add key="GrabPoster" value="true" />
  19. <!--Set to True to save files with XBMC -trailer appended-->
  20. <add key="XBMCFileNames" value="true" />
  21. <!--Set to True to create an XBMC style movie Nfo file. This is accomplished by doing a lookup on IMDB-->
  22. <add key="CreateXBMCNfoFile" value="true" />
  23. <!-- if IMDB does not have the IMDB rating using this rating instead PG, PG13, R, etc-->
  24. <add key="IfIMDBMissingMPAARatingUse" value="PG_13" />
  25. <!--Delete files/Directories older than X days. Set to 0 to disable and keep all-->
  26. <add key="KeepFor" value="30" />
  27. <!--Delete files to recyclebin-->
  28. <add key="DeleteToRecycleBin" value="true" />
  29. <!--only interested in trailers, not in special features or inside looks-->
  30. <add key="TrailersOnly" value = "true"/>
  31. <!--only interested in trailers, strictly "Trailers" - No longer Used"-->
  32. <add key="StrictTrailersOnly" value = "true"/>
  33. <!--For Exclusions, consider Trailers and Theatrical Trailers identical-->
  34. <add key="TrailersIdenticaltoTheatricalTrailers" value = "true"/>
  35. <!--skip Theatrical Trailers -->
  36. <add key="SkipTheatricalTrailers" value = "false"/>
  37. <!--Consider Theatrical and Numbered Trailers as Identical -->
  38. <add key="ConsiderTheatricalandNumberedTrailersasIdentical" value = "true"/>
  39. <!--skip Teaser Trailers -->
  40. <add key="SkipTeaserTrailers" value = "false"/>
  41. <!--only download trailers for specific movie Genres (all, drama, comedy, action, etc) use all for all Genres-->
  42. <add key="IncludedGenres" value="all" />
  43. <!--exclude trailers for specific movie Genres (all, drama, comedy, action, etc) use none to not exclude anything-->
  44. <add key="ExcludeGenres" value="None" />
  45. <!-- define minimum file size (in bytes), avoid content from sites not willing to stream to unknown clients -->
  46. <add key="MinTrailerSize" value = "100000"/>
  47. <!--Set to True to add successful downloads to exclusions file and to prevent re-downloading any found in the file-->
  48. <add key="UseExclusions" value="true" />
  49. <!--prepends download date to directory or filename of the downloaded trailer-->
  50. <add key="AddDates" value="true" />
  51. <!--appends trailer Quality to filename of the downloaded trailer-->
  52. <add key="AppendTrailerQuality" value="false" />
  53. <!--the useragent identifier can be set according to the download site. a comma delimited listed of identifier for the download site -->
  54. <!--has to be matched with a comma delimited list of possible useragent strings -->
  55. <!-- for example key="UserAgentIds" value="server1.com,server2.com,server3.net" -->
  56. <add key="UserAgentIds" value="apple.com" />
  57. <!-- and the definition key="UserAgentStrings" value="agent1,agent2,agent3"-->
  58. <!-- will supply the useragent 'agent2' while trying to access anything on http://...server2.com.... -->
  59. <add key="UserAgentStrings" value="QuickTime/7.6.2" />
  60.  
  61. <!-- Address of the RSS feed to consume -->
  62. <!--add key="FeedAddress" value="http://www.hd-trailers.net/blog/feed/" /-->
  63. <!--add key="FeedAddress" value="http://www.hd-trailers.net/" /-->
  64. <!--add key="FeedAddress" value="http://www.hd-trailers.net/Page/1/" /-->
  65. <!--add key="FeedAddress" value="http://www.hd-trailers.net/TopMovies/" /-->
  66. <!--add key="FeedAddress" value="http://www.hd-trailers.net/OpeningThisWeek/" /-->
  67. <!--add key="FeedAddress" value="http://www.hd-trailers.net/ComingSoon/" /-->
  68. <!--add key="FeedAddress" value="http://www.hd-trailers.net/BluRay/" /-->
  69. <!--add key="FeedAddress" value="http://www.hd-trailers.net/AcademyAward83/" /-->
  70. <!--add key="FeedAddress" value="http://feeds2.feedburner.com/Feed-For-Trailer-Freaks" /-->
  71. <!--add key="FeedAddress" value="http://www.moviemaze.de/rss/trailer.phtml" /-->
  72. <add key="FeedAddress" value="http://www.hd-trailers.net/blog/feed/" />
  73.  
  74.  
  75. <!--Turn this on only if you want to double-click the .exe for some reason to prevent output from... -->
  76. <!--disappearing before you can read it.-->
  77. <add key="PauseWhenDone" value="false" />
  78.  
  79. <!-- LOGGING OPTIONS -->
  80. <!--Setting this to true will significantly increase the logging/output for debugging-->
  81. <add key="VerboseLogging" value="true" />
  82. <!--Write log to physical file. HD-Trailers.NET Downloader.log-->
  83. <add key="PhysicalLog" value="true" />
  84.  
  85. <!-- EMAIL INFORMATION OPTIONS -->
  86. <!--Want to receive a report of each time the tool runs? Set to True and be sure to fill out the address and server info-->
  87. <add key="EmailSummary" value="false" />
  88. <add key="EmailAddress" value="your@email-address.com" />
  89. <add key="SMTPServer" value="your.smtp.server.net" />
  90. <add key="SMTPPort" value="25" />
  91. <add key="UseDefaultCredentials" value="true" />
  92. <!--If UseDefaultCredentials is false, then the username and password need to be set-->
  93. <!--Please remember that your username and password will be exposed in the config file for all to read!!!-->
  94. <!--If UseDefaultCredentials is true and SMTPUsername is "", then mail is sent to server anonymously-->
  95. <add key="SMTPUsername" value="" />
  96. <add key="SMTPPassword" value="" />
  97. <add key="EmailReturnAddress" value="fake_addr@trailers.com" />
  98. <add key="EmailReturnDisplayName" value="HD-Trailer.NET Downloader" />
  99.  
  100.  
  101. <!-- Post execution EXE-->
  102. <!-- Enable and configure to run an executable at the conclusion. Potentially to fire off notification to something like Growl as in example-->
  103. <!-- %N = # of new videos downloaded this run -->
  104.  
  105. <add key="RunEXE" value="false" />
  106. <add key="RunOnlyWhenNewTrailers" value="true"/>
  107. <add key="Executable" value="D:\Tools Storage\growlnotify\growlnotify.com" />
  108. <add key="EXEArguements" value="/p:1 &quot;%N New Trailers Downloaded&quot;" />
  109.  
  110. </appSettings>
  111. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement