Skip to content

Commit

Permalink
And versioning & future features documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Apr 24, 2022
1 parent 0fc882f commit c44d6c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,15 @@ This will display all configuration in a JSON format regardless of whether it ca

## Limitations
mecon uses each file's name and size in bytes to reconcile files in the file system with items in Plex libraries. In the unlikely event that you have files that are considered different but have identical names and sizes, the reconciliation process will provide unreliable results.

## Versioning & Features slated for v1.0.0
This application should be considered to be in beta until it reaches a v1.0.0+ version number. The version number can be confirmed using:
```
mecon --version
```
Features slated for v1.0.0:
- Progress feedback/spinner
- Regex output filter (e.g. for ignoring all filenames containing 'sample')
- File size output filter (e.g. for ignoring all files under 0.5MB)
- User watched output filter (e.g. show only files watched by a list of users)
- Packages, installers or manual install instructions

0 comments on commit c44d6c3

Please sign in to comment.