ShokoAnime / MyAnime3

Repository for My Anime 3, a MediaPortal plugin.
http://shokoanime.com/mediaportal/
15 stars 10 forks source link

Changing find (search) setting in config to zero prevents ma3 from working #19

Closed xsystematic closed 9 years ago

xsystematic commented 9 years ago

In the Anime3 config (accessed through media portal config) on the display tab is the option find, it allows you to choose how long the search box stays on screen. Changing this to 0 prevents My anime 3 from working in media portal. Also media portal configuration shows an error when you try to access the plugin settings ma3 error From my log file I see this "System.ArgumentException: '0' is not a valid value for 'Interval'. 'Interval' must be greater than 0. at System.Timers.Timer.set_Interval(Double value) at MyAnimePlugin3.MainWindow..ctor() in c:\Projects\GitHub\animeplugin3\MyAnimePlugin3\Windows\MainWindow.cs:line 252"

Reinstalling My Anime 3 does not fix the problem, however I fixed it myself by editing the Media Portal.xml found here C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml changing the values to 1 on these below FindTimeout FindMode FindStartWord FindFilter

I was originaly trying to hide the search box as it pops up in My Anime 3 every time I go back a page and I have to wait for it to disappear before I can go back another page.ma3 find,