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

Clarify description of incremental_skip_later #3187

Merged
merged 2 commits into from
Mar 23, 2019

Conversation

jroitgrund
Copy link
Contributor

@jroitgrund jroitgrund commented Mar 23, 2019

Contrary to what the current docs say, incremental_skip_later should be set to no for beets to revisit skipped directories:

beets/beets/importer.py

Lines 582 to 586 in 3b78d93

if session.config['incremental'] and not (
# Should we skip recording to incremental list?
self.skip and session.config['incremental_skip_later']
):
self.save_history()

@sampsyo
Copy link
Member

sampsyo commented Mar 23, 2019

A solid improvement; thank you!!

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

Successfully merging this pull request may close these issues.

2 participants