Skip to content

Commit

Permalink
beet-cleanup-duplicate-imports: initial
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Jul 30, 2023
1 parent ac78636 commit 55f376c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions beet-cleanup-dupe-files

This file was deleted.

8 changes: 8 additions & 0 deletions beet-cleanup-duplicate-imports
@@ -0,0 +1,8 @@
#!/bin/sh

## fixes problems like this that might occur from time to time:
# rwxrwxrwx ▏< mon │ 21M│ 01 Laleh - Sol Vind Och Vatten.flac
# rwxrwxrwx ▏< mon │ 21M│ 01 Laleh - Sol Vind Och Vatten.1.flac
# rwxrwxrwx ▏< mon │ 21M│ 01 Laleh - Sol Vind Och Vatten.2.flac

find . -type f -regextype awk -iregex '.+[.][0-9][.](mp3|flac|jpg)$' | vidir -

0 comments on commit 55f376c

Please sign in to comment.