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
Development
General Development (no feature request here!)
dslibdvdnav as dvd navigator
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="muellers" data-source="post: 687486" data-attributes="member: 106002"><p>Hi </p><p></p><p>i have added dslibdvdnav as dvd navigator into FilterHelpers.cs</p><p></p><p>[CODE]foreach (Filter filter in Filters.LegacyFilters)</p><p> {</p><p> if (String.Compare(filter.Name, "DVD Navigator", true) == 0 ||</p><p> String.Compare(filter.Name, "dslibdvdnav", true) == 0 ||</p><p> String.Compare(filter.Name, "InterVideo Navigator", true) == 0 ||</p><p> String.Compare(filter.Name, "NVIDIA Navigator", true) == 0 ||</p><p> filter.Name.ToLower().Contains("cyberlink dvd navigator"))</p><p> {</p><p> navigators.Add(filter.Name);</p><p> }</p><p> }[/CODE]</p><p></p><p>I get following error message: Can not play DVD: video_ts.ifo.</p><p></p><p>Which files I need to edit to play a dvd with dslivdvdnav.</p><p></p><p>greets</p></blockquote><p></p>
[QUOTE="muellers, post: 687486, member: 106002"] Hi i have added dslibdvdnav as dvd navigator into FilterHelpers.cs [CODE]foreach (Filter filter in Filters.LegacyFilters) { if (String.Compare(filter.Name, "DVD Navigator", true) == 0 || String.Compare(filter.Name, "dslibdvdnav", true) == 0 || String.Compare(filter.Name, "InterVideo Navigator", true) == 0 || String.Compare(filter.Name, "NVIDIA Navigator", true) == 0 || filter.Name.ToLower().Contains("cyberlink dvd navigator")) { navigators.Add(filter.Name); } }[/CODE] I get following error message: Can not play DVD: video_ts.ifo. Which files I need to edit to play a dvd with dslivdvdnav. greets [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
dslibdvdnav as dvd navigator
Contact us
RSS
Top
Bottom