Commit graph

141 commits

Author SHA1 Message Date
SergeantPanda
343ecfbca6 Allow for 'days' to be set when using the EPG url which will limit the number of days to output epg data for. 2025-06-06 12:00:08 -05:00
SergeantPanda
e7bf8cbede Added support for LIVE tag and dd_progrid numbering systems for epg. 2025-06-03 22:00:17 -05:00
SergeantPanda
5cb2be7c93 Add support for dynamic tvg-id source selection in EPG generation
tvg_id_source accepts tvg_id, gracenote or the default if nothing is selected channel_number
2025-06-03 19:37:57 -05:00
SergeantPanda
1f0e643954 Add support for dynamic tvg-id source selection in M3U generation
`tvg_id_source` accepts `tvg_id`, `gracenote` or the default if nothing is selected `channel_number`
2025-06-03 19:10:14 -05:00
dekzter
9f96529707 merged in main 2025-06-03 17:49:24 -04:00
dekzter
3f445607e0 looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
Marlon Alkan
669120e35a
apps: output: views.py: exclude M3U endpointfrom CSRF protection
Excludes the M3U generation view from CSRF protection. This allows IPTV Smarters apps (I only tested on Android) to access the playlist. Otherwise a 403 error is returned because instead of an GET request these apps are doing a POST request with empty body to the endpoint.
2025-05-31 01:31:19 +02:00
SergeantPanda
a9cdc9e37a Support ?cachedlogos=false for epg as well. 2025-05-30 14:40:06 -05:00
SergeantPanda
d339c322ed Support using direct logos add '?cachedlogos=false' to end of url 2025-05-30 14:23:03 -05:00
dekzter
9daa764fbb completely removed mantine-react-table, added empty / dummy output for VOD endpoints 2025-05-23 13:40:11 -04:00
dekzter
0b0373f4ee allow 'all' for streamer class by relating no profiles 2025-05-23 08:21:31 -04:00
dekzter
e95c0859ab user custom properties, xc has its own password, properly checking xc permissions for streaming 2025-05-22 15:21:43 -04:00
dekzter
e3553b04ad more user management features and bug fixes 2025-05-21 15:33:54 -04:00
dekzter
74d58515d0 user management, user levels, user level channel access 2025-05-18 11:19:34 -04:00
SergeantPanda
a2299d0c52 Improved dummy output. 2025-05-16 10:17:06 -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
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
Reggie Burnett
fcd1722d3a Add support for Channels DVR tvc-guide-stationid 2025-05-03 19:24:51 -05:00
SergeantPanda
e3100e2751 Use correct content type for m3u file instead of m3u8 2025-04-25 08:46:21 -05:00
dekzter
3fc37f8f4f cache url for logos in m3u and epg 2025-04-20 10:06:08 -04:00
SergeantPanda
1610fc3497 fix: escape XML special characters in EPG generation 2025-04-07 18:11:47 -05:00
SergeantPanda
f8e5ca2a1c fix: update tvg_name assignment in generate_m3u function to use channel.name directly 2025-04-07 17:18:12 -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
SergeantPanda
0a0b2f49f6 Added Github page as the generator-info-url. 2025-04-03 15:33:14 -05:00
SergeantPanda
35311aa391 Cleaned up unused code. 2025-04-03 15:30:42 -05:00
dekzter
2108a9570f support custom logos 2025-04-03 15:41:19 -04:00
SergeantPanda
fc92a1034f Added icon for channel. 2025-04-03 14:38:26 -05:00
SergeantPanda
990a9ec7b7 Added custom properties to programme 2025-04-03 14:31:04 -05:00
dekzter
a41b205629 fully supported channel profiles 2025-04-03 08:59:06 -04:00
dekzter
c5e0de5d48 logos, channel numbers, websocket regex test so we can properly test against python regex and not javascript 2025-04-02 16:27:28 -04:00
dekzter
fa3af5ed6d refresh channel programs on epg change, fixed some notification bugs 2025-03-28 15:24:25 -04:00
dekzter
de5063d20b epg refactor, new relations and matching 2025-03-26 13:28:03 -04:00
Dispatcharr
505551f312 Updated M3U stream URLs
Changed M3U urls to use proxy
2025-03-17 15:06:47 -05:00
dekzter
9711d7ab34 modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
Dispatcharr
d90540226e Fixed EPG
Fixed incoming EPG
Fixed outgoing EPG
2025-02-27 15:00:02 -06:00
Dispatcharr
d1121504d1 Fixed trailing slash
Fixed trailing slash on main urls
Fixed trailing slash on output urls
2025-02-27 09:51:54 -06:00
Dispatcharr
d89bf35c0d Pre-Alpha v4
Added settings page
Added EPG functionality
2025-02-24 15:04:03 -06:00
Dispatcharr
1fb7a0c9eb Alpha v3
Added user agents
Added Stream Profiles
Added new API calls
2025-02-21 15:31:59 -06:00
Dispatcharr
3978e60ce9 Pre Alpha 2
Added FFMPEG
Removed "is_active"
Added m3u output
2025-02-19 16:55:23 -06:00