Commit graph

370 commits

Author SHA1 Message Date
SergeantPanda
677fbba1ac FFmpeg stats added to channel card. 2025-06-09 19:42:58 -05:00
SergeantPanda
0ec5ffff33 Fix status message not updating the frontend during M3U refresh. 2025-06-06 08:00:19 -05:00
SergeantPanda
2359818d7b Calculate stale time from start of scan not start of stale cleanup function. 2025-06-05 21:26:11 -05:00
SergeantPanda
5e2757f578 Set back to a minimum of 1. Task needs to be updated first or all streams get removed. 2025-06-04 17:42:11 -05:00
SergeantPanda
8814f21d59 Don't auto populate stale field to 7 days if 0 is set.
Closes #123
2025-06-04 17:29:49 -05:00
SergeantPanda
a767f28eb6 Allow stale stream days to be set to 0 to disable retention completely. 2025-06-04 17:06:00 -05:00
SergeantPanda
363a1a8080 Fixes selecting a profile leads to webui crash. 2025-05-25 15:01:04 -05:00
SergeantPanda
1ab04e31a4 Show channels without epg data. 2025-05-25 14:52:05 -05:00
SergeantPanda
448f9bc6cf Decreased line height for status messages to look better on smaller screens. 2025-05-22 09:46:34 -05:00
SergeantPanda
57298eb811 Added some padding for parsing status messaging. 2025-05-21 16:47:00 -05:00
SergeantPanda
e816fa6afd Update epg form to be a closer match to m3u form. 2025-05-21 15:53:52 -05:00
SergeantPanda
1087568de7 Fix bug when using file upload for m3u and not being able to set "Use Default" 2025-05-21 14:22:01 -05:00
SergeantPanda
34374045a8 Improved channel cards formatting for different screen resolutions. 2025-05-21 09:02:10 -05:00
SergeantPanda
8394fc2ed4 EPG and M3U support decimals if the channel has a decimal otherwise use integer. 2025-05-15 16:13:08 -05:00
SergeantPanda
8ee1581588 Forms support floats now. 2025-05-15 15:32:21 -05:00
SergeantPanda
5c3fdc1354 Enhance JWT authentication error handling and user redirection on token issues. 2025-05-15 14:12:31 -05:00
SergeantPanda
e7439a074f Enhance WebSocket connection handling based on authentication status 2025-05-13 16:57:39 -05:00
SergeantPanda
0a222f27af Move fetchChannelProfiles to initdata 2025-05-13 16:52:21 -05:00
SergeantPanda
cbbb2a6d59 Fix Profiles not loading. 2025-05-13 16:13:44 -05:00
dekzter
2dba3aca24 fixed dependencies for onEdit callback 2025-05-10 09:39:03 -04:00
dekzter
9c9e546f80 websockets behind auth, cleaned up errors and bad state handling in websocket.jsx 2025-05-10 08:40:53 -04:00
dekzter
4ebfde2797 auto-assign numbers now configurable by selection, channel enable switch now applies to all selected 2025-05-08 12:43:27 -04:00
SergeantPanda
b84d1cc61a Enhance m3u profile creation to show live regex results. 2025-05-07 13:24:41 -05:00
SergeantPanda
c198c4c590 Sort profiles in M3UProfiles component to prioritize default profiles and order others alphabetically by name 2025-05-07 13:11:46 -05:00
SergeantPanda
51784b9073 Fix for "will-change memory consumption is too high" error 2025-05-07 13:06:19 -05:00
SergeantPanda
95277679b0 Improve error handling and validation for playlist profiles in M3UProfiles component 2025-05-07 10:57:21 -05:00
SergeantPanda
72ed1ff4f4 Error handling for m3u profile. 2025-05-07 10:40:50 -05:00
SergeantPanda
88c27ac8ae Refactor Button component to use inline styles for width based on submission state 2025-05-07 10:31:23 -05:00
SergeantPanda
b0f26d96b2 Apparently width=100% isn't recommended for react so switched it to "style={{ width: '100%' }}" 2025-05-07 09:39:05 -05:00
SergeantPanda
9ba03fdfaf Found more references to the problematic "fullWidth" and replaced with "width=100%" 2025-05-07 09:31:55 -05:00
SergeantPanda
c98b73835b Replaced problematic "fullWidth" with "width="100%" to get rid of dom errors in the console. 2025-05-07 09:22:06 -05:00
SergeantPanda
f5f47005aa Move is active to bottom of form. 2025-05-07 09:13:13 -05:00
SergeantPanda
b5cdf3ceb2 Add information on disabling scheduling. 2025-05-07 09:10:56 -05:00
SergeantPanda
312eacf64c Add warning dialog when deleting epg or m3u. 2025-05-07 08:59:12 -05:00
SergeantPanda
7825019ed1 Add descriptions to form fields in EPG and M3U components for better clarity 2025-05-07 08:30:54 -05:00
SergeantPanda
7ead75f5b6 Add unique key prop to Button component in M3UGroupFilter for improved rendering 2025-05-06 20:54:59 -05:00
SergeantPanda
992c238388 Add fullWidth property to New button in M3UProfiles component 2025-05-06 20:24:56 -05:00
SergeantPanda
3440dfa28f Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-05-06 10:34:22 -05:00
SergeantPanda
c4bdb53749 Allow edit groups if user is on a different screen. 2025-05-06 10:33:51 -05:00
SergeantPanda
e9c5a719b1 Better handling for notifying of groups needing to be edited. 2025-05-06 10:09:59 -05:00
SergeantPanda
c225edc3ec Fixes updated time not updating the local state. 2025-05-06 08:19:05 -05:00
SergeantPanda
452e2ee213 Fixes status not changing to fetchign and parsing when those operations are occuring. 2025-05-06 08:13:59 -05:00
dekzter
c6c1f2d7a4 properly handle data during the editChannel lifecycle 2025-05-06 08:47:23 -04:00
SergeantPanda
b3534833d7 Removed special character. 2025-05-05 20:28:31 -05:00
SergeantPanda
ae93bc2a1f Adds a "Pending Setup" status so the user knows they need to select groups before their streams are imported. 2025-05-05 19:50:20 -05:00
SergeantPanda
77d837eb7d Enhance 'Active' column in M3UTable: set minimum size, add sorting function, and align text to the left. 2025-05-05 09:25:05 -05:00
SergeantPanda
3a68a66e70 Changed sizing to not overflow text in to other rows. 2025-05-05 09:08:01 -05:00
SergeantPanda
82cee02962 Updated never if no date. 2025-05-04 21:46:30 -05:00
SergeantPanda
852993149f Sort by name and keep disabled at the bottom. 2025-05-04 21:43:30 -05:00
SergeantPanda
43903a98a6 Fixes rows not expanding for epg table as well. 2025-05-04 21:39:03 -05:00