forked from j62/ctbrec
1
0
Fork 0
Commit Graph

141 Commits

Author SHA1 Message Date
reusedname 8bf9bb2b18 Merge branch 'fix-choking-dev' into reusedname-dev 2025-02-15 14:11:18 +05:00
reusedname 4dbcbaa707 more debug stats
(cherry picked from commit 7f06a41dc081f45683218aaaa0c3621040b5d0a0)
2025-02-15 14:08:23 +05:00
reusedname 7070615863 Merge branch 'fix-web-slowness' into reusedname-dev 2025-02-15 13:50:17 +05:00
reusedname 435cbbdb95 debug statistics (recording iteration lag) 2025-02-15 13:49:24 +05:00
reusedname 5bc8a6fdf9 debug statistics page 2025-02-15 13:48:51 +05:00
reusedname e6ccb9b66c basic debug servlet to print thread stacks 2025-02-15 13:48:51 +05:00
reusedname 0fb2685c22 fix n^2 loop by @crazy hacker man 2025-02-15 13:41:59 +05:00
reusedname ae1d5c7af8 Settings for Flaresolverr 2025-02-15 13:33:27 +05:00
XxInvictus 410302560b Add ForcePriority Overlay Icon, Fix Highlighting in Recorded Models tab
- Added an icon to show a model has ForcePriority enabled in the Site Tabs (Lightning Bolt over Record icon)
- Fixed issue where Highlighting in Recorded Models would not refresh when ForcePriority was enabled via Site Tab context-menu
2023-11-24 01:38:10 +10:30
XxInvictus fe21f8d6a9 Patching in ForcePriority changes, needs test case
Patching in the first set which is ForcePriority context menu feature, allows instantly bumping a model to top of priority list no matter what their priority value is.

# TODO
- Needs a test case, I made an attempt but unfortunately I do not know enough to get this working so I have removed it. Doesn't help I had to do some mangling to get the current path joining to work properly with Windows-based paths and pass the current tests.
- The basic test case it needs is 2 Models, Model with lower priority does not record, forcepriority to true on lower priority Model, Model with lower priority should now record, set back to false on lower priority Model, Model with lower priority should no longer record.
2023-11-23 11:45:41 +10:30
0xb00bface 98aa9bc148 Fix: show notification and clear input field after adding a model 2023-11-12 17:58:08 +01:00
0xb00bface 35592e2f48 Move Help servlets to common module and embed it into the webinterface 2023-11-12 13:48:31 +01:00
0xb00bface fe7b263d2e Fix adding models in the webinterface 2023-11-11 16:57:10 +01:00
0xb00bface 33b054bc68 Merge branch '5.0.x winkru' into dev 2023-11-01 11:37:29 +01:00
0xb00bface addbeab76e Integrate DramCam, Streamray and WinkTv by @winkru 2023-10-29 15:05:41 +01:00
0xb00bface 619d888bfa Get rid of moshi 2023-06-19 19:00:26 +02:00
0xb00bface fb5fef8912 Replace NextGenLocalRecorder with SimplifiedLocalRecorder
The multi-threading in SimplifiedLocalRecorder is a bit simpler. It also makes sure, that each recording is looked at on a regular basis, which should get rid of the stalled recordings problem.
2023-05-28 17:03:57 +02:00
0xb00bface 86e8f00aaf Save model notes on server, when running in client/server mode 2023-04-25 19:16:37 +02:00
0xb00bface c52a25f2bc Implement HMAC authentication for remote portrait store 2023-04-21 18:01:40 +02:00
0xb00bface 39da801a61 Store model portraits on the server in client/server mode 2023-04-19 19:48:29 +02:00
0xb00bface df691e1d48 Set VM heap size to 256m for the server on windows and macos 2021-12-24 16:31:36 +01:00
0xb00bface cc2875911e Merge branch 'cherrytv' into dev 2021-11-09 20:05:09 +01:00
0xb00bface 1d9a15ea6b Add SecretFriends to server 2021-11-09 19:31:59 +01:00
0xb00bface 5a86cfa85e Add initial implementation for cherry.tv 2021-10-23 17:19:44 +02:00
0xb00bface 6e5d706f65 Fix switching between "record later" and "recording"
Starting the recording coming from "record later" did not work in every
case (client/server, standalone, start, start paused, record until)
2021-09-11 14:51:42 +02:00
0xb00bface b959c57b8f Generate / update playlist while recording 2021-09-10 21:37:11 +02:00
0xb00bface f786892d56 Add recording timeout parameters to config servlet 2021-09-09 14:28:01 +02:00
0xb00bface 805097c7ec Reduce use of Config.getInstance() 2021-08-31 15:45:50 +02:00
0xb00bface df54d1f3ec Add action to mark models for later recording 2021-08-01 18:38:45 +02:00
0xb00bface ff0864bbf7 Added config param for the chaturbate request throttle 2021-07-24 13:36:08 +02:00
0xb00bface 1f9dcf1ca4 Merge branch 'amatv' into dev
# Conflicts:
#	client/src/main/java/ctbrec/ui/SiteUiFactory.java
2021-05-24 16:22:08 +02:00
0xb00bface 3ca6faaa40 Add XloveCam to server 2021-05-24 15:41:57 +02:00
0xb00bface 436272f5ed Add basic support for Amateur.tv 2021-05-22 09:41:19 +02:00
0xb00bface 1032dfb24b Fix bug in recorder servlet
The servlet always returns 400 bad request, because of an inverted if
condition
2021-05-16 11:30:22 +02:00
0xb00bface 7d23ebccfe Code cleanup 2021-05-14 14:42:16 +02:00
0xb00bface ba21dd2aeb Add model group implementation for client server setup 2021-05-13 13:19:32 +02:00
0xb00bface aa3f4a1b1f Only enable basic auth, if a HMAC key is configured 2021-05-08 19:02:20 +02:00
0xb00bface 65ea3e1adb Do the site initialization and login in parallel and wrapped in try
catch block
2021-05-08 14:14:01 +02:00
0xb00bface e7b483088e Fix table sort order indicator icon 2021-02-20 19:36:41 +01:00
0xb00bface aa1bb0d847 Add dark mode for web interface 2021-02-20 18:24:31 +01:00
0xb00bface 500be5eee4 Merge branch 'dev' into v4
# Conflicts:
#	common/src/main/java/ctbrec/recorder/FFmpeg.java
2021-02-13 21:37:39 +01:00
0xb00bface 844fe63fca Reduce some log levels 2021-02-13 21:33:31 +01:00
0xb00bface 185ba21e0f Fix throughtput calculation in web ui 2021-01-30 13:11:29 +01:00
0xb00bface fa7f1e5f57 Merge branch 'dev' into v4 2021-01-16 21:03:12 +01:00
0xb00bface 967b5dec42 Use global thread pool instead of creating new threads 2021-01-10 22:14:20 +01:00
0xb00bface cdf582ad8f Merge branch 'dev' into v4
# Conflicts:
#	client/src/main/java/ctbrec/ui/action/CheckModelAccountAction.java
#	client/src/main/java/ctbrec/ui/controls/SearchPopoverTreeList.java
#	client/src/main/java/ctbrec/ui/sites/camsoda/CamsodaShowsTab.java
#	client/src/main/resources/logback.xml
#	common/src/main/java/ctbrec/recorder/NextGenLocalRecorder.java
#	server/src/main/resources/logback.xml
2021-01-09 15:59:31 +01:00
0xb00bface 17aa5bc18d Change context menu behavior to make sense with bookmarked models
- "Record Later" is hidden if it makes sense
- Move models to Active tab, if the are in "Later" tab and then get started
2021-01-09 12:45:38 +01:00
0xb00bface 2ecc447902 Set system property file.encoding to utf-8 in all start scripts 2021-01-07 20:59:23 +01:00
0xb00bface 08f481e6c9 Adjust logback config 2021-01-03 16:36:04 +01:00
0xb00bface 68e8f3770e Fix ArrayIndexOutOfBounds for in startByName 2021-01-01 17:56:17 +01:00