0xboobface
53f77afb85
Fix concurrent modification bug in delete method
2018-12-01 14:01:29 +01:00
0xboobface
b44a1c2422
Fix stream source selection
2018-12-01 02:12:27 +01:00
0xboobface
754271c466
Add column which opens a preview popup, when hovered over
...
Add a column to the recorded models table, which can be used to
open a small preview popup. The popup opens, when the mouse hovers over
the table cell for a certain amount of time or if the cell gets clicked.
The preview plays the stream with the lowest quality without audio.
2018-12-01 00:29:20 +01:00
0xboobface
52016c6a86
Make sure, the hlsUrl is available, when loading the master playlist
2018-12-01 00:16:44 +01:00
0xboobface
0e627aef12
Make paused checkboxes clickable
2018-11-30 17:01:01 +01:00
0xboobface
ecf9fc2746
Add key listener for P to pause and resume selected models
2018-11-30 15:38:52 +01:00
0xboobface
b4f25c29ca
Update changelog
2018-11-30 15:30:30 +01:00
0xboobface
40b3b78e52
Implement multi-selection for Recordings table
2018-11-30 15:21:01 +01:00
0xboobface
fedf38004d
Don't log error, if recordings dir does not exist
...
If the recordings dir does not exist, don't log an error, but instead
set the tooltip to show the problem
2018-11-30 15:04:02 +01:00
0xboobface
ad1f841167
Don't do space check, if minimum is set to 0
2018-11-30 14:51:17 +01:00
0xboobface
76657e2b92
Increase thumb loading thread pool size from 10 to 30
2018-11-30 13:44:13 +01:00
0xboobface
918f63b1f5
Use defaults, if settings cannot be loaded
...
If the settings cannot be loaded, make a backup of the settings file
and use the defaults, so that the application at least starts.
2018-11-30 13:42:51 +01:00
0xboobface
fca5a4ea1a
Update issue templates
2018-11-30 13:22:11 +01:00
0xboobface
7c98510eae
Update issue templates
2018-11-30 13:21:38 +01:00
0xboobface
da614caaa0
Update issue templates
2018-11-30 13:19:48 +01:00
0xboobface
308a40210f
Load images with OkHttp instead of the built-in loader
...
The built-in loader does not allow control over http headers etc. That
is why we use OkHttp now.
2018-11-30 00:49:56 +01:00
0xboobface
0c825237b2
Implement multi-selection for RecordedModelsTab
2018-11-29 20:56:42 +01:00
0xboobface
0bd655bf95
Add buttons to pause/resume all recordings
2018-11-29 20:10:06 +01:00
0xboobface
afd5d3caa3
Extend manual add function to allow to add models by their URL
2018-11-29 19:08:57 +01:00
0xboobface
88bddcb188
Fix: Player not starting when path contains spaces
2018-11-29 17:53:26 +01:00
0xboobface
cbe466e7b9
Set default for showPlayerStarting to false
2018-11-29 17:50:09 +01:00
0xboobface
c17dcc4216
Add setting to toggle Player Starting message
2018-11-29 17:33:10 +01:00
0xboobface
2c716d3c88
Set all occurrences of PlaylistParser to lenient mode
2018-11-29 13:42:23 +01:00
0xboobface
fbb1c284d2
Remove old code
2018-11-29 13:41:45 +01:00
0xboobface
6a2a1aaba2
Remove HLS player stuff
2018-11-29 13:36:23 +01:00
0xboobface
09a65c0a96
Load stylesheets from parent stage
...
Also, move the notification to the bottom right
2018-11-29 01:05:03 +01:00
0xboobface
cf9a6d3f85
Merge branch 'master' into notify
2018-11-28 23:43:43 +01:00
0xboobface
c73bdda35d
Update download links to 1.12.1
2018-11-28 23:34:25 +01:00
0xboobface
539db89bdb
Bump version to 1.12.1
2018-11-28 23:28:32 +01:00
0xboobface
4150a2911b
Playing around with notifications
2018-11-28 23:24:06 +01:00
0xboobface
1e51298f41
Fix recording download from server
2018-11-28 23:06:41 +01:00
0xboobface
c0bd89b228
Fix log message
2018-11-28 20:35:23 +01:00
0xboobface
ede6dd73d2
Don't print stacktrace on timeout in OnlineMonitor
2018-11-28 20:30:45 +01:00
0xboobface
52fe184cea
Update download links to 1.12.0
2018-11-28 17:57:43 +01:00
0xboobface
a45ba8f35e
Merge branch 'dev'
2018-11-28 17:53:02 +01:00
0xboobface
b771145612
Bump version to 1.12.0
2018-11-28 17:52:30 +01:00
0xboobface
ab49ac414a
Update changelog
2018-11-28 17:37:23 +01:00
0xboobface
cbb6f3f45a
Add failFast version of getStreamInfo for faster startup
...
With many chaturbate models, the loading of the recording tab took
a long time, because for each model the online state was loaded by the
loading cache. The failFast version just returns null and makes the
inital loading of recorder.getOnlineModels() much faster.
2018-11-28 16:45:42 +01:00
0xboobface
ef9566999a
Fixed possible NPE in update method
2018-11-28 16:43:30 +01:00
0xboobface
403c1ed2d0
Fix split recordings
...
Split recordings didn't work, because splitRecStartTime had been removed
by accident. Also the splitting now does not start a new recording, but
switches the output file in Streamer. This is a much cleaner and
smoother approach, because it is much faster and no segments are missed
2018-11-28 16:03:21 +01:00
0xboobface
3a7f2ceca6
Add convenience method Config.isDevMode()
...
Also made isServerMode() static
2018-11-28 15:37:35 +01:00
0xboobface
e9909fe11a
Add debug styling
...
Display size cell red, if the size didn't change. This is only done
when run in DEV mode. This makes it easier to debug freezing / hanging
downloads
2018-11-28 15:23:56 +01:00
0xboobface
c4c8fe83fa
Improve MergedHlsDownload
...
* Add better exception handling
* Check, if the model is still online, when an error occurs
* Download segments in parallel, so that less segments are missed
2018-11-28 15:22:42 +01:00
0xboobface
7edc79b0e3
Take boolean privateRoom into account for online state
2018-11-28 11:47:40 +01:00
0xboobface
33642705a0
Check playlistUrl in isOnline
...
If the playlistUrl is empty, we cannot record, so the model is offline
2018-11-27 18:53:22 +01:00
0xboobface
e296340016
Ignore log files
2018-11-27 17:54:43 +01:00
0xboobface
c543af6429
Set online state to offline if model details cannot be loaded
2018-11-27 17:53:37 +01:00
0xboobface
55b219d271
Move size formatting code to StringUtil
2018-11-27 14:11:52 +01:00
0xboobface
8826de38b2
Improve calculation of size property
2018-11-27 14:05:56 +01:00
0xboobface
bf8a3c7240
Fill start tab combobox only once
2018-11-27 13:25:30 +01:00