Commit graph

94 commits

Author SHA1 Message Date
8e15cdd6e8 Rework chart gen. Add Health, Tanscode, Task Status Charts
All checks were successful
/ release (push) Successful in 32s
2024-07-13 23:18:47 +02:00
091ef322d5 Fix Chart appearance
All checks were successful
/ release (push) Successful in 30s
2024-07-13 03:46:55 +02:00
38219f7b07 Add Stats Chart
All checks were successful
/ release (push) Successful in 39s
2024-07-13 03:33:43 +02:00
0f5d842a64 Add stats page
All checks were successful
/ release (push) Successful in 29s
2024-07-13 01:45:43 +02:00
8ba0e8f2ab fix sql column
All checks were successful
/ release (push) Successful in 27s
2024-07-12 23:15:40 +02:00
03eb3541a5 Only hash files if library is enabled
All checks were successful
/ release (push) Successful in 30s
2024-07-12 23:04:57 +02:00
1871e1c26f increase hash limit
All checks were successful
/ release (push) Successful in 27s
2024-07-11 22:58:48 +02:00
81fa489417 fix row collection
All checks were successful
/ release (push) Successful in 28s
2024-07-11 22:55:39 +02:00
aeb47c2593 User workerpool for scanning and hashing
All checks were successful
/ release (push) Successful in 31s
2024-07-11 22:47:26 +02:00
f12462250a Set Correct Mod Time for New Files 2024-07-11 19:24:15 +02:00
bae1112074 remove extra commit
All checks were successful
/ release (push) Successful in 28s
2024-07-07 03:50:16 +02:00
5d6a29407d Fix Subseqent scan chaning all New and Changed File to Exists. Brick Missing for now. Make new file async
Some checks failed
/ release (push) Failing after 11s
2024-07-07 03:49:21 +02:00
4019d1764e Reduce non video file log level
All checks were successful
/ release (push) Successful in 27s
2024-07-07 03:14:37 +02:00
67aa389f79 dont error scan on ffprobe failure
All checks were successful
/ release (push) Successful in 26s
2024-07-07 02:18:09 +02:00
d63dfc88d7 Add ffprobe Data to scan
All checks were successful
/ release (push) Successful in 36s
2024-07-07 01:52:27 +02:00
e47a254cad Improve Scan, Seperate Hashing
All checks were successful
/ release (push) Successful in 42s
2024-07-07 01:12:01 +02:00
Samuel Lorch
cd3c06d7d0 wip
All checks were successful
/ release (push) Successful in 41s
2024-07-06 18:47:18 +02:00
b03e85db0b Queue Enable
All checks were successful
/ release (push) Successful in 42s
2024-07-06 18:01:51 +02:00
77d7a8624c Don't run assigning multiple times 2024-07-06 17:08:28 +02:00
f4219fe0b2 Downgrade logs to debug to prevent spam 2024-07-06 17:06:26 +02:00
07044f2dff use tx on error so that we don't overwrite the worker id
All checks were successful
/ release (push) Successful in 40s
2024-07-06 16:59:09 +02:00
2dec6a6271 fix task assign error checking
All checks were successful
/ release (push) Successful in 40s
2024-07-06 16:50:39 +02:00
8046093e9e Add Transcode Status Filter for Task Creation
All checks were successful
/ release (push) Successful in 39s
2024-07-06 16:35:59 +02:00
24e11d9103 save log offeset so that the master can also log without dropping worker log lines
All checks were successful
/ release (push) Successful in 1m4s
2024-07-06 15:59:34 +02:00
78ab8c9daf Handle Unkown Tasks and RPC Error way better 2024-07-06 15:54:49 +02:00
7574628a1d check worker for unkown tasks 2024-07-06 03:09:34 +02:00
a9d901da71 Also Count Unkown Tasks as Assigned 2024-07-06 03:08:58 +02:00
bf8b996a01 fix Unassinged Tasks not showing up 2024-06-25 20:36:13 +02:00
1a181980a3 Improve Task Display 2024-06-25 18:00:04 +02:00
1a46eaf51b Add Task Sorting and Pagination 2024-06-25 17:16:57 +02:00
1c48a43738 Remove Borked Download Restriction 2024-06-25 17:16:26 +02:00
7232c30cfb fix task creation 2024-06-23 23:01:42 +02:00
f861758704 fix ffmpeg command creation 2024-06-23 22:51:54 +02:00
cdeb266e38 move ffmpeg command to seperate table 2024-06-23 22:47:50 +02:00
72dfd2408f fix mapping 2024-06-23 20:11:03 +02:00
760a1b078e Copy All Streams for transcode 2024-06-23 19:56:04 +02:00
f2580bb8ff fix stupid 2024-06-23 04:16:14 +02:00
68093dc543 Create Missing Transcode Folders 2024-06-23 04:13:18 +02:00
36fe3202e8 Transcode File Uploading 2024-06-23 03:30:08 +02:00
f232e08945 Check download auth 2024-06-23 03:04:06 +02:00
dab7c18321 use corrent path for new files 2024-06-23 02:34:42 +02:00
c423676180 use relative paths in file table
requires manual db migration
2024-06-22 22:16:21 +02:00
f5e3e89d20 fix task creation 2024-06-22 22:15:42 +02:00
13ea1cb755 Transcode Task Handling 2024-06-22 21:12:52 +02:00
249a415cee Add Library and Transcode Options 2024-06-22 21:01:20 +02:00
eb5dfaab9b Remove test count 2024-05-29 23:54:56 +02:00
adroslice
332e0cbe5a Reworked CSS
- Split into 4 files referenced by the first
- Using MLFE and page-wide color definitions
- Improved consistency and reduced markup complexity
- Hinted more user actions
- Improved visual parsability of tables and logs
- Improved visibility of counter units
- TODO:
  - Add text selection to important fields
  - Improve button placement
  - Reindent templates
2024-05-29 15:19:21 +02:00
8759e9bafc fix task creation 2024-05-29 11:06:10 +02:00
c04aa74364 Add Updated At to Tasks And Libraries 2024-05-28 21:32:57 +02:00
ec645f6162 Task Creation add Health Filter 2024-05-28 21:09:26 +02:00