# Do I need to start over?

**URL:** https://discourse.beets.io/t/do-i-need-to-start-over/2307
**Category:** Help
**Created:** [March 31, 2023, 1:57am UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307 "2023-03-31T01:57:38Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![spinach](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@spinach](https://discourse.beets.io/u/spinach)
#### Post date: [March 31, 2023, 1:57am UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/1 "2023-03-31T01:57:38Z")

</div>

I’m about a quarter into a multi-TB import when I noticed that I made mistakes. When beets couldn’t find tracks in an album match from discogs or musicbrainz, it left those behind in the source folder rather than importing them. I probably should have imported those albums ‘As Is’.

I used copy not move during import so I still have all my original files. What’s the best way forward? Do I need to start from scratch or can I reimport from my source directory to grab all those orphaned tracks?

---

<div class="post-metadata">

### Author: ![RollingStar](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/rollingstar/32/728_2.png) [@RollingStar](https://discourse.beets.io/u/RollingStar)
#### Post date: [April 1, 2023, 8:49pm UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/2 "2023-04-01T20:49:04Z")

</div>

Hot take-

look at duplicate\_action.

[https://beets.readthedocs.io/en/stable/reference/config.html#duplicate-action](https://beets.readthedocs.io/en/stable/reference/config.html#duplicate-action)

there’s some way to ‘resume’ an import but IDK if it will help you:

[https://beets.readthedocs.io/en/latest/reference/cli.html?highlight=import#import](https://beets.readthedocs.io/en/latest/reference/cli.html?highlight=import#import)

---

<div class="post-metadata">

### Author: ![spinach](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@spinach](https://discourse.beets.io/u/spinach)
#### Post date: [April 3, 2023, 1:53am UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/3 "2023-04-03T01:53:25Z")

</div>

Thanks for your reply but neither of those suggestions are going to help me. I don’t need to deal with any dupes right now. If I select ‘no’ to Resume Import it doesn’t start from the beginning.

How do I just remove all entries in beets and restart my import?

---

<div class="post-metadata">

### Author: ![adrian](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/adrian/32/4_2.png) [@adrian](https://discourse.beets.io/u/adrian)
#### Post date: [April 6, 2023, 8:07pm UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/4 "2023-04-06T20:07:15Z")

</div>

I’m not entirely clear on why saying “no” to “resume import” doesn’t restart… but you can delete the `~/.config/beets/state.pickle` to clear any memory of an interrupted import. You also may want to be careful about the `import.incremental` setting, if you’ve ever had that enabled.

---

<div class="post-metadata">

### Author: ![jojo](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/jojo/32/709_2.png) [@jojo](https://discourse.beets.io/u/jojo)
#### Post date: [April 13, 2023, 5:37am UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/5 "2023-04-13T05:37:53Z")

</div>

I’m not sure if that helps but there is a log file that should tell you which folders were skipped. You can run an import from that logfile using the --from-logfile option of the import command. Maybe that helps you to not have to start over completely?

I just checked and realized that there is no default value for that log file setting, so if you haven’t set that on purpose when you’ve set up beets, my suggestions won’t help, sorry ☹

> <https://github.com/beetbox/beets/blob/d05c34ec4e9d8fa9e34706ac2279b7315b36e1e0/beets/config_default.yaml#L19>

---

<div class="post-metadata">

### Author: ![spinach](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@spinach](https://discourse.beets.io/u/spinach)
#### Post date: [June 3, 2023, 2:43pm UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/6 "2023-06-03T14:43:58Z")

</div>

OK, after a hiatus from Beets I returned to the task of reimporting my Downloads. I used the --noincremental tag and that got beets to start from the beginning. Found that one on Google Groups in 2023!

[https://groups.google.com/g/beets-users/c/AhWwRkszFOE](https://groups.google.com/g/beets-users/c/AhWwRkszFOE)

But now I’m finding that extrafiles is leaving files behind or behaving oddly when I import an already existing album As Is. This creates a second folder that contains just the extra files whereas the music files are in their own folder.

I really feel like I need to just delete all my imported albums and start fresh. Can I do that without screwing things up? Will the Update command clear out the database?

---

<div class="post-metadata">

### Author: ![Aurelien](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@Aurelien](https://discourse.beets.io/u/Aurelien)
#### Post date: [November 27, 2024, 10:21am UTC](https://discourse.beets.io/t/do-i-need-to-start-over/2307/7 "2024-11-27T10:21:26Z")

</div>

You saving my life with `--noincremental`. I’ve done a beet import with a move and auto tag quiet mode to clean my music in first.  
`beet import -q: quiet mode. Never prompt for input and, instead, conservatively skip any albums that need your opinion. The `-ql` combination is recommended.`

`beet import /downloads -ql logsFile-1.txt`

But I can’t found how to reimport the music skipped by the quiet mode.  
With command `beet import /downloads --noincremental` he ask me to resume, say no to reimport the skipped files!
