- Bring the app out of beta testing.
- Logging to file. Logs will be found in /config for native installs and the mounted config folder for Docker installs.
- Removed logging of frontend to backend web router calls.
- Added "Show/Hide Advanced" options in Settings page and included a logging level toggle.
- Server list wasn't showing secure connection options when "Secure connections" in the Plex Media Server settings was set to "Required".
- Dark mode setting was not being preserved in the save file when logging out.
- Minor fix to file monitoring.
- Added a dark mode which can be toggled on and off [#5]
- You can now choose if you want Buckets to be tied directly to folders, or stay with the current approach of manually selecting files for the Bucket in the UI. [#2]
- Bucket and file listings when editing a Bucket are updated in realtime when files/folders in the filesystem are added/deleted/renamed. [#2]
- Moved all inline CSS to external files to make style changes easier
- Basic code cleanup to remove compiler warnings
- Fixed issue where Synology is adding additional info to the file paths causing the monitoring to not work correctly. [#4]
- Fixed bug where files added to Buckets had an extra slash if file came from root directory. This also affected the file's ability to be monitored for changes. [#4]
- If Bucket is empty due to a backend file removal (since the UI does not allow for saving empty buckets), the Plex string no longer displays "undefined" for that Bucket.
- Added option for file monitoring through polling for when preroll directory is mounted over an SMB (or similar) share.
- Update Buckets in settings and Plex string when files in the file system are deleted, renamed, or moved. [#1]
- Deleting a Bucket will update any Sequences it is in and also update the Plex string.
- Added directory location under the file names in the "Files in buckets" list.
- "Plex location or preroll media" text box in the Settings tab is not grayed out for Native installs anymore. This is to accommodate users that run their Plex server on a different machine than Preroll Plus. [#3]
- Fixed issue where opening a Sequence that contains a recently deleted bucket was generating an error.
- Make header bar "sticky" to the top of the window. [#1]
- Make list of files in bucket alphabetical. [#1]
- Change "Add" button in buckets to a "left arrow" to match the asthetic of the Sequences page. [#1]
- Sequences and Buckets are now highlighted when editing them. [#1]
- Added a video preview player in the Bucket creation/edit page. [#1]
- Brought back build number which wasn't brought back in previous version after local testing.
- The file list in Buckets was not indicating if the directory location set in Settings does not exist.
- Fix "Update Available" URL.
- Fixed output string in Sequences when trying to save without having a sequence name or buckets.
- Plex server preroll sequence string is updated when a Sequence is deleted to prevent playing an unwanted sequence.
- Fix error when clicking the button to add a bucket to a sequence when a bucket is not selected. [#1]
- If two identical buckets are used in a sequence, or the same pre-roll is used in two different buckets in the same sequence, Plex will not play the same pre-roll twice.
- Fixed double slashes in pre-roll string on some file system. [#1]
- Updated server retrieval logic to parse multiple IPs returned from account server list and mark the unreachable IP's as unreachable. [#1]
Initial beta release