Skip to content

Commit

Permalink
Update docs for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jul 6, 2020
1 parent 7f0f0bb commit 017da94
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.7.1]
### Added
- Parameter `-SetJavlibraryOwned` to add a list of movies as owned on JAVLibrary
- Requires a flat text file of movie IDs
- e.g. `Javinizer -SetJavlibraryOwned 'C:\Downloads\javlist.txt'

### Changed
- 60s timeout when attempting to set owned status on JAVLibrary
- Error check to test successful authentication to JAVLibrary before running sort

### Fixed
- Fixed movie count being doubled on sort
- Fixed movie mismatch when `regex-match=True`
- Fixed running Javinizer `-Multi` sort when `set-owned=True`

### Removed
- Removed verbose messages on GET/POST requests to JAVLibrary when setting owned status

## [1.7.0]
### Added
- Added setting to match JAV files using regular expressions
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ SYNTAX
Javinizer [-OpenLog] [-ViewLog <String>] [-LogLevel <String>] [-Entries <Int32>] [-Order <String>] [-ScriptRoot <String>] [<CommonParameters>]
Javinizer [-SetJavlibraryOwned <String>] [-ScriptRoot <String>] [<CommonParameters>]
Javinizer [-GetThumbs] [-UpdateThumbs <Int32>] [-OpenThumbs] [-SetEmbyActorThumbs] [-ScriptRoot <String>] [<CommonParameters>]
Expand Down Expand Up @@ -177,7 +179,7 @@ PARAMETERS
The movetofolder parameter will allow you to set a true/false value for the setting move-to-folder from the commandline.
-RenameFile <Boolean>
The renamefile parameter will allow you to set a true/false v alue for the setting rename-file from the commandline.
The renamefile parameter will allow you to set a true/false value for the setting rename-file from the commandline.
-Help [<SwitchParameter>]
The help parameter will open a help dialogue in your console for Javinizer usage.
Expand Down Expand Up @@ -209,6 +211,9 @@ PARAMETERS
-Order <String>
The order parameter lets you select which sort order to view your log entries (Asc, Desc) with descending being default
-SetJavlibraryOwned <String>
The setjavlibraryowned parameter lets you reference a path to a list of your JAV movies in line separated format in a flat text file to set as owned on JAVLibrary
-GetThumbs [<SwitchParameter>]
The getthumbs parameter will fully update your R18 actress and thumbnail csv database file which will attempt to write
unknown actress thumburls on sort.
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Version number of this module.

ModuleVersion = '1.7.0'
ModuleVersion = '1.7.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 017da94

Please sign in to comment.