• 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 25
Release After Watch
@Frexxx Last version from jvandenbroek is in his repo listed here http://forum.kodi.tv/showthread.php?tid=...pid2521906 , not sure if it's abandoned. This version should work fine with Kodi 18.

I made a few small changes for Kodi 19 compatibility. However, it broke completely when the Kodi 19 nightlies removed Python 2 support and I've been trying to fix this (as well as various other addons). I think I almost got it and will add a Python 3 version for Kodi 19 to my repo on the weekend.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
(2019-11-14, 21:23)AnonTester Wrote: @Frexxx Last version from jvandenbroek is in his repo listed here http://forum.kodi.tv/showthread.php?tid=...pid2521906 , not sure if it's abandoned. This version should work fine with Kodi 18.

I made a few small changes for Kodi 19 compatibility. However, it broke completely when the Kodi 19 nightlies removed Python 2 support and I've been trying to fix this (as well as various other addons). I think I almost got it and will add a Python 3 version for Kodi 19 to my repo on the weekend.
The link in the post to the repo is unfortunately invalid .

Oh, super! Then I wait still a little bit.
Thank you very much!
Reply
@Frexxx
sorry, jvandenbroek's repo with his Kodi 18 version moved here: https://github.com/jvandenbroek/jvandenb...-1.0.1.zip

My current Python 3 Kodi 19 version can be found in my repo (not backwards compatible to Kodi 18). I think I got most compatibility issues sorted out. It's working for me on latest Kodi 19 nightly on Linux. If you encounter any issues, please post a debug log and I'll see what I can do:
 https://github.com/AnonTester/kodi-repo/...-1.0.0.zip
Direct links  https://github.com/AnonTester/kodi-repo/...afterwatch
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
(2019-11-17, 15:30)AnonTester Wrote: @Frexxx
sorry, jvandenbroek's repo with his Kodi 18 version moved here: https://github.com/jvandenbroek/jvandenb...-1.0.1.zip

My current Python 3 Kodi 19 version can be found in my repo (not backwards compatible to Kodi 18). I think I got most compatibility issues sorted out. It's working for me on latest Kodi 19 nightly on Linux. If you encounter any issues, please post a debug log and I'll see what I can do:
 https://github.com/AnonTester/kodi-repo/...-1.0.0.zip
Direct links  https://github.com/AnonTester/kodi-repo/...afterwatch

Super thank you for the links. The download worked and the addin is installed.

Do I still have to configure anything for the log?
Because unfortunately no message appears after the movie or the series.
Reply
Not getting a message doesn't necessarily mean it's not working though. It depends on how you configured afterwatch. If the confirmation (under advanced) is disabled, the addon will do what needs to be done automatically. Also, have you actually configured actions for movies/episodes under File Management? Also, actions are only taken when the addon assumes you've watched a movie/episode and didn't just stop it. The percentage for that is set under the properties settings.
If you configured everything and the addon is not doing what you believe it should be doing, Please enable debug logging under advanced in the afterwatch settings, test and then post your kodi log to https://paste.kodi.tv/ and I'll take a look.
Note that I'm not the author of the addon though.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
(2019-11-19, 21:12)AnonTester Wrote: Not getting a message doesn't necessarily mean it's not working though. It depends on how you configured afterwatch. If the confirmation (under advanced) is disabled, the addon will do what needs to be done automatically. Also, have you actually configured actions for movies/episodes under File Management? Also, actions are only taken when the addon assumes you've watched a movie/episode and didn't just stop it. The percentage for that is set under the properties settings.
If you configured everything and the addon is not doing what you believe it should be doing, Please enable debug logging under advanced in the afterwatch settings, test and then post your kodi log to https://paste.kodi.tv/ and I'll take a look.
Note that I'm not the author of the addon though.

How true that one doesn't appear the message doesn't have to be an error XD

The Addin deletes the files - everything perfect!
Many thanks for the support.
Reply
Tried to install repository.anontester-1.0.0.zip on a raspi3 (LE 9.2.0) but this error occurs "The dependency on xbmc.python version 3.0.0 could not be satisfied". Why?

Besides i have some video files (some in mkv format and some in mp4 format) which can not be deleted by this addon.

My log file here

https://paste.kodi.tv/hehinaqaye.kodi

Any thoughts appreciated
Reply
(2019-12-06, 15:36)Haris1977 Wrote: "The dependency on xbmc.python version 3.0.0 could not be satisfied"

As mentioned a couple of posts above, Kodi 19 has removed Python 2 support in the nightly builds because Python 2 will reach end of life in January 2020 and not receive any security updates or bug fixes. Python 3 will be supported instead. Unfortunately, Python 3 is not fully backwards compatible. A lot of older addons do not work in the current nightly builds and unless someone has the skill and time to fix them, they will not be available on Kodi 19.

I'm using the Kodi 19 nightly builds on my own system and updated the AfterWatch addon to work with Python3. The latest version will not work with Kodi 18. I do not have a Kodi 18 version to test and not enough Python knowledge yet to be able to create a version that works with both Python 2 and 3.

The last version of After Watch in jvandenbroek's repo v1.0.8 should still work fine with Kodi 18. You only need to use my repo when you're using Kodi 19.

btw: looking at your log, I see that you've got the skin.helper.service addon installed which is a requirement of the Eminence 2 skin. At the moment, the skin helper service is not compatible with Kodi 19 and while I'm trying to get it to work for a different skin I'm using, it doesn't work right. You should probably stick with Kodi 18 for the time being and before you upgrade, make sure that all the addons you can't live without are compatible.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
(2019-12-06, 23:03)AnonTester Wrote:
(2019-12-06, 15:36)Haris1977 Wrote: "The dependency on xbmc.python version 3.0.0 could not be satisfied"

As mentioned a couple of posts above, Kodi 19 has removed Python 2 support in the nightly builds because Python 2 will reach end of life in January 2020 and not receive any security updates or bug fixes. Python 3 will be supported instead. Unfortunately, Python 3 is not fully backwards compatible. A lot of older addons do not work in the current nightly builds and unless someone has the skill and time to fix them, they will not be available on Kodi 19.

I'm using the Kodi 19 nightly builds on my own system and updated the AfterWatch addon to work with Python3. The latest version will not work with Kodi 18. I do not have a Kodi 18 version to test and not enough Python knowledge yet to be able to create a version that works with both Python 2 and 3.

The last version of After Watch in jvandenbroek's repo v1.0.8 should still work fine with Kodi 18. You only need to use my repo when you're using Kodi 19.

btw: looking at your log, I see that you've got the skin.helper.service addon installed which is a requirement of the Eminence 2 skin. At the moment, the skin helper service is not compatible with Kodi 19 and while I'm trying to get it to work for a different skin I'm using, it doesn't work right. You should probably stick with Kodi 18 for the time being and before you upgrade, make sure that all the addons you can't live without are compatible. 
@AnonTester thanks for your reply. What about those files that can not be deleted? I get no "delete" notification message for some mp4's and mkv's. What could be the problem? My previous log file is at your disposal
Reply
@Haris1977 It looks like the episode S01E34 you're playing does not have proper metadata in the kodi database. After Watch cannot identify whether this is a movie or an episode as the metadata returned is 'unknown'. The Skin Helper Addon you've got installed isn't identifying this as an episode either but appears to default to movie.

As After Watch doesn't know what type of file this is and what you would like to be done with it, it does nothing rather than moving or deleting something incorrectly.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
Oh i see. Didnt know that this addon needed an IMD (internet metadata database) in order to delete its files.

So my question is this:

Can you add an option to also delete files without imd? Cause many of my files (mainly tv series) do not have imd (that s why i use the video file+an image with -thumb suffix in my folder in order to have a preview pic for my series - which is locally scanned)
Reply
Adding an option for all unknown types would bypass how Kodi works and would cause all sorts of issues, i.e. the addon trying to delete youtube videos, musicvideos, music files etc and/or the addon would need a lot of changes to attempt to determine the type by the source folder type and build in some restrictions.

If most of your tvshows aren't available in the default tv show parsers, you could either add nfo files or try options mentioned in this thread https://forum.kodi.tv/showthread.php?tid=251769 like the 'stupid movie scraper' and get those tvshows into the kodi library. Then After Watch will know that those are episodes and you don't have to go through the videos section to play them either.

Alternatively, if you're using the video browser to play your tv shows, you could just use the delete option in the context menu instead of relying on an addon.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
(2019-12-09, 15:53)AnonTester Wrote: Adding an option for all unknown types would bypass how Kodi works and would cause all sorts of issues, i.e. the addon trying to delete youtube videos, musicvideos, music files etc and/or the addon would need a lot of changes to attempt to determine the type by the source folder type and build in some restrictions.
 

You could only add this option for local or shared (nfs, smb) file locations. Anyway thanks for your effort maintening this addon. I hope someday this addon will be built in kodi.

PS I know i can use the delete option (context menu) but it does not remove *.jpg's or *.srt's with same name
Reply
This Add-on works great but is it possible for it to only run on certain TV shows or certain source folders?
I tend to keep a lot of the shows we record if they are boxsets / series etc but some of the daily shows my wife records (Neighbours / Home and Away and reality TV) i'd like to delete after watching...
Reply
I'll see what I can do about this over the Christmas break. I can't promise anything though given my limited python knowledge. I need to read up on how to make an addon compatible with both Python 2 and 3 and will need you to test as I'm on Kodi 19 (Python 3) only.
Got an error message or something not working as it should? Provide a full Debug log (wiki) via paste.kodi.tv
Reply
  • 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 25

Logout Mark Read Team Forum Stats Members Help
After Watch4