Commit graph

1614 commits

Author SHA1 Message Date
SergeantPanda
22b7a3efb2 Fix youtube trailers for series. 2025-08-05 16:43:51 -05:00
SergeantPanda
4b6792ccbe Add ability to expand an episode row to view additional information. 2025-08-05 16:19:50 -05:00
SergeantPanda
cc8064877d Fix episode number not displaying. 2025-08-05 15:55:29 -05:00
SergeantPanda
0120419d09 Get full release date. 2025-08-05 15:50:28 -05:00
SergeantPanda
a66028ff02 Fixes tabs not changing view. 2025-08-05 14:03:05 -05:00
SergeantPanda
4754a0dcd7 Show epsiodes nested under a season tab. 2025-08-05 14:00:05 -05:00
SergeantPanda
b11270ce4a Fix not populating episodes. 2025-08-05 13:53:43 -05:00
SergeantPanda
3c2534d8aa Combine a couple api calls. 2025-08-05 13:28:58 -05:00
SergeantPanda
8584aae675 Better naming for different functions. 2025-08-05 12:53:22 -05:00
SergeantPanda
151f654dd9 Only query series info if data is stale 2025-08-05 11:18:06 -05:00
SergeantPanda
9a927b1fc7 Update migration to track last series refresh. 2025-08-05 10:55:44 -05:00
SergeantPanda
4b27f95b30 Keep track of last time a series was refreshed. 2025-08-05 10:45:02 -05:00
SergeantPanda
ce331abdbc Don't merge provider details with vod store. 2025-08-05 10:23:49 -05:00
SergeantPanda
fa29c679f5 Fix eslint error. 2025-08-04 18:33:42 -05:00
SergeantPanda
36450af23f Fix youtube links not loading. 2025-08-04 18:30:33 -05:00
SergeantPanda
b19efd2f75 Use backdrop image as background for modal. 2025-08-04 18:24:45 -05:00
SergeantPanda
d917a3a915 Rearranged data. 2025-08-04 18:21:18 -05:00
SergeantPanda
10ab3e4bd8 Fix movie link not building correctly for web player. 2025-08-04 17:28:20 -05:00
SergeantPanda
4accd2be85 Pull advanced info from provider when opening a movie. 2025-08-03 22:02:34 -05:00
SergeantPanda
e1f5cb24ec Smart sizing based on screen sizing. 2025-08-03 20:03:45 -05:00
SergeantPanda
9f8054c9de Fix video player in dev mode. 2025-08-03 19:59:10 -05:00
SergeantPanda
3baaf8c170 More flexible playback for vods. 2025-08-03 19:53:22 -05:00
SergeantPanda
88a9f8b14e Fix vods not displaying in the webui. 2025-08-03 10:40:17 -05:00
SergeantPanda
d9192d003d Remove json dumps from custom_properties as now the fields are jsonb in postgres. Also fix category matching. 2025-08-02 19:03:39 -05:00
SergeantPanda
f9a9d5d336 Convert postgres to UTF8 from ASCII 2025-08-02 19:02:57 -05:00
SergeantPanda
0585fc1dfe Separate Movies, Series and Episodes into their own tables 2025-08-02 13:32:44 -05:00
SergeantPanda
0b5906538e More robust parsing of year. 2025-08-02 12:59:02 -05:00
SergeantPanda
0ece58572e Extract year from other data fields if available, otherwise attempt name. 2025-08-02 12:33:41 -05:00
SergeantPanda
bcebcadfaa Add ability to scan for vods during m3u refresh. 2025-08-02 12:01:26 -05:00
SergeantPanda
386a03381c Initial frontend commit for vods. 2025-08-02 10:48:48 -05:00
SergeantPanda
84aa631196 Initial backend commit for vod 2025-08-02 10:42:36 -05:00
SergeantPanda
1c47b7f84a Adds ability to reverse the sort order for auto channel sync. 2025-08-01 16:42:42 -05:00
SergeantPanda
7b5a617bf8 Use custom validator for urls fields to allow for non fqdn hostnames.
Fixes #63
2025-08-01 11:28:51 -05:00
SergeantPanda
953db79476 Display stream logo and name in channel card when previewing streams. 2025-07-31 21:26:59 -05:00
SergeantPanda
6945cecaca Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-07-31 20:15:42 -05:00
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
59b75c18fc Add ability to preview streams under a channel. 2025-07-31 15:54:24 -05:00
SergeantPanda
406ac37fb9 Delete temp folder if it exists during upgrade. 2025-07-31 15:01:28 -05:00
SergeantPanda
108a992643 Detect mismatched Postgres version and automatically run pg_upgrade 2025-07-31 14:53:55 -05:00
SergeantPanda
826c824084
Bump Postgres to version 17 2025-07-31 14:03:37 -05:00
SergeantPanda
5a887cc55a Bump Postgres to version 17. 2025-07-31 13:54:20 -05:00
SergeantPanda
e029cd8b3d Fix XML escaping for channel ID in generate_dummy_epg function 2025-07-31 10:22:43 -05:00
SergeantPanda
4ae66e0bc9 Add membership creation in UpdateChannelMembershipAPIView if not found.
Fixes #275
2025-07-31 09:52:02 -05:00
SergeantPanda
06d8d01fd9 Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr into dev 2025-07-29 16:22:48 -05:00
SergeantPanda
64ec6de414
Merge pull request #274 from Dispatcharr/stream-stats
Stream stats
2025-07-29 16:21: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
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