home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SilentException" data-source="post: 584059" data-attributes="member: 83924"><p><strong>Re: My Score Center - version 1.1 - 13 dec 2009</strong></p><p></p><p>i fixed it already.. seems like the ionic.zip when extracting files (doing ZipEntry entry.Extract(dest, false).. false meaning do not overwrite, throws an exception instead of silently not overwriting the file.. and as the zip file is extracted in thumbs, to fix error, you have to delete folder c:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\ScoreCenter\</p><p></p><p>i fixed it in the code with fetching exceptions when doing extract in ExchangeManager.cs, function ReadZip:</p><p></p><p>[CODE]</p><p> foreach (ZipEntry entry in zip)</p><p> {</p><p> try</p><p> {</p><p> entry.Extract(dest, false);</p><p> }</p><p> catch</p><p> {</p><p> // most likely file already exists so do not throw any</p><p> }</p><p> }</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="SilentException, post: 584059, member: 83924"] [b]Re: My Score Center - version 1.1 - 13 dec 2009[/b] i fixed it already.. seems like the ionic.zip when extracting files (doing ZipEntry entry.Extract(dest, false).. false meaning do not overwrite, throws an exception instead of silently not overwriting the file.. and as the zip file is extracted in thumbs, to fix error, you have to delete folder c:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\ScoreCenter\ i fixed it in the code with fetching exceptions when doing extract in ExchangeManager.cs, function ReadZip: [CODE] foreach (ZipEntry entry in zip) { try { entry.Extract(dest, false); } catch { // most likely file already exists so do not throw any } } [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
Top
Bottom