112 Commits

Author SHA1 Message Date
vexorian
7a4c3bd709 Merge branch 'dev/1.0.x' into dev/1.1.x 2020-09-26 15:53:15 -04:00
vexorian
c5a3a0de89 Tweak default bitrates a bit. Clarify that they are in Kbps in Plex settings 2020-09-26 15:02:35 -04:00
vexorian
c2a8bdc4c9 Fix xmltv writer crashing when a rating in the channel json is null for some reason (usually because of the python library) 2020-09-26 15:02:35 -04:00
vexorian
c114cab269 #110 expose url-tvg and x-tvg-url fields in m3u 2020-09-26 15:02:35 -04:00
vexorian
18bd87dcaf Fix anamorphic video (again), when audio is transcoded by plex but video is direct played. #127 2020-09-26 12:09:03 -04:00
vexorian
cd3012a042 Merge branch 'dev/1.0.x' into dev/1.1.x 2020-09-24 19:00:17 -04:00
vexorian
8a6fb782ad Attempts to make error screen more likely to appear instead of stream just dying 2020-09-23 19:15:41 -04:00
vexorian
43bf85db20 Fix #69 (nice?) Hopefully for good this time. It was already very difficult to create an infinite cache loop. Now even if the worst happens, it might repeat the last few seconds of a video once but nothing more. 2020-09-23 19:15:41 -04:00
vexorian
a9341f12c8 Fix up fillers before saving them to the file. 2020-09-21 23:15:45 -04:00
vexorian
3e1d207e1b Prepare 1.1.1 development 2020-09-21 22:42:09 -04:00
vexorian
51c978ce37 Prepare 1.0.2 development 2020-09-21 21:18:31 -04:00
vexorian
d1a9be6058 Filler Lists 2020-09-20 22:42:17 -04:00
vexorian
9dd82c7d30 Merge branch 'dev/1.0.x' into dev/1.1.x 2020-09-18 00:28:39 -04:00
vexorian
44d90df24b Fix long blocks of consecutive small flex time periods, getting melded together with the previous program. 2020-09-17 23:43:46 -04:00
vexorian
2a72744809 Loading screen duration to 40 milliseconds instead of 1 second. 2020-09-17 23:43:46 -04:00
vexorian
e53d7f7dcd Prepare 1.1.0 development 2020-09-15 21:24:49 -04:00
vexorian
a81cf78f5c Prepare 1.0.1 development 2020-09-15 21:22:59 -04:00
vexorian
eb52242609 1.0.0 2020-09-15 20:01:46 -04:00
vexorian
adbc6ede51 0.0.69 2020-09-11 23:14:36 -04:00
vexorian
36939ccf74 favicon , reddit icon. 2020-09-11 23:01:32 -04:00
vexorian
8fc9430aaa Prepare 0.0.69 development 2020-09-11 00:37:09 -04:00
vexorian
904444ebc5 Do not allow to enable subtitles if direct play is forced. 2020-09-10 19:51:28 -04:00
vexorian
61b6d67f21 Improved resilience to errors in streams. Error stream shouldn't die abruptly anymore. 2020-09-10 19:51:28 -04:00
vexorian
e506ac15b0 Fix Memory usage peaking during TV Guide Generation 2020-09-09 16:01:11 -04:00
vexorian
307507a223 Fix #95 Channel at night channels not rendering in TV guide when used as redirect. 2020-09-07 22:03:59 -04:00
vexorian
4dffb666d3 Prepare 0.0.68 development 2020-09-06 07:50:10 -04:00
vexorian
e2b94c62cb Hotfix for 0.0.66 issues: xmltv path not being configurable and xmltv cache option being ignored. 2020-09-05 20:29:43 -04:00
vexorian
d4607a86a6 Prepare 0.0.67 development 2020-09-05 19:10:50 -04:00
vexorian
47d9b235b6 Fix some last minute bugs with new setups 2020-09-05 18:31:00 -04:00
vexorian
62a58a5a46 Stealth mode for channels 2020-09-05 17:57:41 -04:00
vexorian
89132d8ac8 Play button in TV guide. 2020-09-05 17:57:41 -04:00
vexorian
461dfea071 - "Smart" resize instead of relying on ffmpeg for the logic. This fixes the bug with anamorphic video getting messed up aspect ratios.
- Normalize resolution will always normalize anamorphic videos, even if they have the same dimensions.
- When transcoding and normalize resolution being off, padding will not be added. But there's a special case for odd dimensions, where it needs to add 1 pixel.
- Changed scaling algorithm to 'billinear_fast'. It has 'fast' in the name, so hopefully it's faster?
2020-09-05 17:57:41 -04:00
vexorian
ee08b3a601 TV Guide > Fix bug with missing redirects. Now keeps retryiung in case of error. 2020-09-05 17:57:41 -04:00
vexorian
9bd3e9063b - Channel redirects will now render in the TV Guide.
- Programs shorter than 5 minutes will not appear in the TV Guide and will be treated the same way Flex time is treated normally.
- The Web UI now has its own TV Guide viewer so that you don't have to rely on clients to preview your channels' line ups.
- API: New endpoint to get what shows are being scheduled for a given time frame.
- Fix bug where some bad luck could cause two different XMLTVs to get written at once, generating a corrupt xmltv file.
2020-09-04 21:48:30 -04:00
vexorian
80dfcc17a0 Prepare 0.0.66 development 2020-08-26 22:45:07 -04:00
vexorian
05833c3d14 Log message to explain when ffmpeg is transcoding or copying streams. Removed minimum bitrates... 2020-08-26 21:15:04 -04:00
vexorian
c342d42db9 xmltv delivery is not synchronous anymore. It is no longer possible to change xmltv file location through UI or the api. Basic exception handling for the API but the api will need further cleanup. 2020-08-26 20:50:23 -04:00
vexorian
2138176689 Channel redirects + 'Channel At night' 2020-08-24 22:47:27 -04:00
vexorian
78e7b8d1a9 Prepare 0.0.65 development 2020-08-22 18:53:57 -04:00
vexorian
b1f3090dcb Fix fresh install issue with it generating a ghost plex server. 2020-08-22 17:33:36 -04:00
vexorian
973a2f9721 Fix /m3u8 endpoint being broken 2020-08-22 16:38:25 -04:00
vexorian
971697405b Prepare 0.0.64 development 2020-08-22 11:25:59 -04:00
vexorian
3ab7de3769 0.0.63 2020-08-22 10:46:01 -04:00
vexorian
4b800090e2 Merge branch 'dev/0.0.x' into main 2020-08-22 10:45:15 -04:00
vexorian
9cc5bd4a88 Also cleanup streams and opts in migration 2020-08-22 10:37:40 -04:00
vexorian
3022dfe375 1 json per channel. Plex server editing and status. Max resolution for transcoding. 640x360 fix. 2020-08-22 10:37:40 -04:00
vexorian
55c22846bf Use stream.pipe instead of transporting the bytes manually. Hopefully this improves playback. 2020-08-22 10:37:40 -04:00
vexorian
ab0da60228 tvg-chno in M3U 2020-08-16 09:01:30 -04:00
vexorian
e057b5eb9d 0.0.63-development 2020-08-15 21:48:11 -04:00
vexorian
968e567b92 Version 0.0.62 2020-08-15 18:33:27 -04:00