Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Adjust settings path for directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 17, 2019
1 parent 8df8ea4 commit a347205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Get-R18ThumbUrls.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Set-NameOrder {
$ProgressPreference = 'SilentlyContinue'

# Check settings file for config options
$SettingsPath = Resolve-Path -Path (Join-Path -Path $PSScriptRoot -ChildPath (Join-Path -Path '..' -ChildPath 'settings_sort_jav.ini'))
$SettingsPath = Resolve-Path -Path (Join-Path -Path $PSScriptRoot -ChildPath 'settings_sort_jav.ini')
$NameOrder = ((Get-Content $SettingsPath) -match '^swap-name-order').Split('=')[1]
$StartPage = ((Get-Content $SettingsPath) -match '^r18-start-page').Split('=')[1]
$EndPage = ((Get-Content $SettingsPath) -match '^r18-end-page').Split('=')[1]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ Big thanks to the original author of the sort_jav.py script [/u/Oppaira](https:/
- Changes
- Add actor thumbnail URL directly in the .nfo metadata within `Set-JAVNfo.ps1` to work with Plex
- Change some default video naming settings in `settings_sort_jav.ini`
- Change directory structure for `Get-R18ThumbUrls.ps1`
- Fixes
- Fix `Sort-7mmtv.ps1` not sorting some videos
- Fix `$SettingsPath` on `Get-R18ThumbUrls.ps1`


### v 1.5.3 (Current release)

Expand Down Expand Up @@ -73,7 +76,7 @@ Big thanks to the original author of the sort_jav.py script [/u/Oppaira](https:/

### Installing

[Clone this repository (recommended)](https://github.com/jvlflame/JAV-Sort-Scrape-javlibrary/archive/master.zip) or [download the latest release](https://github.com/jvlflame/JAV-Sort-Scrape-javlibrary/releases).
[Clone the repository](https://github.com/jvlflame/JAV-Sort-Scrape-javlibrary/archive/master.zip) or [download the latest release](https://github.com/jvlflame/JAV-Sort-Scrape-javlibrary/releases).

#### Install Pillow module on Python

Expand Down

0 comments on commit a347205

Please sign in to comment.