Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Corionis committed Aug 18, 2021
1 parent e68b2cc commit cd0f24b
Show file tree
Hide file tree
Showing 14 changed files with 338 additions and 164 deletions.
124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 23 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![ELS-Plex logo](https://github.com/GrokSoft/ELS-Plex-Generator/blob/master/artifacts/images/els-plex-logo.png)
# ELS-Plex-Generator

ELS-Plex-Generator is an add-on tool for Entertainment Library Synchronizer (ELS),
available at [https://github.com/GrokSoft/ELS](https://github.com/GrokSoft/ELS), that generates the publisher library
JSON file required for ELS from a Plex Media Server (PMS).
Expand Down
5 changes: 3 additions & 2 deletions artifacts/document/command-line.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ELS-Plex-Generator is an add-on tool for Entertainment Library Synchronizer (ELS),
available at [https://github.com/GrokSoft/ELS](https://github.com/GrokSoft/ELS), that generates the publisher library
JSON file required for ELS by querying a Plex Media Server for metadata and library source
definitions.
JSON file required for ELS by querying a Plex Media Server for metadata and library source definitions.

## Command Line Options
ELS-Plex-Generator requires 3 arguments.
Expand Down Expand Up @@ -34,6 +33,8 @@ input filename is used certain values are copied to the output file. Those are:
* key, default generated UUID on every run of this program
* case_sensitive, default Windows = false, others = true
* ignore_patterns, default desktop.ini, Thumbs.db
* renames, if present, no default
* locations, if present, no default

3. Using the -i option allows this program to be executed as part of an automated
procedure, such as before ELS is run on a schedule.
Expand Down
2 changes: 1 addition & 1 deletion artifacts/document/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ELS-Plex-Generator is distributed as a single Java jar file.
Any software downloaded from this site is free and without warranty or guarantee of any kind expressed or implied. The software may not work or serve any intended or particular purpose. Use at your own risk. If you break it you own both parts.

# Downloads
The current version of ELS-Plex-Generator is: **1.1.0.**
The current version of ELS-Plex-Generator is: **3.0.0.**

* Latest build, software only: [ELS-Plex-Generator.jar](../blob/master/deploy/ELS-Plex-Generator.jar?raw=true)

Expand Down
Loading

0 comments on commit cd0f24b

Please sign in to comment.