sharinganthief / tvrename

Automatically exported from code.google.com/p/tvrename
Other
0 stars 0 forks source link

Patch for multiple issues with new executable #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here is a patch and updated executable for multiple problems with TVRename.  
Since I'm not sure where best to put it, I am putting it here.

Fixes:
  Fixed premiered tag not getting put into tvshow.nfo
  Fixed uTorrent checking not finding the torrent files
  Includes patch from issue 92 for crash on directories that are not accessable.

Added:
  Added status and year tags to tvshow.nfo
  Added /unattended parameter to suppress errors communicating with TheTVDB and when checking torrents during scans.

As a side note, I changed the default timezone in the compiled executable to 
MST.  Also this was compiled with VS2010 so .Net 4.0 is required to run it.

Original issue reported on code.google.com by dmal...@gmail.com on 1 Nov 2010 at 11:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks alot. 

To avoid others searching for a runtime Error with the new Exe: Be sure you 
updated to the latest DOTNET 4.0 Framework. I had an 4.0 beta version installed 
wich throws me some really bad errors. Installed final .NET 4.0 framework and 
it works. 

Thanks again.

Original comment by mg.sola...@gmail.com on 2 Nov 2010 at 8:36

GoogleCodeExporter commented 9 years ago
Thanks, this is appreciated.

Original comment by mariader...@gmail.com on 22 Nov 2010 at 10:44

GoogleCodeExporter commented 9 years ago
Does this not work on x64? I've uninstalled and reinstalled the the .Net 
Framework 4 Client Profile v4.0.30319 via windows update but I still get an 
error when I try to launch it telling me to install the same version.

Original comment by superson...@gmail.com on 2 Dec 2010 at 5:00

GoogleCodeExporter commented 9 years ago
It is also crashing for me using Windows 7 x64.  This is the crash message:

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot 
find the file specified.

   at TVRename.CustomName.NameForNoExt(ProcessedEpisode pe, String styleString, Boolean urlEncode)
   at TVRename.UI.UpdateToolstripWTW()
   at TVRename.UI.FillWhenToWatchList()
   at TVRename.UI..ctor(TVDoc doc)
   at GlobalMembersTVRename.Main(String[] args)

Original comment by atam...@gmail.com on 11 Dec 2010 at 1:23

GoogleCodeExporter commented 9 years ago
Patch incorporated into TVRename version 2.2.0b7.

Original comment by tvren...@tvrename.com on 7 Oct 2011 at 8:39