Release After Watch - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Release After Watch (/showthread.php?tid=162770) |
RE: After Watch - jvandenbroek - 2016-03-08 (2016-03-08, 05:45)KevinSartori Wrote: Hello jvandenbroek, No worries, thanks for noticing, I've pushed an update. Could you test if it works? It should delete all files which contains the base filename (without extension) of the video. https://github.com/jvandenbroek/script.afterwatch/archive/0.9.3.1.zip RE: After Watch - KevinSartori - 2016-03-09 Awesome! I just tested your new version by deleting a TV episode and a movie. Plus, to really test it, I added every extra named format listed on that Kodi Wiki page for Artwork and it deleted everything. Great work, jvandenbroek! Thanks again for all the extra work you've put in to make After Watch perfect! RE: After Watch - jvandenbroek - 2016-03-09 New release 0.9.4 is available: Code: - Directory removal fix when using alternate file method https://github.com/jvandenbroek/script.afterwatch/archive/0.9.4.zip Please test and if you encounter bugs/errors, let me know! RE: After Watch - KevinSartori - 2016-03-11 Updated to 0.9.4 and had no problems deleting a TV episode and a movie. I'm not sure what the process is, but you should try to get this added to the main Kodi repository, so other folks can discover this great add-on! RE: After Watch - s.maciek - 2016-03-14 jvandenbroek, I found your addon yesterday and it seems that it perfectly fits to my needs. I need EXACTLY something what your addon offers. However I think i find some problems using it. My understanding is that, it moves/deletes the file watched to the specified folder. When does it move it - after stopping of watching the file? Do I actually need to watch the whole clip (even if I lets say I set up 1% in the settings of the addon) or I can just slide the movie forward? I use a harddrive mounted directly to the raspberry pie (thats what I am using to run Kodi on) so I turned alternative way of moving the files on, but after watching a video nothing seems to happen. The file is still in the library and on the hardrive and destination folder remains empty. Can you show me where do I make a mistake please? Regards, M RE: After Watch - jvandenbroek - 2016-03-14 (2016-03-14, 22:48)s.maciek Wrote: jvandenbroek, I found your addon yesterday and it seems that it perfectly fits to my needs. I need EXACTLY something what your addon offers. However I think i find some problems using it.Forwarding should be fine, no need to completely watch a video to make this work. Do you get a dialog which asks you to move the file? If not, could you check if dialog confirm is enabled and try again? It would help if you could post a log with both debugging enabled in the addon and Kodi. RE: After Watch - jvandenbroek - 2016-03-14 (2016-03-11, 03:28)KevinSartori Wrote: Updated to 0.9.4 and had no problems deleting a TV episode and a movie. Thanks for testing. I've thought of that, also not sure what procedure to follow, but I'll look into it. RE: After Watch - s.maciek - 2016-03-14 Nothing happens when I finish the video, nothing pops out even when its enabled. Debugging is also on. Where do i find the files you are asking for? RE: After Watch - jvandenbroek - 2016-03-14 (2016-03-14, 23:17)s.maciek Wrote: Nothing happens when I finish the video, nothing pops out even when its enabled.http://kodi.wiki/view/Log_file/Advanced#Location If you want an easy, lazy way: http://kodi.wiki/view/Log_file/Easy Just make sure you enable debug in both the addon and Kodi, otherwise no relevant information is being logged. After that, just play the movie and skip to the end and upload the log. RE: After Watch - s.maciek - 2016-03-14 http://xbmclogs.com/p3hlv3yxk I hope this is what you need. RE: After Watch - jvandenbroek - 2016-03-15 (2016-03-14, 23:35)s.maciek Wrote: http://xbmclogs.com/p3hlv3yxk Could you try rename /storage/.kodi/addons/script.afterwatch-0.9.4 to /storage/.kodi/addons/script.afterwatch and then restart Kodi? It seems that Github includes the version number, which isn't intended. Not sure if it wouldn't work than, but it's worth a shot. Also just set the 'assume as watched' to 90 for this test, could be some mathematical error when set to 1. I'm adding more debug options which could help find out what's going on. But I'm curious if renaming helps! [edit]I see that you're using the watchdog add-on. Could you (if above doesn't help) try disabling this service, restart Kodi and retry?[/edit] RE: After Watch - s.maciek - 2016-03-15 Will do that as soon as I am back home, thanks for your support, i really want to make it working. RE: After Watch - s.maciek - 2016-03-15 Does it also work when I just change the status of the video to "mark as watched"? Does it move videos which are already watched? RE: After Watch - jvandenbroek - 2016-03-15 (2016-03-15, 14:42)s.maciek Wrote: Does it also work when I just change the status of the video to "mark as watched"?No, this only does operations on videos being watched, nothing else (however, subs etc with the same base name are also handled). Did you disable the confirm dialog? If so, please enable and see if you at least get the question to move the video. But I now suspect that the watchdog addon prevent things from happen, and if that's the case, I'll see if I can get around that. RE: After Watch - s.maciek - 2016-03-15 I did not have a chance to check your previous ideas. Once i do that I will let you know. |