35 Commits

Author SHA1 Message Date
c79f000ea3 Remove unused classes 2025-05-13 12:48:55 +00:00
8482f2e457 Feat: Implement Music Library and overhaul Studio TV
- Introduces a new Music Library system for managing favorites (tracks,
  playlists, releases), replacing the previous TrackLike model.
- Completely revamps the Studio TV profile page, adding live statistics,
  stream configuration, restream management, and media URL display.
- Enhances the media player with a custom seekbar and improved audio
  playback logic for MPD and non-MPD sources.
- Lays foundational groundwork for chat encryption with new models and APIs.
- Refactors critical UI components like PlaylistView and PagePanel.
- Standardizes monorepo development scripts to use npm.
- Updates comty.js submodule and adds various new UI components.
2025-05-10 02:32:41 +00:00
56c9ee7b19 Replace image and video compression with unified optimize handler 2025-04-24 11:18:43 +00:00
0b014761ec Move Transformation and Upload classes to shared location 2025-04-24 10:17:12 +00:00
8c6ffadcc8 Refactor MultiqualityHLSJob to inherit from FFMPEGLib 2025-04-24 09:38:43 +00:00
5842911fd1 remove unwanted log 2025-04-24 09:38:18 +00:00
0c7b6d7720 Update StorageClient with CDN support and B2 integration 2025-04-24 08:59:28 +00:00
652cd747b1 Update index.js 2025-04-24 06:08:36 +00:00
80acb13912 Refactor SegmentedAudioMPDJob to extend FFMPEGLib 2025-04-24 06:08:32 +00:00
f62e885c65 Refactor file upload system with new transformations pipeline
The commit refactors the chunked upload system to support a transformation pipeline. Key changes include:

- Replace SSE field names for consistency (sseChannelId, sseUrl)
- Fix progress reporting structure with state and percent fields
- Add transformation handlers (a-dash, mq-hls, img-compress, video-compress)
- Create new Upload class with clear separation of concerns
- Improve file processing workflow with better directory structure
- Fix typo in UploadButton component (progess → progress)
- Remove deprecated file processing services
2025-04-24 06:06:21 +00:00
ed55ea713b use health ping on sse channels 2025-04-06 23:20:17 +00:00
3724ddb959 set accel header 2025-04-01 01:51:02 +00:00
cc57742bc8 binary chunk upload 2025-03-28 22:04:48 +00:00
8ac78cbf5f support for rtengineng 2025-03-25 23:04:38 +00:00
a8113783d5 remove unused class 2025-02-26 20:40:14 +00:00
cd0b029c0d use bullmq 2025-02-25 23:07:52 +00:00
35282dc1cd implement basic decode 2025-02-25 23:07:45 +00:00
c1feeb0221 disable cache 2025-02-18 04:22:56 +00:00
c7f3cb9862 implement basic tasks queue system 2025-02-05 02:47:58 +00:00
4254446f7e implement SSEManager & SSEChannel 2025-02-05 02:47:45 +00:00
379555cb3b export composeURL funcion 2025-02-05 02:47:27 +00:00
00abb1f862 implemented segmented audio job 2025-01-25 19:42:59 +00:00
a7e54669f5 Fix chuked file upload using a wrong work path 2025-01-25 19:42:40 +00:00
8771c6dae7 improve error handling 2024-11-04 13:49:26 +00:00
f53fab016e remove catch 2024-11-04 13:30:21 +00:00
8c3e9a504b merge from local 2024-10-25 09:39:35 +00:00
a373a27f5a merge from local 2024-06-11 17:13:45 +00:00
e418e23851 merge from local 2024-04-25 20:24:29 +00:00
06aee646ca merge from local 2024-04-15 16:29:22 +00:00
d6a074a859 merge from local 2024-03-20 23:14:10 +00:00
a1bb256f08 merge from local 2024-03-15 20:41:09 +00:00
24d6203d74 merge from local 2024-03-09 23:43:54 +00:00
6aba03e310 merge from local 2024-03-06 19:43:09 +00:00
c7f8d33aa6 commit from local 2024-03-05 13:11:23 +00:00
b415f024b5 merge from local 2024-03-05 10:20:36 +00:00