dekzter
|
ee4e227e02
|
fixing m3u file upload
|
2025-04-07 18:12:45 -04:00 |
|
SergeantPanda
|
23c65a2f03
|
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
|
2025-04-07 16:47:58 -05:00 |
|
SergeantPanda
|
4cd50ab6bd
|
Switch back to socket.
|
2025-04-07 16:47:48 -05:00 |
|
dekzter
|
2fcadfcc57
|
forgot to commit migration
|
2025-04-07 15:02:01 -04:00 |
|
dekzter
|
e2850441ae
|
basic DVR UI, custom properties for recordings
|
2025-04-07 15:01:44 -04:00 |
|
dekzter
|
e507c6f23c
|
updated timestamp and extension checks for m3 uand epg
|
2025-04-07 12:46:45 -04:00 |
|
dekzter
|
20c8ff2179
|
file extension check for m3u and epg watcher
|
2025-04-07 12:20:46 -04:00 |
|
dekzter
|
5570562960
|
epg match run externally to keep memory usage low
|
2025-04-07 11:57:00 -04:00 |
|
dekzter
|
7a90cc8ae3
|
re-adding in removal of frontend artifacts from dockerfile, re-added chown of /app directory
|
2025-04-07 08:36:19 -04:00 |
|
SergeantPanda
|
67f282c682
|
Refactor uwsgi configuration selection in entrypoint script
|
2025-04-06 21:01:24 -05:00 |
|
SergeantPanda
|
c22a8095bd
|
Added uwsgi.
|
2025-04-06 20:35:58 -05:00 |
|
dekzter
|
386876a378
|
fixed reverted websocket port, record now shows on all shows, not just currently playiny
|
2025-04-06 20:00:07 -04:00 |
|
dekzter
|
b3551fe32f
|
fixed potential timezone issue
|
2025-04-06 19:14:32 -04:00 |
|
dekzter
|
8807b442db
|
reverted to uwsgi for now - gunicorn will need work to keep the proxy working
|
2025-04-06 16:40:00 -04:00 |
|
dekzter
|
354cd84c88
|
filesystem watch and process of m3u and epg
|
2025-04-06 15:58:55 -04:00 |
|
dekzter
|
e185fbcda6
|
process groups to allow filtering before any stream ingestion, do this in background for better experience
|
2025-04-06 13:11:28 -04:00 |
|
dekzter
|
702c85e01b
|
more garbage collection, better use of m3u cache file usage
|
2025-04-06 12:35:43 -04:00 |
|
dekzter
|
ecc96f8b69
|
memory optimization, m3u processing, re-added group filtering before m3u ingestion
|
2025-04-06 11:36:16 -04:00 |
|
SergeantPanda
|
472c20627c
|
Update Docker images to use ghcr.io and clean up ownership commands in init script
|
2025-04-05 21:56:58 -05:00 |
|
SergeantPanda
|
21a9cb6528
|
Whoops.
|
2025-04-05 20:30:39 -05:00 |
|
SergeantPanda
|
f565e1fade
|
Refactor DEBUG setting in settings.py and optimize Dockerfile build process
|
2025-04-05 20:26:46 -05:00 |
|
dekzter
|
a38930b0c9
|
syntax error
|
2025-04-05 20:10:12 -04:00 |
|
dekzter
|
cdf9df03bd
|
lazy-load sentencetransformer instance
|
2025-04-05 20:05:45 -04:00 |
|
dekzter
|
7f0c426206
|
removed dup var declaration
|
2025-04-05 19:23:59 -04:00 |
|
dekzter
|
00f6e7c1cd
|
first run at recordings, among other things
|
2025-04-05 18:59:15 -04:00 |
|
SergeantPanda
|
e8fdd88bca
|
Update sorting in ChannelsTable to include name alongside channel number
|
2025-04-05 15:14:35 -05:00 |
|
SergeantPanda
|
e4496f40ac
|
Sort by channel number by default.
|
2025-04-05 15:06:39 -05:00 |
|
SergeantPanda
|
3d8ced4296
|
Changed programme channel to channel number.
|
2025-04-05 14:59:37 -05:00 |
|
dekzter
|
3f85b0c113
|
wrong variable
|
2025-04-05 15:47:20 -04:00 |
|
dekzter
|
6ebd7bb666
|
use channel number so the client ordering is correct
|
2025-04-05 15:38:42 -04:00 |
|
dekzter
|
82b426f82a
|
moved some perms around and new folders
|
2025-04-05 14:34:08 -04:00 |
|
dekzter
|
827e824651
|
bulk update of enabling channels by profile, more UI tweaks and updates
|
2025-04-05 09:50:47 -04:00 |
|
dekzter
|
64afc72c97
|
missing redis client
|
2025-04-05 07:18:35 -04:00 |
|
dekzter
|
82d6646137
|
fixed channel numbering from stream
|
2025-04-04 17:35:17 -04:00 |
|
SergeantPanda
|
f71e1aadd4
|
Flush Redis DB on startup.
|
2025-04-04 16:31:36 -05:00 |
|
dekzter
|
755d6c7865
|
fixed logo sizes
|
2025-04-04 16:27:03 -04:00 |
|
SergeantPanda
|
01273003a5
|
Re-add NGINX_PORT to nginx config.
|
2025-04-04 15:25:45 -05:00 |
|
dekzter
|
7351264e8a
|
centralized and lazy-loaded redis client singleton, check for manage.py commands so we don't init proxyservers (redis connection), put manage commmands before starting uwsgi
|
2025-04-04 16:18:12 -04:00 |
|
SergeantPanda
|
5abaddebf8
|
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
|
2025-04-04 14:21:34 -05:00 |
|
SergeantPanda
|
cf059045c1
|
Decoupled from global redis client.
|
2025-04-04 14:21:27 -05:00 |
|
dekzter
|
ac12abf222
|
fixed streams not added on bulk operations
|
2025-04-04 13:53:24 -04:00 |
|
dekzter
|
e7c4324b64
|
updated logo url field
|
2025-04-04 11:24:31 -04:00 |
|
SergeantPanda
|
0b189d284f
|
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
|
2025-04-04 10:23:38 -05:00 |
|
SergeantPanda
|
b91835aad4
|
Fixes stop channel not working.
|
2025-04-04 09:58:25 -05:00 |
|
dekzter
|
c0c7f2bc41
|
migration to fix incorrect user-agent for tivimate and update streamlink default profile
|
2025-04-04 10:57:33 -04:00 |
|
dekzter
|
3ad1a1b4dc
|
fixed exact epg matching on bulk channel creation
|
2025-04-04 10:49:12 -04:00 |
|
dekzter
|
64d68bf11d
|
tvg search name and tvg-id, fixed bulk create epg matching, attempting to fix favicon
|
2025-04-04 10:37:14 -04:00 |
|
Dispatcharr
|
a7fa6ff55e
|
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
|
2025-04-04 08:26:50 -05:00 |
|
Dispatcharr
|
22ef9c4e9f
|
Fixed Channel saving
Fixed bug where channel would not save if a logo was not present.
|
2025-04-04 08:26:33 -05:00 |
|
dekzter
|
b69aa6ad80
|
logo caching
|
2025-04-04 09:21:53 -04:00 |
|