SergeantPanda
|
323045cef7
|
Standardized the style to match other tables. Size follows user setting.
|
2025-05-04 20:38:20 -05:00 |
|
SergeantPanda
|
30e82fb302
|
Lots of status message fixes.
|
2025-05-04 19:33:03 -05:00 |
|
SergeantPanda
|
b713b516b4
|
Convert m3u accounts to a similar format to epg for status updates. Renamed DB field last_error to last_message so we can use it for more messaging. Migration to change updated_at field to not be updated everytime the m3u changes. It should only update the updated_at when we successfully update the m3u.
|
2025-05-04 17:51:57 -05:00 |
|
SergeantPanda
|
5dac5858f2
|
Refactor updated_at handling in stream processing to only update for changed streams for both xc accounts and m3u acounts.
|
2025-05-04 14:30:27 -05:00 |
|
SergeantPanda
|
a329ae0c87
|
Fixes not setting updated_at if only custom properties changed.
|
2025-05-04 14:22:02 -05:00 |
|
SergeantPanda
|
d8f0700ff6
|
Fix last_seen not being wrote to properly.
|
2025-05-04 13:59:06 -05:00 |
|
SergeantPanda
|
de130dcca0
|
Show initializing refresh when the refresh button is pressed.
|
2025-05-04 13:36:01 -05:00 |
|
SergeantPanda
|
d26dd5f6b3
|
Add better display in the m3u table for the user to see what we are doing.
|
2025-05-04 13:26:29 -05:00 |
|
SergeantPanda
|
4619d09efe
|
Fixes logos not showing properly.
|
2025-05-04 12:35:44 -05:00 |
|
SergeantPanda
|
0697ef55ed
|
Merge pull request #87 from SergeantPanda/weberrors-websockets
Weberrors websockets
|
2025-05-04 12:08:19 -05:00 |
|
SergeantPanda
|
7418abb31c
|
Attempt to fix websockets for production mode.
|
2025-05-04 11:56:15 -05:00 |
|
SergeantPanda
|
509f2be3a8
|
Fixes a lot of "You provided a value prop to a form field without an onChange handler" errors.
Reworks websocket connection to be more robust and notify user of connection errors.
Will retry if websocket connection dies.
|
2025-05-04 10:58:38 -05:00 |
|
SergeantPanda
|
d2c8389f74
|
Add component prop to Text to fix react error in dev.
|
2025-05-04 09:55:04 -05:00 |
|
SergeantPanda
|
d1e9de6cdb
|
Fix react error when loading in dev:
Change Text component to div in DraggableRow for better semantic structure
|
2025-05-04 09:51:15 -05:00 |
|
SergeantPanda
|
4803a3605e
|
Fixes user state not updating when editing channels.
|
2025-05-04 09:45:55 -05:00 |
|
SergeantPanda
|
42db972e07
|
Merge pull request #86 from Dispatcharr/tvc-guide-stationid
Tvc guide stationid
|
2025-05-04 09:25:12 -05:00 |
|
SergeantPanda
|
f3abbaeb27
|
Add gracenote ID when creating channel if available. Fixes m3u output if gracenote ID doesn't exist.
|
2025-05-04 09:23:02 -05:00 |
|
SergeantPanda
|
2243e2470b
|
Merge pull request #84 from rykr/GraceNoteId
Add support for Channels DVR tvc-guide-stationid
|
2025-05-04 08:06:06 -05:00 |
|
SergeantPanda
|
4030c8d774
|
Show file path if local file.
|
2025-05-03 19:28:36 -05:00 |
|
Reggie Burnett
|
fcd1722d3a
|
Add support for Channels DVR tvc-guide-stationid
|
2025-05-03 19:24:51 -05:00 |
|
SergeantPanda
|
c89c962374
|
Updated the look and reordered all columns.
|
2025-05-03 19:17:15 -05:00 |
|
SergeantPanda
|
0493dd37a1
|
Re-order columns
|
2025-05-03 19:07:30 -05:00 |
|
SergeantPanda
|
4595cea400
|
Status update overhaul for epg files.
|
2025-05-03 18:39:59 -05:00 |
|
SergeantPanda
|
9f52b22432
|
Show all HTTP errors to the user during epg update.
|
2025-05-03 16:26:30 -05:00 |
|
SergeantPanda
|
826883424c
|
Completely remove size limits for file uploads.
|
2025-05-03 15:05:40 -05:00 |
|
SergeantPanda
|
e667299806
|
Stream tables and Channels table now load at the same time instead of streams waiting for all logos to download before loading.
|
2025-05-03 15:03:16 -05:00 |
|
SergeantPanda
|
c41d948fc9
|
Reset page number to 1 when changing filters to avoid page errors.
|
2025-05-03 14:42:50 -05:00 |
|
SergeantPanda
|
e65fd59a49
|
Add confirmations for deleting channels.
|
2025-05-03 14:21:48 -05:00 |
|
SergeantPanda
|
a387130d23
|
Fixes channel creation form resetting if also creating a group.
Also fixes group creation form not closing when saving.
|
2025-05-03 13:28:01 -05:00 |
|
dekzter
|
693d33e18d
|
merged in xtream branch
|
2025-05-03 13:52:42 -04:00 |
|
SergeantPanda
|
104bad8f04
|
Added last seen as an api output for streams.
|
2025-05-03 12:38:45 -05:00 |
|
SergeantPanda
|
dbb3eb1664
|
Better look for hovering.
|
2025-05-03 10:47:40 -05:00 |
|
SergeantPanda
|
d4ae98900f
|
Fixes rows not having hover affect if they are shaded red.
|
2025-05-03 10:41:18 -05:00 |
|
SergeantPanda
|
5fa9a1e64d
|
Fixes bug where you may click delete on one channel and another deletes. Also adds shading to channels with no streams added.
|
2025-05-03 10:20:31 -05:00 |
|
dekzter
|
1a0d065eca
|
ui settings with configurable table size, added setting to set / rehash stream hashes
|
2025-05-03 08:01:22 -04:00 |
|
SergeantPanda
|
3b4edde90f
|
Fixes wrong edit and stream previews playing when filtering.
Include dependencies in useCallback for onEdit and onDelete, and update dependency array in StreamsTable for useTable
|
2025-05-02 21:56:30 -05:00 |
|
SergeantPanda
|
2fff015206
|
Enhance refresh_single_m3u_account to track completed tasks and ensure DB transactions are committed before cleanup
|
2025-05-02 17:33:51 -05:00 |
|
dekzter
|
3de768d954
|
fixed conflicting migratino
|
2025-05-02 15:38:26 -04:00 |
|
SergeantPanda
|
35579e79fb
|
Enhance FloatingVideo component with loading and error handling overlays
|
2025-05-02 13:02:34 -05:00 |
|
SergeantPanda
|
5a844e4aaa
|
Fixed channels not showing if they were mapped to the same epg id.
|
2025-05-02 12:16:38 -05:00 |
|
SergeantPanda
|
307728b7bc
|
Improve file existence checks and error handling in parse_channels_only and parse_programs_for_source
|
2025-05-02 11:59:38 -05:00 |
|
SergeantPanda
|
98ef0d49f7
|
Add file existence checks and error handling in parse_channels_only
|
2025-05-02 11:23:36 -05:00 |
|
SergeantPanda
|
d3eb00fdf4
|
Add null check for channel name in notifications
|
2025-05-02 11:00:09 -05:00 |
|
SergeantPanda
|
e67f314656
|
Better error handling for web video player.
|
2025-05-02 10:22:19 -05:00 |
|
SergeantPanda
|
246ab0a22d
|
Fixes console error when playing a stream preview due to channelID being null.
|
2025-05-02 10:02:35 -05:00 |
|
dekzter
|
06879ed8ef
|
merged in dev
|
2025-05-02 09:33:09 -04:00 |
|
dekzter
|
e81b6e3189
|
option to add epg source with xc account
|
2025-05-02 09:30:24 -04:00 |
|
SergeantPanda
|
6f1bae8195
|
Fixes stream preview in stream table.
|
2025-05-02 08:23:11 -05:00 |
|
SergeantPanda
|
0e54062c73
|
Added drivers for hardware acceleration.
|
2025-05-01 17:42:23 -05:00 |
|
dekzter
|
5bf5e1e1c2
|
updated last_seen of existing streams:
|
2025-05-01 17:30:19 -04:00 |
|