Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bardweller/dupefinder
A quick tool to scan directories to ensure filenames are appropriate for emby
https://github.com/bardweller/dupefinder
Last synced: about 1 month ago
JSON representation
A quick tool to scan directories to ensure filenames are appropriate for emby
- Host: GitHub
- URL: https://github.com/bardweller/dupefinder
- Owner: BarDweller
- License: apache-2.0
- Created: 2023-09-21T19:26:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T19:51:18.000Z (over 1 year ago)
- Last Synced: 2023-09-22T03:30:31.377Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dupefinder
A quick tool to scan directories to ensure filenames are appropriate for embyTool will look for
- Dirs containing .nfo files containing xml identifying a movie, but without a corresponding movie in the same dir.
- eg, finds filename.nfo with valid xml, but no corresponding filename.mkv (or other extensions in code)
- Multiple Dirs containing the same movie (as declared by xml in the .nfo)
- Single Dirs containing multiple of the same movie, where the filename is not 'Directory Name - VersionIdentifier.mkv'
- eg. 'Top Gun (1986) - DVD.mkv' (extension unimportant, must match the 'Directory Name - ' prefix)
- Where multiple of the same movie are found in the same dir, where possible suggested renames are offered as powershell commands.