Commit Graph

216 Commits

Author SHA1 Message Date
Jafea7 e1c3cf9e72 Open config dir from Settings->Help 2025-05-05 16:49:59 +10:00
Jafea7 e060dc520b Recordings tab optional 2025-05-05 16:49:59 +10:00
Jafea7 d44f66cb4d Rename Record Later to Bookmark 2025-04-23 15:49:41 +10:00
jafea7 0d0c42c895 Comment unused code 2025-04-11 15:27:28 +10:00
Jafea7 4287c6a5c2 Remove Live Previews 2025-04-11 14:52:56 +10:00
Jafea7 2d47cd6236 Remove update check 2025-04-11 14:46:09 +10:00
Jafea7 3c32b1d1d8 Remove Live Previews 2025-04-11 14:46:08 +10:00
Jafea7 21d3bc4a03 Move Help/Donate to Settings side menu 2025-04-11 14:46:08 +10:00
Jafea7 1633974abe Add extra thumbnail sizes 2025-04-11 14:46:08 +10:00
Jafea7 76f151a029 Remove Progress column from Recordings tab 2025-04-11 14:46:08 +10:00
Jafea7 9320cbd362 Remove News and Logging tab 2025-04-11 14:46:08 +10:00
Jafea7 be2f21b8ba Rename 'Recording' tab to 'Models' 2025-04-11 14:46:08 +10:00
reusedname 4419a8d723 Add online state column. Fix capitalization 2025-03-02 12:14:52 +05:00
reusedname 474abb33ff fix WEBP thumbs not loading 2025-02-15 13:45:48 +05:00
0xb00bface f45991effc Added Online / Offline switch on "Favorites" tab for Streamray 2023-12-31 14:01:12 +01:00
0xb00bface 959b41e3b9 Fix thumbnail caching 2023-12-30 17:18:47 +01:00
XxInvictus a55a92087c Update Recording Indicator Text
Different wording was unnecessary, simpler to just go off the assumption that pausing would override forced.
2023-11-24 01:43:22 +10:30
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 4936ecf191 Fix ForcePriority Model Highlighting
I accidentally patched in a pre-fix version of the ForcePriority change which did not have model highlighting on the recorded tab when enabled.
2023-11-23 15:00:46 +10:30
XxInvictus 992a58266c Patching in Blacklist/Whitelist Default Filters changes
Adds the ability to have default Whitelist/Blacklist filters that apply to all tabs at all times.
Whitelist - Only show matches (same as filter bar)
Blacklist - Do not show/hide matches
Both filter types are OR not AND, so a match on any keyword is considered a match.
2023-11-23 12:07:07 +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 41ffd75d48 Add lifecycle listener to Help server to open the browser once the server is ready 2023-11-12 15:30:23 +01:00
0xb00bface 02dc6d6fdb Remove log statement 2023-11-04 20:49:17 +01:00
0xb00bface a29d57eb57 Fix import / export of model portraits and notes 2023-11-04 18:15:06 +01:00
0xb00bface ffa66fb1bb Preserve the addedTimestamp during import 2023-11-04 16:36:41 +01:00
0xb00bface 2b2182354c Show SILHOUETTE image if CTBREC_DEV is set to 1 2023-11-04 13:10:01 +01:00
0xb00bface 12cd5baf17 Fix import of older exported files 2023-11-03 21:28:28 +01:00
0xb00bface 33b054bc68 Merge branch '5.0.x winkru' into dev 2023-11-01 11:37:29 +01:00
0xb00bface 224bb27003 Merge almost all changes by @winkru 2023-10-29 19:24:16 +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 39da801a61 Store model portraits on the server in client/server mode 2023-04-19 19:48:29 +02:00
0xb00bface 15593cd9b8 Attach key listener to scrollpane instead of whole tab 2022-12-03 17:27:55 +01:00
0xb00bface d1c5bd4850 Update token label only when a tab is selected 2022-10-22 13:48:49 +02:00
0xb00bface 67a8aa1b26 Fix Showup.tv loading of overviews and thumbnails 2022-10-15 17:35:33 +02:00
0xb00bface 3a6fe58a0c Code cleanup 2021-12-24 16:37:49 +01:00
0xb00bface 38b898f405 Add setting to customize the date time format in the GUI 2021-12-24 15:38:29 +01:00
0xb00bface a6e3fcc6e3 Fix model groups not exported from server but from local config 2021-12-24 14:58:24 +01:00
0xb00bface 0772b8e057 Make model import more robust 2021-12-21 14:01:19 +01:00
0xb00bface a111d12969 Improve input field of export file name 2021-12-20 17:29:57 +01:00
0xb00bface f04eb5310e Add export and import function for the model lists (recording and later) 2021-12-20 15:57:50 +01:00
0xb00bface 92fa017b6b Code cleanup 2021-12-11 16:30:27 +01:00
0xb00bface 91b82b16a9 Fix Camsoda thumbnails 2021-12-11 16:22:29 +01:00
0xb00bface 2e122fbfd1 Add tab to show the recorded models per site
Does more or less the same as RecordedModelsTab, but removes some buttons and adds a default filter of site.getName()
2021-12-04 15:12:55 +01:00
0xb00bface cad97492e4 Set min size for pagination buttons 2021-12-04 14:32:26 +01:00
0xb00bface 498a20fe4e Start recording stream on double-click 2021-10-01 20:29:59 +02:00
0xb00bface 2775303113 Allow streaming of running recordings
Since the playlist is now written on-the-fly, we can stream the recording while it is still running
2021-10-01 19:57:21 +02:00
0xb00bface ff9ce1d205 Add cell factory for resolution to render n/a and unknown values properly 2021-09-12 15:00:08 +02:00
0xb00bface e8f653bcdd Load portrait images only if column is visible 2021-09-12 14:58:38 +02:00