SergeantPanda
|
42c792cbb7
|
Merge pull request #278 from Dispatcharr/Updated-dependencies-
Update dependencies in requirements.txt
|
2025-07-31 20:13:58 -05:00 |
|
SergeantPanda
|
20651a8d59
|
Update dependencies in requirements.txt for compatibility and improvements
|
2025-07-31 20:10:36 -05:00 |
|
SergeantPanda
|
826c824084
|
Bump Postgres to version 17
|
2025-07-31 14:03:37 -05:00 |
|
GitHub Actions
|
26e237f2d1
|
Release v0.7.1
|
2025-07-29 21:06:06 +00:00 |
|
SergeantPanda
|
38813e6c27
|
Merge pull request #273 from Dispatcharr/dev
Release Notes – Version 0.7.1
|
2025-07-29 16:05:23 -05:00 |
|
SergeantPanda
|
db6e09370c
|
Fix bug when sorting by name.
|
2025-07-28 18:09:43 -05:00 |
|
SergeantPanda
|
7c442064e6
|
Implement natural sorting for channel names in auto channel sync
|
2025-07-28 18:01:50 -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
|
491b0cea29
|
Fetch channel profiles on successful m3u refresh.
|
2025-07-27 19:27:50 -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
|
9c32cc68d9
|
Properly track uploaded logos in Redis so avoid redundant message from file scanner.
|
2025-07-27 14:55:02 -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
|
7eef45f1c0
|
Only use whole numbers when looking for a number not in use.
|
2025-07-20 20:13:59 -05:00 |
|
SergeantPanda
|
5148a5a79b
|
Use channel name for display name in EPG output.
|
2025-07-20 20:01:51 -05:00 |
|
GitHub Actions
|
c54b847738
|
Release v0.7.0
|
2025-07-19 20:43:30 +00:00 |
|
SergeantPanda
|
da90ae5436
|
Merge pull request #253 from Dispatcharr/dev
Dispatcharr v0.7.0
|
2025-07-19 15:42:34 -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
|
935f4c1da2
|
Filter out stale streams from auto channel creation.
|
2025-07-19 14:30:57 -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
|
2df377b7f5
|
Fixes channel table not pulling from local storage for page size.
|
2025-07-18 21:32:41 -05:00 |
|
SergeantPanda
|
fc9b179e9a
|
Updated styling for group manager to better match other forms.
|
2025-07-18 19:38:27 -05:00 |
|
SergeantPanda
|
0996d396cf
|
Merge pull request #251 from Dispatcharr/logo-manager
Logo manager
|
2025-07-18 15:43:32 -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
|
d926d90dd9
|
Fix websocket message.
|
2025-07-18 15:14:11 -05:00 |
|
SergeantPanda
|
e876af1aa2
|
Scan sub folders for logos.
|
2025-07-18 15:04:34 -05:00 |
|
SergeantPanda
|
479826709b
|
Fetch logos when logos are added by filesystem scan.
|
2025-07-18 15:01:26 -05:00 |
|
SergeantPanda
|
13672919d0
|
Fetch Playlists on successful m3u update.
|
2025-07-18 14:26:09 -05:00 |
|
SergeantPanda
|
1ece74a0b0
|
Scan logos folder for new logos.
|
2025-07-18 14:07:58 -05:00 |
|
SergeantPanda
|
e27f45809b
|
Allow /data/logos as a url.
|
2025-07-18 13:47:50 -05:00 |
|
SergeantPanda
|
0fcb8b9f2e
|
Don't convert urls in the store.
|
2025-07-18 13:44:00 -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
|
bd1831e226
|
Fix edits not saving
|
2025-07-17 20:49:05 -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
|
f40e9fb9be
|
Update playlist store when auto sync settings change.
|
2025-07-17 19:24:27 -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
|
e9055a5ad6
|
Activate setting
|
2025-07-17 17:36:32 -05:00 |
|