|
| 1 | +github: |
| 2 | + username: JavaRaf # Your GitHub username (format: string) |
| 3 | + repo: TOP-ROAD-FRAMES # The name of the repo where the episodes which the frames are stored |
| 4 | + branch: master # The branch of the repo where the episodes which the frames are stored |
| 5 | + # Example: |
| 6 | + # javaRafa/ # username |
| 7 | + # └── frames/ # repo name |
| 8 | + # └── 01/ # episode folder name (name of the episode folder) (ex: 01, 02, 03, etc.) |
| 9 | + # ├── frame_0001.jpg |
| 10 | + # ├── frame_0002.jpg |
| 11 | + # └── frame_0003.jpg |
| 12 | + |
| 13 | + |
| 14 | +# progress |
| 15 | +in_progress: |
| 16 | + season: 1 |
| 17 | + episode: 1 |
| 18 | + frame: 0 |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +episodes: |
| 23 | + 1: |
| 24 | + title: The Beginning of a Dream # title for the episode (optional) |
| 25 | + image_fps: 3.5 # frames per second of the image/video (necessary to know when to stop posting) |
| 26 | + max_frames: 15 # maximum frames in the episode (exigid to know when to stop posting) |
| 27 | + album_id: # album id for repost frames in a facebook album (optional) |
| 28 | + 2: |
| 29 | + title: The Stage of Glory # title for the episode (optional) |
| 30 | + image_fps: 3.5 # frames per second of the image/video (necessary to know when to stop posting) |
| 31 | + max_frames: 15 # maximum frames in the episode (exigid to know when to stop posting) |
| 32 | + album_id: # album id for repost frames in a facebook album (optional) |
| 33 | + 3: |
| 34 | + title: The Reason to Run # title for the episode (optional) |
| 35 | + image_fps: 3.5 # frames per second of the image/video (necessary to know when to stop posting) |
| 36 | + max_frames: 15 # maximum frames in the episode (exigid to know when to stop posting) |
| 37 | + album_id: # album id for repost frames in a facebook album (optional) |
| 38 | + 4: |
| 39 | + title: One Mind # title for the episode (optional) |
| 40 | + image_fps: 3.5 # frames per second of the image/video (necessary to know when to stop posting) |
| 41 | + max_frames: 15 # maximum frames in the episode (exigid to know when to stop posting) |
| 42 | + album_id: # album id for repost frames in a facebook album (optional) |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +posting: |
| 47 | + fph: 15 # Frames posted per cicle (format: integer) |
| 48 | + posting_interval: 2 # Interval between posts in minutes (recomended: 2 or more)(format: integer) |
| 49 | + posting_subtitles: true # If true, the subtitles will be posted on comments (format: boolean) |
| 50 | + reposting_in_album: true # If true, the frame will be reposted in an album (format: boolean) |
| 51 | + |
| 52 | + random_crop: # Random crop settings (optional) |
| 53 | + enabled: true # If true, the image will be cropped randomly and posted on comments (default: true) (format: boolean) |
| 54 | + min_x: 200 # Minimum crop width (default: 200) (format: integer) |
| 55 | + min_y: 600 # Minimum crop height (default: 600) (format: integer) |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | +# placeholders: |
| 66 | +# {season_number} The season number |
| 67 | +# {episode_number} The episode number |
| 68 | +# {frame_number} The frame number |
| 69 | +# {max_frames} The maximum frames in the episode |
| 70 | +# {img_fps} The frames per second of the image/video |
| 71 | +# {fph} The frames per hour |
| 72 | + |
| 73 | +# {timestamp} The timestamp of the frame |
| 74 | +# {subtitles} The subtitles of the frame |
| 75 | +# {episode_title} The title of the episode |
| 76 | +# {posting_interval} The interval between posts in minutes (default: 2) (alterable in the configs.yml file) |
| 77 | +# {execution_interval} The interval between execution (default: 2 hours) (alterable in the workflow file) |
| 78 | +post_msg: | |
| 79 | + {episode_title} - Episode {episode_number}, Frame {frame_number} out of {max_frames} |
| 80 | + timestamp: {timestamp} |
| 81 | +
|
| 82 | +bio_msg: | |
| 83 | + Posting {fph} frames every {execution_interval} hours |
| 84 | +
|
0 commit comments