57 Commits

Author SHA1 Message Date
b5b2f580fa Add possibility to use --all-audio 2024-03-19 14:56:18 +01:00
13c7bde679 Change file modes 2023-10-06 16:08:45 +02:00
5790b9134e Add timeout error handling 2023-10-06 16:02:16 +02:00
a7bc9c6257 Modify rsync arguments 2023-10-06 15:53:41 +02:00
7306e018a6 Add transcode timeout 2023-10-06 15:53:09 +02:00
055eb7b04d Fix transcoder utf8 decoder error handling 2023-03-19 21:48:22 +01:00
ba6e777320 Replace utf-8 encoding errors 2023-03-17 08:14:29 +01:00
cc37488ebb Ignore .nodvdnav files instead of .dvdnav 2023-03-16 09:09:45 +01:00
b0c510dbe3 Do not try to rip .dvdnav files 2023-03-16 08:07:17 +01:00
c24ad7f376 Make using .nodvdnav file possible 2023-03-15 13:55:22 +01:00
a46c2caea1 Add copyright 2023-03-13 11:08:58 +01:00
b076b9b69f Undo moving of TOC 2023-03-13 10:36:45 +01:00
fca5705207 Move TOC in Readme below description 2023-03-13 10:31:18 +01:00
b12d26b80f Improve Readme 2023-03-13 10:21:16 +01:00
69994b452e Delete old README 2023-03-13 09:43:26 +01:00
225c16e717 Formulate README as manual 2023-03-13 09:42:52 +01:00
8bc4657ad6 Make default Series Preset be HQ 2023-03-12 13:24:25 +01:00
901baae755 Fix validity check of series dvd with only one episode 2023-03-12 13:23:09 +01:00
11a23466ec update flake.lock 2023-03-11 15:14:24 +01:00
84dde05100 Add direnv support 2023-03-11 15:13:19 +01:00
02c12576f7 add flake.nix for devshell 2023-03-10 18:02:40 +01:00
8323bd059c Fix dotenv dependency 2023-03-06 19:32:33 +01:00
0a179afc87 Unstage video_transcoder service from git, keep sample file 2023-03-06 19:20:31 +01:00
dbdea3b638 Add possibility to rip series disc with one title 2023-03-06 19:15:04 +01:00
19fcd9d1f0 Do not check if destination exists since rsync already does it 2023-03-06 12:26:00 +01:00
f7ad0ea237 Move hardcoded settings to .env file 2023-03-06 11:15:15 +01:00
3a85f69bc3 Improve ripping 2023-03-06 10:44:55 +01:00
d83ad24d5d Add wait for dvd device 2022-09-18 16:41:55 +02:00
b29131d45f Delete titles file on success 2022-09-16 12:59:46 +02:00
f87ea7e9d1 Append transcoding logs to scan logs instead of overwriting 2022-09-16 12:53:38 +02:00
a3776cc917 Add .titles file feature 2022-09-16 12:46:31 +02:00
0359171483 Ceil len of names in tmp
This is because dvdbackup allows maximum 33 chars in the output file (I
dont know why)
2022-09-14 17:32:26 +02:00
d48b5d7bb5 Add video_transcoder service 2022-09-13 14:36:52 +02:00
610f07074f Add error message if tmp not empty 2022-09-13 09:59:50 +02:00
b4c01557f6 Change command args order for handbrakecli 2022-09-12 17:22:41 +02:00
140d30d767 Fix bugs, Add error messages 2022-09-12 15:32:09 +02:00
e6917b9807 Fix bugs, script now working 2022-08-29 15:53:37 +02:00
cd71ca64b4 Put transcoding of episode into separate function 2022-08-27 20:34:34 +02:00
cd0deafe15 Delete old .log file before transcoding
Might be leftover if transcoding was aborted before
2022-08-27 20:26:47 +02:00
58f2c3295a Fix bugs due to Dvd now being a class 2022-08-27 20:26:28 +02:00
13e5f4fbe6 Fix deleting of non empty folders not working 2022-08-27 20:11:44 +02:00
7e4202cd35 Change nicing to specify nice level 2022-08-27 20:07:09 +02:00
14607bd91d Nice handbrake process 2022-08-27 20:04:05 +02:00
aa51ecd279 Added transcoding of series 2022-08-27 20:02:19 +02:00
0caafbb2f0 Allow transcoding when .log file exists 2022-08-23 16:03:03 +02:00
3f6fcf2248 Change error log handling 2022-08-18 17:30:27 +02:00
f4f394f21b Add transcoding script (no series support yet) 2022-08-18 17:15:40 +02:00
b353b313ee Add script for transferring ripped dvds to transcoder 2022-08-18 15:38:07 +02:00
d117ff2de4 Uncomment code commented for testing 2022-08-18 12:55:09 +02:00
9841ce70b4 Add python requirements file 2022-08-18 12:53:27 +02:00