Results 140 comments of z411

Good catch. Should we also avoid updating the finish date as well?

>Currently, if I set a show to 'Rewatching', when the episode counter increments from '0' to '1', it is still automatically set to 'Watching' again. I'm guessing that is just...

> The current code base is in a bit of a mess with its coding style of seemingly random line breaks to adhere to imho ridiculous line length requirements. I'm...

This is by AniList's design; that's what that function does, it removes the show from the status list. If you just want people to not see your item in the...

Indeed, another way would be to actually implement custom lists but that would entail duplicating entries and I'm not sure that would lead to good results right now. The shows...

Thanks for the report. Are you using the inotify or polling tracker? (This should appear in the log/status bar) From what I remember, symlinks don't seem to be working with...

@FichteFoll I've implemented multiple directories in the `develop` branch, please check if it works for you. That said, I'll still debug symlinks. I haven't done any conscious change that would...

I just now looked into this, my bad. Effectively FUSE filesystems like SSHFS don't support inotify so it's expected that the inotify tracker wouldn't work. The library scanner uses regular...

Oh really, I should recheck it then. inotify will definitely not work remotely but if it works for you then it is generating inotify events if it occurs locally. I'll...

@FichteFoll Last question, does the issue occur with pyinotify or inotify? (They're different trackers actually, it should say which one it's using in the terminal when it starts)