forked from j62/ctbrec
1
0
Fork 0
Commit Graph

478 Commits

Author SHA1 Message Date
0xboobface 43d2676e11 Add HttpHeaderFactory mechanism
Each model can provide its own factory to provide HTTP headers for the
different download requests (playlist, segment playlist, segments)
2020-06-12 18:24:34 +02:00
0xboobface cd6175a7eb Add BandwidthMeter, which tracks the current bandwidth usage 2020-06-12 18:21:32 +02:00
0xboobface bd48d6bf9c Set version to 3.8.0 2020-06-12 18:10:56 +02:00
0xboobface 44fd340323 Implement loading of the config into the webpage 2020-06-11 19:58:59 +02:00
0xboobface 0ed6d93d30 Set version to 3.7.3 2020-06-09 19:36:17 +02:00
0xboobface 7e4a6393b0 Set version to 3.7.2 2020-06-07 13:57:15 +02:00
0xboobface acd6126619 Add "New" tab to each site where it was missing 2020-06-07 13:53:54 +02:00
0xboobface a67ef7f4fd Revert "Clear selection after deleting recordings"
This reverts commit 9f92e05942.
2020-06-01 10:36:32 +02:00
0xboobface c8614d7208 Set version to 3.7.1 2020-05-31 18:44:04 +02:00
0xboobface 1bea13dc05 Improve server download progress calculation 2020-05-31 17:20:25 +02:00
0xboobface b87f090ac3 Add max resolution setting for the player 2020-05-31 14:50:12 +02:00
0xboobface 9f92e05942 Clear selection after deleting recordings 2020-05-30 17:58:14 +02:00
0xboobface 258334b637 Add setting to remove recordings after post-processing 2020-05-29 19:50:03 +02:00
0xboobface 62be5795f4 Add video tutorial on how to rename files with PP 2020-05-23 14:50:01 +02:00
0xboobface 7912b3b727 Check for running downloads on shutdown
Check for running downloads and ask the user to exit anyway to prevent
half downloaded files.
2020-05-23 13:49:50 +02:00
0xboobface 9eea66d94f Remove the uid field from ShowupModel 2020-05-20 19:37:01 +02:00
0xboobface 63b2985e37 Fix add model by name suggestions 2020-05-20 19:36:42 +02:00
0xboobface 33a0094b19 Adjust to Stripchat API changes 2020-05-20 18:17:46 +02:00
0xboobface 66b37b65c0 Set version to 3.7.0 2020-05-16 22:20:06 +02:00
0xboobface 1a5c32167e Preparation for Showup login 2020-05-16 21:30:25 +02:00
0xboobface 6c85a2a493 First working version of Showup.tv 2020-05-16 16:28:44 +02:00
0xboobface 57125b4820 Fix possible NPE in RecordedModelsTab 2020-05-16 11:21:23 +02:00
0xboobface b70626c2b7 Fix creation of player command line 2020-05-16 11:20:41 +02:00
0xboobface e04b528edd Replace patreon button with Ko-fi 2020-05-13 20:03:18 +02:00
0xboobface bd92c315fb Set version to 3.6.4 2020-05-13 18:46:24 +02:00
0xboobface 2956098d2c Reactivate "rerun post-processing" for standalone 2020-05-10 12:19:06 +02:00
0xboobface e6dae3b2af Set version to 3.6.3 2020-05-10 12:03:32 +02:00
0xboobface cd5172613e Fixed player start for recordings starting with a dash 2020-05-03 15:32:54 +02:00
0xboobface 8cdc2a4a56 Set version to 3.6.2 2020-05-02 14:43:20 +02:00
0xboobface 7494b8dd30 Fixed minor bug in ActionSettingsPanel
Actions would get added to the combobox each time you click on "Add"
2020-05-02 13:40:12 +02:00
0xboobface f285d2ba53 Add -- to player command line
... to separate the command line args from the file name. Some
recordings can start with '-' , which would be interpreted as argument
otherwise.
2020-05-02 12:42:48 +02:00
0xboobface 04bfd9805d Update configuration file config 2020-04-30 16:42:30 +02:00
0xboobface b402bb0df7 Set version to 3.6.1 2020-04-28 22:07:38 +02:00
0xboobface a4d517aa25 Add button to jump to first page 2020-04-23 18:32:14 +02:00
0xboobface a37a018159 Remove outdated settings for MFC 2020-04-13 19:43:33 +02:00
0xboobface aa42e82153 Set version to 3.6.0 2020-04-13 18:53:29 +02:00
0xboobface ae6fa229e7 Add user-agent agent header to every http request in MFC classes 2020-04-13 18:42:57 +02:00
0xboobface 979c8b0a91 Add Girls HD tab for Stripchat 2020-03-28 13:08:24 +01:00
0xboobface 915be1d4fc Save column order in tables 2020-03-22 13:54:31 +01:00
0xboobface dc30f7da51 Increase models per page for Streamate favorites 2020-03-20 15:18:26 +01:00
0xboobface 0107f1d008 Take model description into account when filtering 2020-03-19 18:40:18 +01:00
0xboobface 8ae30ab6eb Move user agent settings to general panel 2020-03-19 15:54:00 +01:00
0xboobface ad06218b78 Improve filter updates
Filter matches are now updated as soon, as the stream resolution has
been determined for a model
2020-03-19 15:21:57 +01:00
0xboobface 243d2757b0 Set version to 3.5.0 2020-03-19 15:01:34 +01:00
0xboobface dd47d121bc Improve caching of stream resolution info 2020-03-19 13:59:52 +01:00
0xboobface a5732cb572 Add config setting for the HTTP User-Agent header 2020-03-17 20:47:15 +01:00
0xboobface d716354dc1 Add config setting for the number post-processing threads 2020-03-17 20:20:11 +01:00
0xboobface ff9ff8f40f Add dialog to specify media player params in the settings 2020-03-16 20:51:09 +01:00
0xboobface 6f57579041 Add pinning for recordings
Recordings can now be set to pinned. Pinned recordings cannot be
deleted.
2020-03-16 16:10:09 +01:00
0xboobface 6f278b6c49 Code cleanup 2020-03-16 14:27:48 +01:00
0xboobface 30a8a50402 Disable servlet context path, if the recording mode is local 2020-03-16 14:14:42 +01:00
0xboobface 76794e588e Add negation (!) to filter bar
Filter terms can now be negated with !
2020-03-16 13:41:06 +01:00
0xboobface 4c8f64bfeb Update help section 2020-02-29 15:19:45 +01:00
0xboobface c580a74e49 Update Q&A 2020-02-29 11:28:43 +01:00
0xboobface 3636d34d22 Set version to 3.4.0 2020-02-27 20:59:53 +01:00
0xboobface 46bd8667c8 Separate site name and displayed title 2020-02-26 21:40:58 +01:00
0xboobface 8cafc7124f Add search for Stripchat 2020-02-23 19:36:14 +01:00
0xboobface e4b9da7685 First working implementation for Stripchat 2020-02-23 18:47:37 +01:00
0xboobface 4dcf9944f8 Set version to 3.3.0 2020-02-22 17:57:03 +01:00
0xboobface 71be9b3665 Improve support for server-side single files 2020-02-22 17:40:22 +01:00
0xboobface 208aa16c80 Add settings for FFmpeg 2020-02-22 15:40:01 +01:00
0xboobface 855604aab5 Set suggested file suffix to ffmpegFileSuffix setting 2020-02-22 14:48:45 +01:00
0xboobface 4f9c1606fc Fix download of recordings 2020-02-22 14:26:50 +01:00
0xboobface 23c97cd2c0 Add quotes around paths in pp script 2020-02-22 12:28:45 +01:00
0xboobface d2f490f8f6 Add FFmpeg downloaders 2020-02-22 11:20:10 +01:00
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