22 Commits

Author SHA1 Message Date
f969ba96a0 renaming some methods 2025-05-21 18:55:47 +00:00
464bb901e4 Use comty.js file uploads 2025-05-15 13:03:58 +00:00
15d31bc446 Fix SSE URL handling and bump versions 2025-05-12 02:27:53 +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
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
e92f8f852c fix naming 2025-04-02 00:32:13 +00:00
58b20aa92d added some headers 2025-04-01 01:00:34 +00:00
551dc9ced0 use binary upload 2025-03-28 22:05:22 +00:00
3e24dfec7a modify headers 2025-03-06 03:50:53 +00:00
cc9f76b2e8 use new auth manager 2025-03-06 03:50:45 +00:00
f1aa7fcf9d deleted unused class 2025-03-06 03:50:01 +00:00
379838d0f7 added sseevents 2025-02-18 04:22:29 +00:00
b4f1282ba5 move track manifest & track instance classes to player core 2025-02-05 02:34:55 +00:00
913e9b067c Implemented RemoteEvent class 2025-02-05 02:34:17 +00:00
c3df679449 Support for add items in custom position 2025-02-05 02:33:54 +00:00
06944edd95 merge from local 2024-10-29 20:38:38 +00:00
0db536bbea merge from local 2024-10-29 12:19:57 +00:00
534463cfa2 improve TrackManifest 2024-10-28 06:55:57 +00:00
8c3e9a504b merge from local 2024-10-25 09:39:35 +00:00
e418e23851 merge from local 2024-04-25 20:24:29 +00:00
b415f024b5 merge from local 2024-03-05 10:20:36 +00:00
a5d6a38a66 added PerformanceLog class 2023-08-02 20:34:21 +00:00