forked from j62/ctbrec
1
0
Fork 0
Commit Graph

1461 Commits

Author SHA1 Message Date
0xb00bface 66ba857b82 Fix bug in Recording.equals 2020-10-17 17:28:04 +02:00
0xb00bface f7775b4671 Add button to pause recording entirely without pausing all models 2020-10-17 16:43:23 +02:00
0xb00bface 12033e9923 Make preferred size of preferences view taller to avoid clipping 2020-10-17 13:56:04 +02:00
0xb00bface e49ef57f21 Change equals and hashcode in Recording to only use the ID 2020-10-17 13:37:49 +02:00
0xb00bface fcbe4a2e25 Add automatic redirect and custom 404 page 2020-10-11 21:50:38 +02:00
0xb00bface d2486b2a63 Add scrollbars to settings tab 2020-10-11 20:06:55 +02:00
0xb00bface 7eac934c7f Remove getLength from download
The length has to be determined just in time for certain pp functions to
work properly. The length can no longer be retrieved from the recording,
but has to be determined with the help of VideoLengthDetector
2020-10-11 19:14:22 +02:00
0xb00bface 24fa1a6ed6 Set version to 3.10.2 2020-10-08 21:49:01 +02:00
0xb00bface afb64fe101 Update changelog 2020-10-08 21:46:53 +02:00
0xb00bface 19c1719d20 Fix Flirt4Free thumb overviews 2020-10-08 21:40:52 +02:00
0xb00bface 2d3bb0c5c8 Add possibility to define the contactsheet file name with variables 2020-10-07 21:14:15 +02:00
0xb00bface cd394c8e36 Fix camsoda thumbnail overviews 2020-10-07 21:02:58 +02:00
0xb00bface 48605554f8 Change unit in label for minimumSpaceLeftInBytes 2020-10-05 18:52:12 +02:00
0xb00bface 2dd32fed0c Fix URLs for models with special characters in their name 2020-10-05 18:44:16 +02:00
0xb00bface eaf5fd2ed7 Remove online check in resumeRecording
The online check will be done in the preconditions check anyway
2020-10-04 19:46:02 +02:00
0xb00bface 0b384cf85e Improve Bongacams online state detection 2020-10-04 19:31:34 +02:00
0xb00bface e250628c96 Add com.sun.activation for Java versions > 8 2020-10-04 16:03:56 +02:00
0xb00bface a2e2dbda6d Catch JSON parse exception 2020-10-04 15:20:23 +02:00
0xb00bface 5fa939ae65 Write script output to temporary log file 2020-10-03 20:22:20 +02:00
0xb00bface 8cc6f7ae0e Delete FFmpeg log files on JVM termination 2020-10-03 20:16:41 +02:00
0xb00bface 8179fa0b8b Fix suggested download filename for single file recordings 2020-10-03 19:04:30 +02:00
0xb00bface 098e2d1b67 Fix update of associated files in GUI 2020-10-03 19:00:20 +02:00
0xb00bface 986744dfe7 Improve file handling in HLS servlet 2020-10-03 18:29:09 +02:00
0xb00bface 073546b9d3 Update changelog 2020-10-03 16:49:11 +02:00
0xb00bface 7701ee2482 Set chaturbate thumbs to 16:9 format 2020-10-03 16:48:57 +02:00
0xb00bface 0e71729fb9 Avoid resize flicker by passing to aspect ratio to the constructor 2020-10-03 16:48:21 +02:00
0xb00bface 9e68876022 Use Flirt4Free stream preview instead of static images 2020-10-03 16:26:09 +02:00
0xb00bface 0664037ff8 Update changelog 2020-10-03 16:15:21 +02:00
0xb00bface 1350dce14f Fix BongaCams online check
Fix Bongacams unfollow
2020-10-03 16:14:24 +02:00
0xb00bface 3b3854c488 Fix Streamate followed tab
Also use a preview image instead of the bio pic
2020-10-03 13:59:19 +02:00
0xb00bface 99b21845ab Change post-process return value to boolean 2020-09-30 20:09:52 +02:00
0xb00bface 4823c603a7 Mark FFmpeg log files for deletion on JVM exit 2020-09-30 19:13:11 +02:00
0xb00bface 385a4c53c3 Fix Locale related bug in CreateContactSheet 2020-09-30 16:52:47 +02:00
0xb00bface c88ab395e7 Add contact sheet to recordings associated files 2020-09-30 16:23:09 +02:00
0xb00bface dcd3df5d0c Implement contact sheet creation 2020-09-30 16:16:49 +02:00
0xb00bface ce908bded2 Improve video length detection 2020-09-30 13:29:27 +02:00
0xb00bface 3bf9c5fa26 Fix JSON parsing exception
Sometimes performerData is not available. In this case we assume the
model is offline
2020-09-30 10:52:30 +02:00
0xb00bface 26b73322cc Add migration of old pp settings to new pp steps 2020-09-29 20:50:37 +02:00
0xb00bface bccdf47a2e Add automatic fix for invalid resolution range 2020-09-29 19:16:19 +02:00
0xb00bface a6a029b6db Remove post-processing example scripts 2020-09-29 15:41:04 +02:00
0xb00bface 0b281961d1 Update documentation 2020-09-29 15:39:12 +02:00
0xb00bface 7bb0e8fe5d Fix FFMpeg remux stop for server recordings on windows 2020-09-29 15:39:01 +02:00
0xb00bface 1c55593e7f Add timeout to systemd service file
Increase the systemd timeout, so that it waits for ctbrec to finish the
post-processing.
Also changed SyslogIdentifier=ctbrec to reflect the real name instead of
a test name.
2020-09-29 13:33:50 +02:00
0xb00bface 099ccc9399 Remove console output 2020-09-29 13:27:09 +02:00
0xb00bface ad3a8d9e48 Add support for 16:9 thumbnails 2020-09-29 13:24:29 +02:00
0xb00bface 0a5365360f Adjust ImageView size to match ThumbCell size 2020-09-29 11:04:22 +02:00
0xb00bface a8b1af848a Add documentation for the post-processing steps 2020-09-28 17:46:11 +02:00
0xb00bface e4eee063ba Fix Showup downloads
Add cid and pid to the playlist url, which fixes the download
functionality. But downloads now stop after a couple of minutes if you
are not logged in.
2020-09-28 14:34:11 +02:00
0xb00bface 8cac027e0a Remove Ko-Fi 2020-09-28 12:10:24 +02:00
0xb00bface 8b6d246732 Merge branch 'pp' into dev 2020-09-27 15:25:49 +02:00