[go: up one dir, main page]

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

Ability to download only certain chapters from a followed series #48

Open
jonnyrobbie opened this issue May 28, 2017 · 4 comments
Open

Comments

@jonnyrobbie
Copy link

So there is this issue I have. After following a series and then listing chapters, I see lots of them as 'n'ew (if I understand that correctly). But as far as I know, download downloads all chapters from the series. Can I specify only certain chapters to be downloaded? There are multiple releases per chapter as well as a lot of chapters I've already read. I know I could probably use get with URL, but with alias, there can be an ambiguity of chapters - for example rozen-maiden-ii has three english releases for c060.

Also it seems that get doesn't seem to set the 'downloadedflag inchapters`.

@CounterPillow
Copy link
Collaborator

You can use the ignore command to ignore chapters you don't want to download. get is for downloading chapters in a way that doesn't touch the database.

@jonnyrobbie
Copy link
Author

Is there a way to set 'downloaded' flag instead of 'ignore' flag?

@CounterPillow
Copy link
Collaborator

Unless you download it, no. The downloaded flag is specifically to mean you've downloaded the chapter. We don't track chapter files after downloading them, so you can delete them afterwards if you don't want them.

@Hamuko
Copy link
Owner
Hamuko commented May 28, 2017

Yeah, cum ignore is used to not get chapters you don't want. cum get by design doesn't do anything to the database, so that you can redownload chapters.

An interactive mode for cum ignore could probably help to help ignore the things you don't want. I just need to think of how that would be implemented the best.

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

3 participants