forked from j62/ctbrec
1
0
Fork 0
Commit Graph

922 Commits

Author SHA1 Message Date
0xb00bface 062a450e69 Fix Flirt4Free recordings 2022-07-02 16:43:54 +02:00
0xb00bface cdd8ae0d7a Fix bug in MyFreeCams online detection 2022-06-11 19:18:23 +02:00
0xb00bface 73598fa590 Add getOnlineCheckTimeout() to Site interface so that each site can specify its own timeout 2022-05-28 18:30:12 +02:00
0xb00bface e3b54845ff Fix stream resolution detection for camsoda 2022-05-27 12:10:18 +02:00
0xb00bface bbb829d546 Set version to 4.7.8 2022-05-25 19:49:36 +02:00
0xb00bface c1745c661a Fix Stripchat recordings 2022-05-25 19:30:17 +02:00
0xb00bface 710881826e Set version to 4.7.7 2022-05-14 19:20:27 +02:00
0xb00bface a6f0777fef Fix cherry.tv overview pages 2022-05-14 19:08:02 +02:00
0xb00bface ea2c46144b Fix construction of LJ stream URL. There is still a problem clientInstanceId 2022-05-14 14:46:22 +02:00
0xb00bface 21f75fc187 Set thumbnail aspect ration to 9/16 for MVLive 2022-05-07 18:50:45 +02:00
0xb00bface 36e5772dd5 Fix MVLive tabs 2022-05-07 18:34:24 +02:00
0xb00bface 0c4cdfb795 Fix construction of Stripchat streaming URLs 2022-05-07 17:34:25 +02:00
0xb00bface 14f2626492 Add setting to toggle draggable tabs
Draggable tabs in conjunction with alerts can cause tabs to freeze.
See https://bugs.openjdk.java.net/browse/JDK-8254676
2022-05-07 15:12:50 +02:00
0xb00bface 76467cb346 Fix crash, if config dir does not exist 2022-05-06 21:27:44 +02:00
0xb00bface 625e972853 Save the config in a sub-directory for each version 2022-05-03 18:12:44 +02:00
0xb00bface 5650494c2f Set version to 4.7.5 2022-04-10 17:49:38 +02:00
0xb00bface 04eb5a7ad1 Add a timeout of 2 seconds for each online check to make sure the online check doesn't get blocked somehow 2022-04-10 17:47:40 +02:00
0xb00bface 83cfee6568 Add setting to show the number of active recordings in the tray icon 2022-04-09 20:00:56 +02:00
0xb00bface 737d1bbb55 Ignore recordings where the actual recording is missing instead of deleting the metadata 2022-04-09 14:20:06 +02:00
0xb00bface e6e8d22631 Set version to 4.7.4 2022-03-12 15:33:08 +01:00
0xb00bface 685b8c728c Fix AmateurTv stream URL construction 2022-03-12 15:21:59 +01:00
0xb00bface 5d7d5118dc Set version to 4.7.3 2022-02-20 12:57:45 +01:00
0xb00bface 5a4ff41984 Fix reading of MVLiveModels from config 2022-02-20 12:45:41 +01:00
0xb00bface 782bfc65b8 Fix unit test 2022-02-19 21:26:58 +01:00
0xb00bface 1eafec94b3 Set version to 4.7.2 2022-02-19 21:24:03 +01:00
0xb00bface bba353f309 Fix MVLive tab 2022-02-19 20:09:45 +01:00
0xb00bface 1b80458353 Fix thumbnails in Camsoda search results 2022-02-19 14:59:24 +01:00
0xb00bface f7fc33afd6 Fix Camsoda followed tab 2022-02-19 14:44:20 +01:00
0xb00bface 947994f524 Fix Camsoda recordings (thx @Ban)
Applied the patch from @Ban to fix Camsoda recordings
2022-02-16 20:34:33 +01:00
0xb00bface 9cb96f97b8 Set version to 4.7.1 2021-12-26 12:53:57 +01:00
0xb00bface 1c8d338e1b Use segmentDownloadService to download segments in MergedFfmpegHlsDownload 2021-12-26 12:33:04 +01:00
0xb00bface cfe8922b81 Code cleanup 2021-12-24 16:57:28 +01:00
0xb00bface e30a658f3d Add class for common error messages 2021-12-24 16:18:22 +01:00
0xb00bface 38b898f405 Add setting to customize the date time format in the GUI 2021-12-24 15:38:29 +01:00
0xb00bface 90124a7c64 Remove dead code 2021-12-24 13:32:30 +01:00
0xb00bface 1a0cc73ec3 Update MFC SessionState from search result 2021-12-24 12:25:38 +01:00
0xb00bface 7577379885 Use USERNAMELOOKUP message to get the current SessionState for a model 2021-12-23 17:48:44 +01:00
0xb00bface cea5eac9de Fix log message 2021-12-23 13:43:27 +01:00
0xb00bface fafd9268e7 Use online state in isOnline if it is available 2021-12-21 22:09:09 +01:00
0xb00bface f9d777b039 Add updates of lastSegmentDownload to MergedFfmpegHlsDownload 2021-12-21 22:08:38 +01:00
0xb00bface f92cdf46b6 Set version to 4.7.0 2021-12-21 22:07:10 +01:00
0xb00bface 3ad7b6aca6 Stop recording, if a certain amount of segment errors occurred 2021-12-21 18:45:24 +01:00
0xb00bface 3c145f4924 Code cleanup 2021-12-21 15:58:43 +01:00
0xb00bface e0426d7c86 Fix bug in stalled recording detection 2021-12-21 15:52:14 +01:00
0xb00bface 21fa71c901 Use minutes for record until default duration setting 2021-12-21 15:01:19 +01:00
0xb00bface 04d8507baa Code cleanup 2021-12-21 14:23:46 +01:00
0xb00bface 14f9cce1ae Code cleanup 2021-12-21 14:21:52 +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 0d512134ed Fix potential NPE in ModelJsonAdapter 2021-12-19 17:56:38 +01:00
0xb00bface f439d07229 Code cleanup 2021-12-19 17:55:57 +01:00