You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Erin has all these features implemented :
32
32
- Automatic clip naming based on file name
33
33
- Simple and optional security using a master password
34
34
- Support for Horizontal and Vertical scroll direction
35
+
- Support for starting video playback from the start, middle, or random point in the video
35
36
- Support for custom styling\*\*\*\*
36
37
- Support for HTTP and HTTPS
37
38
- Support for Docker / proxy deployment
@@ -121,6 +122,7 @@ To run Erin, you will need to set the following environment variables in a `.env
121
122
|`IGNORE_HIDDEN_PATHS`|`boolean`| Whether all hidden files and directories (starting with a dot) should be ignored by Erin, and not loaded or scanned altogether | false |
122
123
|`SCROLL_DIRECTION`|`string`| The scroll direction of your video feed. (Possible values : vertical, horizontal ) | vertical |
123
124
|`USE_CUSTOM_SKIN`|`boolean`| Whether a custom skin should be loaded on startup. (Possible values : true, false) | false |
0 commit comments