Dispatcharr
f652d2b233
Comskip Update
2025-09-04 13:45:25 -05:00
Dispatcharr
c76d68f382
Updated guide
...
Updated series rules button to match the rest of the layout.
Fixed problem where the remove button would not remove the rule
2025-09-04 08:40:48 -05:00
Dispatcharr
41e32bc08a
DVR Updates
...
Added fallback settings.
Added subtitles to cards.
Add data volume mount to Docker container.
2025-09-04 08:22:13 -05:00
Dispatcharr
00cc83882a
DVR update
2025-09-03 21:35:45 -05:00
Dispatcharr
c4f9a998e5
Added batch channel name updates
2025-09-02 17:23:18 -05:00
SergeantPanda
9c41960405
Added conversion to jsonb for users table.
2025-09-02 09:52:39 -05:00
SergeantPanda
246b00e2bf
Convert backend to use jsonb fields.
2025-09-02 09:48:54 -05:00
SergeantPanda
6f6c28ca7c
Convert custom_properties to jsonb in the backend.
2025-09-02 09:41:51 -05:00
SergeantPanda
648e2bb2dd
Applied our Prettier formatting to all frontend code.
2025-08-31 09:50:37 -05:00
SergeantPanda
59c6b0565e
Use buffering_speed from settings to determine color for speed badge instead of hardcoded at 1.0
...
Fixes [Bug]: Stat's "Current Speed" does not reflect "Buffering Speed" setting
Fixes #311
2025-08-31 09:28:30 -05:00
SergeantPanda
17cb303273
Refactor: Standardize string quotes and improve code formatting in ChannelCard component
2025-08-31 09:12:17 -05:00
SergeantPanda
3aa68c1a36
Enhancement: Allow overriding of default stream profile for auto channel sync.
2025-08-31 08:49:45 -05:00
SergeantPanda
0228d8d7f4
Fix auto sync channel settings not saving.
2025-08-30 10:48:30 -05:00
SergeantPanda
2026eab7f2
Default VOD categories to disabled.
2025-08-28 13:17:22 -05:00
SergeantPanda
11f54f3cda
Fix VOD categories not loading on new accounts without webui refresh.
2025-08-28 11:20:37 -05:00
SergeantPanda
2b484a94ec
Applied formatting to floating video.
2025-08-28 10:44:11 -05:00
SergeantPanda
d2b852c9a2
Fix cyclic error with logos loading.
2025-08-28 10:42:42 -05:00
SergeantPanda
73065ed319
Load logos after all initalization is done. True background logo loading.
2025-08-26 17:54:28 -05:00
SergeantPanda
fe350bda91
Smarter tracking of logos loading throughout different pages.
2025-08-26 17:26:59 -05:00
SergeantPanda
774c80e2a4
Convert a couple more functions to fetch ALL logos.
2025-08-26 16:42:16 -05:00
SergeantPanda
59dd6383eb
Fetch all logos when running cleanup.
2025-08-26 15:48:51 -05:00
SergeantPanda
c35c02c64b
Updated verbiage for cleanup unused logo function.
2025-08-26 15:37:05 -05:00
SergeantPanda
a0ab0e8688
Don't fetch all logos when uploading a new logo.
2025-08-26 15:33:35 -05:00
SergeantPanda
2645166c8c
Don't fetch all logos if editing.
2025-08-26 15:18:44 -05:00
SergeantPanda
0e52117e78
Add channel logo selection and background loading functionality
...
- Introduced `useChannelLogoSelection` hook for managing channel-assignable logos.
- Updated `ChannelForm` and `ChannelsForm` components to use the new logo selection hook.
- Implemented background loading of channel-assignable logos after user login in the auth store.
- Enhanced logos store to handle separate state for channel logos and added fetching logic.
2025-08-26 14:30:41 -05:00
SergeantPanda
8ad1c6ab1a
Better badge labeling depending on logo type.
2025-08-26 13:25:12 -05:00
SergeantPanda
b92d7c2c21
Major rework of how logos are handle. We will no longer load logos on login and they will only be loaded into the store when needed.
2025-08-26 13:19:29 -05:00
SergeantPanda
85a0b584a5
Added formatting to logos table and user agents table.
2025-08-26 08:53:35 -05:00
SergeantPanda
07a29916de
Reset formatting.
2025-08-25 17:11:41 -05:00
SergeantPanda
2d49b72f06
Reset Blame
2025-08-25 17:10:32 -05:00
dekzter
11bc2e57a9
optimized vod parsing, added in vod category filtering, added UI individual tabs for movies vs series VOD category filters
2025-08-25 14:37:20 -04:00
dekzter
a19bd14a84
added vod category filtering
2025-08-22 16:59:00 -04:00
SergeantPanda
e45082f5d6
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-22 14:53:17 -05:00
SergeantPanda
0a5e7a3231
Enhance logo upload functionality: allow custom logo names and update handling in LogoForm component.
...
Fixes [Bug]: Logo Manager not allowing a change to name field
Fixes #320
2025-08-22 13:34:17 -05:00
SergeantPanda
48c4cd8ca9
Merge branch 'logosstore' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-22 12:09:45 -05:00
SergeantPanda
39598b4ff4
Refactor logo handling: Introduce useLogosStore, implement lazy loading for logos, and update components to use new store methods.
2025-08-22 09:56:20 -05:00
SergeantPanda
3bea39a117
Fix VOD video player to allow clicking seek bar (overlay was interferring)
2025-08-21 16:48:28 -05:00
SergeantPanda
f1a80c3389
Check for null values before saving to database and scrub empty string.
2025-08-21 16:31:41 -05:00
SergeantPanda
3590265836
Show all available options for VODs and their corresponding quality.
2025-08-21 15:04:47 -05:00
SergeantPanda
a4df1f1fb8
Allow specifying which account to play from.
2025-08-21 13:14:16 -05:00
SergeantPanda
a03744e24e
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-21 09:35:40 -05:00
Biologisten
81a293e7dd
Added date and time formats to settings
2025-08-21 02:31:08 +02:00
SergeantPanda
24f876d09f
Add priority for providers so VOD's can be auto selected based on the priority.
2025-08-20 17:38:21 -05:00
SergeantPanda
2903773c86
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
2025-08-19 12:39:21 -05:00
SergeantPanda
d92ba0c7e1
Fix VOD page not using pagination properly.
2025-08-14 12:51:56 -05:00
SergeantPanda
7e94ee5d49
Fix duration display after converting from minutes to seconds in the table.
2025-08-11 16:45:44 -05:00
dekzter
44fecff2f2
return new object from store call
2025-08-08 09:40:02 -04:00
SergeantPanda
22bc573c10
Always display play button for movies.
2025-08-08 08:15:02 -05:00
SergeantPanda
84dfe69f0a
Add series badge to series for easy distinction between the two.
2025-08-08 07:50:37 -05:00
SergeantPanda
5feb843d73
Add imdb and tmdb links to episodes if available.
2025-08-08 07:40:36 -05:00