Skip to content

Commit

Permalink
Updated the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponyboy47 committed Jun 29, 2017
1 parent fd8d2a1 commit 1218cc5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ defaults to 30.0
```
default is /tmp

#### Set whether or not subtitle files should be deleted or preserved for video media:
`-q` or `--delete-subtitles`
```bash
.build/debug/monitr --delete-subtitles
```
default is false

#### Set whether or not to save these config settings to the config file:
`-s` or `--save-settings`
```bash
Expand Down Expand Up @@ -250,7 +257,8 @@ NOTE: If set, and logging level >= 3 (debug or verbose), logs are written both t
- [x] The CLI boolean flags with a default value of true cannot be set to false. Fix it.
- [ ] Do something with files that failed to be moved
- [x] Don't register downloads with x264 as a TV show of Season 2 Episode 64
- [ ] Better subtitle file support
- [x] Better subtitle file support
- [x] Make an option for deleting subtitle files upon import
- [ ] Get show name/season from parent directory? (Useful when there is an organized directory structure, but file names do not contain all the relevant info)
- [x] Convert media to Plex Direct Play/Stream formats with Handbrake CLI or ffmpeg
- [ ] Preserve TV show episode titles
Expand Down

0 comments on commit 1218cc5

Please sign in to comment.