Commit graph

237 commits

Author SHA1 Message Date
Joshua M. Boniface
64b0da5edc Update wording around localhost 2022-07-22 02:30:21 -04:00
Joshua M. Boniface
f071e4544d Add another formatting tweak 2022-07-20 03:18:41 -04:00
Joshua M. Boniface
1006583fff Reformat and refactor setup guide further 2022-07-20 03:18:17 -04:00
Joshua M. Boniface
3291f5edf3 Add comment about setup.md 2022-07-20 02:56:03 -04:00
Joshua M. Boniface
575af44a93 Additional formatting tweaks 2022-07-20 02:55:40 -04:00
Joshua M. Boniface
b1a7f86128 Fix formatting inconsistencies 2022-07-20 02:54:03 -04:00
Joshua M. Boniface
6385254fbf Clarify why retrying is bad 2022-07-20 02:49:54 -04:00
Joshua M. Boniface
9009e3161c Clarify performance reasons for not weighting 2022-07-20 02:48:34 -04:00
Joshua M. Boniface
2a0c74ad30 Adjust wording in target host selection 2022-07-20 02:46:17 -04:00
Joshua M. Boniface
b49c13890f Standardize comment formatting 2022-07-20 02:43:45 -04:00
Joshua M. Boniface
ce5059959c Add shields.io badges 2022-07-20 02:36:00 -04:00
Joshua M. Boniface
a993836d60 Format code with Black 2022-07-20 02:31:09 -04:00
Joshua M. Boniface
04b8794e66 Clarify active status further 2022-07-20 00:36:59 -04:00
Joshua M. Boniface
192e2eebaf Further formatting tweak 2022-07-20 00:34:03 -04:00
Joshua M. Boniface
08ac5dbd8a Clarify the ignored line 2022-07-20 00:32:34 -04:00
Joshua M. Boniface
afd97a0729 Mention when the rules take effect 2022-07-20 00:32:09 -04:00
Joshua M. Boniface
e3cf4e6230 Fix a few more instances 2022-07-20 00:27:26 -04:00
Joshua M. Boniface
d9a18d7137 Adjust quoting of name and add logfile section 2022-07-20 00:24:17 -04:00
Joshua M. Boniface
cc5b1d469b Add log viewing support
Adds two methods to view the log; the first is the entire log in a
pager, and the second is following any new messages (like 'tail -f -0'
in Linux).
2022-07-20 00:19:50 -04:00
Joshua M. Boniface
d65d93a765 Fix some formatting in README 2022-07-20 00:02:26 -04:00
Joshua M. Boniface
9d26e8c055 Fix broken tag in README 2022-07-20 00:00:55 -04:00
Joshua M. Boniface
5159e52c3d Revert "Try to fix banner link"
This reverts commit d276cde92e.
2022-07-20 00:00:14 -04:00
Joshua M. Boniface
d276cde92e Try to fix banner link 2022-07-19 23:59:58 -04:00
Joshua M. Boniface
7cbe14e80a Complete refactoring of rffmpeg
This commit represents a complete refactoring of rffmpeg while
preserving all existing functionality.

Several key changes are:

1. A cleaner function tree throughout the code, hopefully making things
easier to understand.

2. The use of "-t -t" to the "ssh" command to optimize behaviour when
Ctrl+C is used to terminate a test process.

3. The removal of the old PID-based "state" system in favour of a
ground-up SQLite-based system which can better track the current status.

4. The renaming of the binary from "rffmpeg.py" to "rffmpeg".

5. The addition of an alternate invocation and corresponding Click-based
CLI interface to manage the database, accessible by calling the
"rffmpeg" binary name directly instead of an "ffmpeg"/"ffprobe" alias.

6. The moving of host management out of the config file and into the
database/Click CLI interface for better management capabilities.

7. The proper defaulting of the configuration; an entirely empty
configuration can be specified if desired, using only default options.

This new version should be functionally identical to the old version in
all cases while providing the above changes.

This commit also adjust the documentation to reflect the updated setup
and options.
2022-07-19 23:51:00 -04:00
Joshua M. Boniface
876a663326 Center logos 2022-07-19 22:06:31 -04:00
Joshua M. Boniface
497a174a1e Add Matrix link to README 2022-07-19 22:05:59 -04:00
Joshua M. Boniface
e3c4d4e981 Add additional detail about host lists and install 2022-07-19 15:11:25 -04:00
Joshua M. Boniface
b50080969d Ensure rffmpeg.py is executable 2022-07-19 14:30:21 -04:00
Joshua M. Boniface
e34a45ce2d Clarify Ubuntu situation for python3-subprocess 2022-07-19 14:26:16 -04:00
Joshua M. Boniface
40938b54bc I can never spell "publicly" right 2022-06-18 03:39:56 -04:00
Joshua M. Boniface
136a0ab5c7 Mention what Issues are for 2022-06-18 03:38:22 -04:00
Joshua M. Boniface
b2fd3c9cf5 Adjust link to guide 2022-06-18 03:33:38 -04:00
Joshua M. Boniface
89aae97635 Adjust tag line 2022-06-18 03:32:43 -04:00
Joshua M. Boniface
4b07ed3772 Remove superfluous mention of exports 2022-06-18 03:31:20 -04:00
Joshua M. Boniface
55e7c6df28 Fix bad example command 2022-06-18 03:29:52 -04:00
Joshua M. Boniface
bd306a9336 Further formatting tweaks 2022-06-18 03:27:50 -04:00
Joshua M. Boniface
a86e601361 Ensure keyscan save works properly 2022-06-18 03:20:23 -04:00
Joshua M. Boniface
836cc3da35 Add chown to .ssh directory 2022-06-18 03:19:46 -04:00
Joshua M. Boniface
cebf5dbdfb Adjust ordering of steps 2022-06-18 03:18:26 -04:00
Joshua M. Boniface
1048cdb7c7 Always code-ify "rffmpeg" 2022-06-18 03:17:29 -04:00
Joshua M. Boniface
10704b5ac3 Adjust recommended install process 2022-06-18 03:16:22 -04:00
Joshua M. Boniface
5ad9f3f029 Fix code block formatting 2022-06-18 03:15:23 -04:00
Joshua M. Boniface
c27faafd09 Fix formatting 2022-06-18 03:12:09 -04:00
Joshua M. Boniface
231348cca8 Fix indentation in lists 2022-06-18 03:10:40 -04:00
Joshua M. Boniface
f90b6dd744 Split setup guide and add FAQ 2022-06-18 03:09:44 -04:00
Joshua M. Boniface
f516a1a113 Mention installing jellyfin-ffmpeg5 with 10.8.0 2022-06-11 17:15:38 -04:00
Joshua M. Boniface
78b3c1e5cd Tweak the wording a bit more 2022-06-11 16:09:18 -04:00
Joshua M. Boniface
fc89e24776 Fix formatting and add more info 2022-06-11 16:04:19 -04:00
Joshua M. Boniface
bae7b2f01f Add link to NVidia docs 2022-06-11 16:03:00 -04:00
Joshua M. Boniface
ab99b29356 Add notes about .nv folder with NVEnc/NVDec 2022-06-11 16:02:33 -04:00