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
Popular Plugins
Moving Pictures
System.IO.PathTooLongException
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="fforde" data-source="post: 688209" data-attributes="member: 52082"><p>Thanks, this was exactly what I need. </p><p></p><p>So looking at the log file and the code it looks like this is happening during a recursive scan of your "\\SERVER\ftpn\Film\HD\HD_Film_3" import path. The way we scan is we look at <strong>all</strong> files in your folder and then based on a few things (the most important being file extension), we filter out what is not a video file. This means that when the importer is doing a full scan every file in your import path is examined. </p><p></p><p>I would like to add logging to tell you specifically which file it is causing the problem, but the code that is failing is the call to grab the filename+path. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> So do you think its possible that there is a file under this import path that may have too long of a name but you didnt pay attention to it because it is not a video file? Think nested folders...</p></blockquote><p></p>
[QUOTE="fforde, post: 688209, member: 52082"] Thanks, this was exactly what I need. So looking at the log file and the code it looks like this is happening during a recursive scan of your "\\SERVER\ftpn\Film\HD\HD_Film_3" import path. The way we scan is we look at [B]all[/B] files in your folder and then based on a few things (the most important being file extension), we filter out what is not a video file. This means that when the importer is doing a full scan every file in your import path is examined. I would like to add logging to tell you specifically which file it is causing the problem, but the code that is failing is the call to grab the filename+path. :( So do you think its possible that there is a file under this import path that may have too long of a name but you didnt pay attention to it because it is not a video file? Think nested folders... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
System.IO.PathTooLongException
Contact us
RSS
Top
Bottom