https://github.com/madbomb122/mkv-nosubtitlelist
Searches the folder specified for MKVs with no subtitles and gives you the list
https://github.com/madbomb122/mkv-nosubtitlelist
mkvtool powershell-script subtitles
Last synced: 10 months ago
JSON representation
Searches the folder specified for MKVs with no subtitles and gives you the list
- Host: GitHub
- URL: https://github.com/madbomb122/mkv-nosubtitlelist
- Owner: madbomb122
- Created: 2021-08-10T16:03:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T16:57:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T21:09:19.014Z (over 1 year ago)
- Topics: mkvtool, powershell-script, subtitles
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MKV-NoSubtitleList
Searches the folder specified for MKVs with no subtitles and gives you the list
Just edit the file and change the following variables
`$SearchPath` -This is the path you want to search
`$MkvToolPath` -This is the path of MKVToolNix
Then just run the script (or copy and paste it into a powershell window)
The script will proccess all files first then will give you a list of File (with it's path) with no Subtitles
Note: I did not create the function this uses (I found it), I am using it for finding MKVs with no subtitle
Requirements to run:
`Powershell`
`mkvinfo.exe` (from Mkvtoolnix)