Good to hear it's working
Window home I'm not entirely sure what that does to be honest, earlier in logs we did see a navigate_to event so that could have been it which we do cancel out to make navigation via our breadcrumbs (history) system work
Anything home related be it the home button your keyboard or a switch_home event (MCE / top bar of skin) we catch as well and depending on MA3 config setting for home button navigation it does either navigate back or goes straight to MP Home.
Production release will be out later today but attached it in this post as well which includes all the other mentioned changes.
Firefox doesn't seem to work throughout the entire MediaPortal forum. I can neither download attachments nor see any attached images, even though it worked two days ago. However Chrome seems to work.
Window home I'm not entirely sure what that does to be honest, earlier in logs we did see a navigate_to event so that could have been it which we do cancel out to make navigation via our breadcrumbs (history) system work
Maybe you should not cancel it? I think this is what caused the problem in the first place. I am able to get my own system working with the changes I made to the remote mapping, but surely other people will have the same problem if they use a MCE remote with the default settings. I know nothing of creating a MP plugin or how code works, but is there any way to handle this "Window Home" thing the same way ACTION_SWITCH_HOME is handled?
In any case, Rick164, I thank you for your help and for your dedication to the MyAnime plugin.
Currently we have to cancel all messages and selectively let thru the ones we need for filter / navigation, no easy way around this at the moment at least
Will see if I can debug it with Window Home as action but last time it didn't trigger a unique one (no switch_home at least)
Have to report some strange behaviour on server-side. (v3.7.0.1)
Seems like the server is not monitoring the drop folder if it is on a different computer in the network.
(either as UNC or via an associated drive letter)
Local folders are monitored and dropped files are immediatly processed
As the function worked with the JMM 3.6.x , looks like a bug introduced with the new version
2nd observation:
If you manually delete a file Shoko Desktop seems to be unable to delet it out of the DB
Steps reproduce:
Delete a file
Go to Episodelist of the series in Shoko Desktop
Try to delete the file in episode list will result in an error message that the file can not be found
.. & it is not deleted from the episode list
Btw: I have a ton of error messages in the log, like:
[2017-01-04 13:32:37:730] Warn|ErrorEventHandler.Invoke => BufferingFileSystemWatcher.InvokeHandler => RecoveringFileSystemWatcher.BufferingFileSystemWatcher_Error Falscher Parameter
[2017-01-04 13:32:37:730] Warn|ErrorEventHandler.Invoke => BufferingFileSystemWatcher.InvokeHandler => RecoveringFileSystemWatcher.BufferingFileSystemWatcher_Error Will try to recover automatically!
[2017-01-04 13:32:38:847] Info|SyncMethodInvoker.Invoke => <no type>.SyncInvokeDeleteVideoLocalPlaceAndFile => JMMServiceImplementation.DeleteVideoLocalPlaceAndFile Deleting video local place record and file: \\DIOMEDES\Anime\Share\Drifters\[HorribleSubs] Drifters - 01 [1080p].mkv
[2017-01-04 13:32:38:863] Error|SyncMethodInvoker.Invoke => <no type>.SyncInvokeDeleteVideoLocalPlaceAndFile => JMMServiceImplementation.DeleteVideoLocalPlaceAndFile Unable to find file '\\DIOMEDES\Anime\Share\Drifters\[HorribleSubs] Drifters - 01 [1080p].mkv'
[2017-01-04 13:32:39:471] Warn|ErrorEventHandler.Invoke => BufferingFileSystemWatcher.InvokeHandler => RecoveringFileSystemWatcher.BufferingFileSystemWatcher_Error Falscher Parameter
[2017-01-04 13:32:39:472] Warn|ErrorEventHandler.Invoke => BufferingFileSystemWatcher.InvokeHandler => RecoveringFileSystemWatcher.BufferingFileSystemWatcher_Error Will try to recover automatically!
[2017-01-04 13:32:41:148] Warn|ErrorEventHandler.Invoke => BufferingFileSystemWatcher.InvokeHandler => RecoveringFileSystemWatcher.BufferingFileSystemWatcher_Error Falscher Parameter
.. these error messages are cloging the log - file, bringing it easiliy in the GB range.
As it started after the update, I attach the associated log-file created after update
Yeah we are seeing the same errors for some others with either mapped or UNC shares, generally it means the connection is dropping so believe we are gonna chance that message to debug only as to not flood the logs.
Why it isn't consistent for everyone we don't know yet as code wise we should expect the same result.
Would add the not adding files to the github issue here with full logs:
Thanks a lot:
For the deletion problem, I would like to open an error report in Shoko Desktop:
But there is no possibility to raise an Issue there (am I the 1st one?)
So far, I copied the file again on the same location and Shoko Desktop confirmed positively the deletion
File was also deleted from the folder but the entry in Shoko Desktop is maintained (seems like the entry was not deleted from the database)
Retry resulted in an error meassage that file could not be found (and the cycle is closed)
Would add a new issue, do recall that one from Discord so if you add it there we don't lose track
Could replicate the issue with drop folders and checking further atm.