forked from j62/ctbrec
1
0
Fork 0
Commit Graph

363 Commits

Author SHA1 Message Date
0xboobface 5c0e1ae044 Fix sonar lint issues 2020-02-22 11:15:51 +01:00
0xboobface e98a3bc7c2 Set version to 3.2.1 2020-02-16 17:04:46 +01:00
0xboobface e03dd3aabe Extend the beta description text 2020-02-16 15:52:22 +01:00
0xboobface b18a32ede3 Fix LiveJasmin followed tab 2020-02-16 13:28:33 +01:00
0xboobface 9a4461a0d1 Set version to 3.2.0 2020-02-01 10:03:56 +01:00
0xboobface 18669a9c43 Fix Streamate
Streamate introduced a CSRF token, which has to be sent in the HTTP
header.
2020-01-26 18:33:13 +01:00
0xboobface d6574a63b9 Jump to next recording with letter keys 2020-01-26 16:34:51 +01:00
0xboobface dbeb814465 Add "Ignore" to context menu of RecordedModelsTab 2020-01-26 16:20:14 +01:00
0xboobface 90cb08a3cc Code cleanup 2020-01-26 16:02:53 +01:00
0xboobface 5083d77ffe Move tab related stuff to own package 2020-01-26 15:07:30 +01:00
0xboobface c1cbcc8554 Jump to next model with letter keys 2020-01-24 20:37:28 +01:00
0xboobface f5ef7c7cc1 Remove direct messages from news stream 2020-01-11 13:10:12 +01:00
0xboobface b66989fe85 Set version to 3.1.0 2020-01-11 11:30:02 +01:00
0xboobface 3bb161c055 Add columns "last recorded" and "last seen" to models table 2020-01-05 16:02:22 +01:00
0xboobface 60826323f3 Code cleanup 2020-01-04 16:54:25 +01:00
0xboobface d82c3b490b Implement recording priorities for RemoteRecorder 2020-01-04 15:30:54 +01:00
0xboobface b2138ca99b Fix NoSuchFileException caused by URL encoding
The Jar URL has to get URL-decoded before it can be used as a path
2020-01-03 19:20:34 +01:00
0xboobface 4d6e74562c Add recording priority for models
Models with high priority will be favored over models with low priority.
Recordings for models with low priority might even get stopped to free
up a slot for a model with a higher priority
2020-01-03 19:06:05 +01:00
0xboobface 8ae41142d1 Add menu entry to open the recording dir of a model 2020-01-03 15:13:57 +01:00
0xboobface 84428f8aac Fix: Changed variable names broke the update check 2020-01-03 14:11:19 +01:00
0xboobface 808810b6d6 Set version to 3.0.4 2020-01-03 12:43:07 +01:00
0xboobface b12f3e5789 Add setting to switch between DASH and HLS for MFC 2020-01-03 12:27:06 +01:00
0xboobface 41e2e5ce54 Code cleanup 2020-01-03 12:26:37 +01:00
0xboobface e14296bc1b Add a column, which shows, if a model uses webrtc 2020-01-03 12:25:33 +01:00
0xboobface 424d046b67 Fix possible NPE in filter function 2020-01-03 12:24:02 +01:00
0xboobface d7eccbf648 Add ignore menu item, which had been removed accidentally 2020-01-01 23:37:59 +01:00
0xboobface 127ed0ab91 Add manual refresh to context menu of thumb overviews 2019-12-31 15:14:55 +01:00
0xboobface 46797a8467 Add possibility to export and import the ignore list 2019-12-31 14:32:01 +01:00
0xboobface 549133e6a7 Improve exception handling for update check 2019-12-31 14:28:54 +01:00
0xboobface 1ec2cf5286 Code cleanup 2019-12-31 13:24:59 +01:00
0xboobface 25fc51521a Scale down images to 360px to prevent OutOfMemoryErrors 2019-12-31 12:54:27 +01:00
0xboobface abef15a5f7 Code cleanup 2019-12-31 12:53:50 +01:00
0xboobface 627eb585c8 Fix resource leak in update check 2019-12-31 12:10:44 +01:00
0xboobface f312d5ed58 Add possibility to switch back to best stream quality 2019-12-30 19:34:58 +01:00
0xboobface b1e312aaac Code cleanup 2019-12-30 18:35:27 +01:00
0xboobface 499708ffcf Set version to 3.0.3 2019-12-30 14:52:04 +01:00
0xboobface e153a967f7 Code cleanup 2019-12-29 15:16:08 +01:00
0xboobface 5d9762a8f7 Cleanup loggers 2019-12-29 15:07:27 +01:00
0xboobface 1ab771305e Remove jobs from queue when tab is deselected 2019-12-29 15:06:39 +01:00
0xboobface 702de3b772 Use model url for key in resolution cache 2019-12-29 15:06:17 +01:00
0xboobface 4dd99a6dd3 Fix: Filter was negated by refactoring 2019-12-29 14:24:55 +01:00
0xboobface 963b5ea89b Remove log level for "streamer" 2019-12-28 19:52:46 +01:00
0xboobface 738aca8a06 Allow recordings in state WAITING to be deleted 2019-12-28 16:47:00 +01:00
0xboobface fc42b21a70 Code cleanup 2019-12-27 19:34:35 +01:00
0xboobface 87943fac95 Fix bug in moveActiveRecordingsToFront
There was a bug in moveActiveRecordingsToFront, which caused the models
to rotate their positions

Also some refactoring to reduce method complexity.
2019-12-27 19:01:51 +01:00
0xboobface 296396f2d3 Set version to 3.0.2 2019-12-27 15:17:53 +01:00
0xboobface 87b0ce0d21 Use constants from HttpConstants 2019-12-27 15:14:55 +01:00
0xboobface f3a13a6f06 Fix CamSoda downloads
Some models now have a different stream URL. ctbrec has to distiguish
between the old and the new URLs
2019-12-27 13:51:28 +01:00
0xboobface afe482dfe1 Change log levels in determineResolution() to debug 2019-12-26 23:43:13 +01:00
0xboobface a561ab08e4 Remove reference to local file system 2019-12-26 21:46:10 +01:00