SergeantPanda
59b75c18fc
Add ability to preview streams under a channel.
2025-07-31 15:54:24 -05:00
SergeantPanda
613c0d8bb5
Add input_bitrate to technical for future use.
2025-07-29 15:43:44 -05:00
SergeantPanda
e26ecad013
Move m3u and url badges to same line as stream name.
2025-07-29 15:17:18 -05:00
SergeantPanda
7551869a2e
Remove audio bitrate from basic stats.
2025-07-29 15:12:14 -05:00
SergeantPanda
44f8d45768
Add the ability to see advanced stats for channel streams.
2025-07-29 15:02:35 -05:00
SergeantPanda
72ecb88c76
Fix bug where creating a channel from a stream that isn't displayed in the table has invalid stream name.
2025-07-29 14:59:03 -05:00
SergeantPanda
5b076fd00b
Allow for clicking url badge and copy to clipboard.
2025-07-29 11:35:22 -05:00
SergeantPanda
b222dbe5a3
Display stream qualites in channel table.
2025-07-29 11:21:44 -05:00
SergeantPanda
336a0d2558
Add ability to sort auto channel sync order by either provider order (default), name, TVG ID or updated at.
2025-07-28 17:43:19 -05:00
SergeantPanda
7313cafa1c
Adds the ability to have the auto channel sync create channels in specificed channel profiles.
...
Closes #255
2025-07-27 19:14:39 -05:00
SergeantPanda
39ec4d39fc
Allow for multiple profiles to be added with the api. This will later be used for auto channel sync.
2025-07-27 17:48:09 -05:00
SergeantPanda
8f529bf495
Only add to selected profile if profile is selected during channel creation.
2025-07-27 17:33:23 -05:00
SergeantPanda
a7b9d278c2
In the logo manager, don't save when file is selected, wait for create button to be clicked.
2025-07-27 14:44:20 -05:00
SergeantPanda
1475ca70ab
Fixes being unable to add a new logo via URL.
2025-07-27 14:18:48 -05:00
SergeantPanda
9fcce85ea7
Reduced spacing between fields.
2025-07-19 15:31:45 -05:00
SergeantPanda
f6fa90178d
Adds the ability to auto channel sync to only add channels where the stream name matches a regex.
2025-07-19 15:23:10 -05:00
SergeantPanda
924d44c573
Add addvanced options drop down for auto channel sync.
2025-07-19 14:09:37 -05:00
SergeantPanda
003ad4c54f
Add channel name regex match/replace for auto sync.
2025-07-19 13:13:05 -05:00
SergeantPanda
0b2e050e63
Page sizes for the stream table are now stored in local storage.
2025-07-18 21:54:39 -05:00
SergeantPanda
fc9b179e9a
Updated styling for group manager to better match other forms.
2025-07-18 19:38:27 -05:00
SergeantPanda
91c8999021
Rename to logo manager.
2025-07-18 15:41:56 -05:00
SergeantPanda
26881f41d6
Adds ability to delete local files during cleanup.
2025-07-18 15:36:13 -05:00
SergeantPanda
bc08cb1270
Ask to delete local files as well.
2025-07-18 15:23:30 -05:00
SergeantPanda
e27f45809b
Allow /data/logos as a url.
2025-07-18 13:47:50 -05:00
SergeantPanda
e7771d5b67
Allow deleting logos that are assigned to channels.
2025-07-18 11:36:15 -05:00
SergeantPanda
23bd5484ee
Enlarge logo on hover.
2025-07-17 21:12:05 -05:00
SergeantPanda
5d82fd17c2
Treat local files as valid urls
2025-07-17 21:09:05 -05:00
SergeantPanda
8e2309ac58
Fixes logo uploads
2025-07-17 21:02:50 -05:00
SergeantPanda
05539794e3
Set better sizing.
2025-07-17 20:45:04 -05:00
SergeantPanda
cebc4c8ca9
Add pagination.
2025-07-17 20:32:24 -05:00
SergeantPanda
122b902f0f
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into logo-manager
2025-07-17 19:56:11 -05:00
SergeantPanda
b406a3b504
Move force dummy epg to top.
2025-07-17 19:02:03 -05:00
SergeantPanda
8fa27904e7
Add ability to override group name during auto channel creation.
2025-07-17 18:42:42 -05:00
SergeantPanda
a5f7a88ba0
Add option to force dummy epg.
2025-07-17 16:54:37 -05:00
SergeantPanda
1413c7a3d2
Show unused count when deleting.
2025-07-15 22:03:14 -05:00
SergeantPanda
fa470bee35
Add bulk delete abilites and cleanup unused action.
2025-07-15 21:39:17 -05:00
SergeantPanda
6a7abbaa82
Fix text filtering.
2025-07-15 20:36:32 -05:00
SergeantPanda
cd30f6da66
Enhance Logo management with filtering and usage details in API and UI
2025-07-15 20:26:02 -05:00
SergeantPanda
5f08d0fbbf
Add padding to logos.
2025-07-15 20:14:34 -05:00
SergeantPanda
500df533bb
Center logos in the column.
2025-07-15 20:12:25 -05:00
SergeantPanda
2bba31940d
Use our custom table for displaying logos
2025-07-15 20:02:21 -05:00
SergeantPanda
489851906e
Logo manager initial commit.
2025-07-15 18:19:10 -05:00
SergeantPanda
3f7e92ae44
Requery channels on successful m3u refresh.
2025-07-13 19:12:45 -05:00
SergeantPanda
df23d3660b
Fetch channels after m3u refresh.
2025-07-13 18:51:04 -05:00
SergeantPanda
12c086dcd1
Delete all auto-synced channels and create new ones.
2025-07-13 18:02:26 -05:00
SergeantPanda
ea81cfb1af
Add auto channel sync settings to ChannelGroupM3UAccount and update related components
...
- Introduced `auto_channel_sync` and `auto_sync_channel_start` fields in the ChannelGroupM3UAccount model.
- Added API endpoint to update M3U group settings.
- Updated M3UGroupFilter component to manage auto sync settings.
- Enhanced M3URefreshNotification and M3U components for better user guidance.
- Created a Celery task for automatic channel synchronization after M3U refresh.
2025-07-13 15:59:25 -05:00
SergeantPanda
69f8f426a6
Refactor menu items in ChannelTableHeader to fix html error.
2025-07-12 19:10:59 -05:00
SergeantPanda
8b361ee646
Fix eslint issues.
2025-07-12 18:12:25 -05:00
SergeantPanda
35d95c47c7
Fixed z index issue when stream table was refreshing.
2025-07-12 17:48:56 -05:00
SergeantPanda
2da8273de6
Add confirmation for deleting and cleaning up groups.
2025-07-12 17:41:35 -05:00