Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about adding episode as watched #13

Closed
edison23 opened this issue Nov 23, 2019 · 4 comments
Closed

Question about adding episode as watched #13

edison23 opened this issue Nov 23, 2019 · 4 comments

Comments

@edison23
Copy link

edison23 commented Nov 23, 2019

Sorry if were searching wrong but I haven't found any mention about this. My question:

When I add some series (ie. multiple episodes) to my list as unwatched but stored on my HDD and so on, then watch an episode and want to update my list in a way that that one episode will be recorded as watched, anidbcli api -a anime-ep01.mkv successfully generates the ed2k link but then throws a warning informing me the episode is already in my list and exits. Is it possible to update an episode which is already in my list with the anidbcli tool?

Just for the record:
$ anidbcli --version
anidbcli, version 1.53

Thanks a lot for your help and for the effort with the development! :)

@adameste
Copy link
Owner

Not implemented as of yet, didn't think of it. Will add a parameter to modify the state of episode instead of adding it in case it fails.

@adameste
Copy link
Owner

And implemented. If file is already in mylist, it will be marked as watched in version 1.60.

@edison23
Copy link
Author

edison23 commented Feb 1, 2020

@adameste : thanks, i confirm it works as expected.

I have only one question remaining, reading my original post here retrospectively, I have not been very clear on what I'm actually seeking. Is it possible to add episodes to my list just as unwatched stuff (ideally with state and storage fields filled) so I can just track what I have on my drives? I can do that rather easily via the native ed2k dump, the original goal of this was, aside from what has been achieved here already, ability to also add stuff not marking them as watched right away.

Again, thanks a lot for the prompt update of your app and generally for your time.

@adameste
Copy link
Owner

adameste commented Feb 5, 2020

Good idea, added in version 1.63. Use -U option alongside -a (-aU) to add/mark files as unwatched. Someone already implemented --state [storage] option, check quickstart guide for options, it is merged in the PyPi version already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants