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
My Films
Bug: exception while importing
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="mts" data-source="post: 956647" data-attributes="member: 55872"><p><span style="font-family: 'Tahoma'">Hi,</span></p><p> </p><p><span style="font-family: 'Tahoma'">there is another bug when I try to import a ripped DVD.</span></p><p><span style="font-family: 'Tahoma'">When you try to get the size of a DVD folder, you use the function GetDVDFolderPath() which should imo return the folder of the '*.ts' file, but </span><span style="font-family: 'Tahoma'">this functions returns the movie name and not the folder-path (see function descriptor).</span></p><p><span style="font-family: 'Tahoma'">So I temporarily changed the function to:</span></p><p> </p><p>[code]Dim ldiTemp As New System.IO.DirectoryInfo(FileName)</p><p> </p><p>Return ldiTemp.Parent.FullName[/code]</p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">This works but I think you should keep the old function and rename it to something like GetMovieNameFromDVDFolderPath()</span></p></blockquote><p></p>
[QUOTE="mts, post: 956647, member: 55872"] [FONT=Tahoma]Hi,[/FONT] [FONT=Tahoma]there is another bug when I try to import a ripped DVD.[/FONT] [FONT=Tahoma]When you try to get the size of a DVD folder, you use the function GetDVDFolderPath() which should imo return the folder of the '*.ts' file, but [/FONT][FONT=Tahoma]this functions returns the movie name and not the folder-path (see function descriptor).[/FONT] [FONT=Tahoma]So I temporarily changed the function to:[/FONT] [code]Dim ldiTemp As New System.IO.DirectoryInfo(FileName) Return ldiTemp.Parent.FullName[/code] [FONT=Tahoma]This works but I think you should keep the old function and rename it to something like GetMovieNameFromDVDFolderPath()[/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
Bug: exception while importing
Contact us
RSS
Top
Bottom