Commit graph

30 commits

Author SHA1 Message Date
Adrian Campos Garrido
d5285014a0
Commit with requested changes
Commit with requested changes
2024-05-30 19:30:39 +02:00
Adrian Campos Garrido
f95ccd2fbf
Add requested changes from author
Add requested changes from author
2024-05-30 19:27:12 +02:00
Adrian Campos Garrido
40a2fc562f
Upgrade documentation to add new 10.9.3 version
I just test (debian OS) with jellyfin-ffmpeg6 and is working correct so you can update to latest packages
2024-05-30 10:29:19 +02:00
Joshua M. Boniface
37871b38d9 Adjust README to reflect #50
This PR added default top-level configuration values, so a configuration
file is no longer strictly required except to override defaults. Adjust
the wording of the relevant README sections to reflect this.
2023-01-13 13:16:58 -05:00
gitdeath
6f9971bdea
Update SETUP.md
Added a bullet on `actimeo` parameter - I didn't want to edit your original content in the two previous bullets
2022-12-31 12:07:57 -06:00
Joshua M. Boniface
55d72e73c0 Clarify why sync and transcodes need a real fs 2022-12-31 01:35:52 -05:00
Joshua M. Boniface
6458bc85b7 Add blurb about paths in Docker 2022-07-26 01:16:52 -04:00
Joshua M. Boniface
57cb6f8b67 Fix formatting error 2022-07-24 12:28:14 -04:00
Joshua M. Boniface
0100731b54 Add media to example exports 2022-07-22 02:57:08 -04:00
Joshua M. Boniface
e84651138a Clarify wording of media export 2022-07-22 02:56:07 -04:00
Joshua M. Boniface
8d1a8dcb77 Mention output style 2022-07-22 02:52:14 -04:00
Joshua M. Boniface
8f76a5fb24 Mention style of verbatim commands 2022-07-22 02:51:27 -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
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
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
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