15 Commits

Author SHA1 Message Date
tim000x3
44a2cd9b8b Start and end time can be set in program config but only applies in direct play
got seek and end time working on non-direct play

Enhance program duration calculation and entry creation in channel services and guide

improved guide generation

Add debug logging and really agressive program merging logic and placeholder avoidence in XMLTV writer

Add a final pass duplicate detection and merging logic in _smartMerge function

Refactor XMLTV writing logic: enhance debug logging, streamline program merging, and improve error handling

backwards compatibly

Human readable time

Refactor program configuration modal: move optional position offsets to collapsible advanced options section

Update program configuration modal: rename position offset labels to custom start and end time

Changed how I build the guide based on an implementation that's closer to the original implementation and requires less changes.

Reverted Unneeded Changes

Simplified how StreamSeeK and custom end positions are applied in both transcoding and direct play.

Implement merging of adjacent programs with the same ratingKey in TVGuideService

Made merging-adjacent programs optional and disabled by default

custom time can actuall be set

cleanup

Enhance time input validation for program duration and seek positions
2025-05-17 23:18:51 -04:00
vexorian
a742da3ae0 #286 : Update guide images when the Plex server configuration is changed. Also make sure that programs inside of filler lists and custom shows are fixed up when modifying the server or deleting it. 2021-03-25 17:13:43 -04:00
vexorian
9f194e62c6 #18 Allowing to play audio files in channels. They actually play now, but requires editing the channel json manually because there is no UI to import them yet. 2021-01-23 13:03:53 -04:00
vexorian
d40831a019 Audio-only streams with /radio?channel=x endpoint 2021-01-17 16:19:45 -04:00
vexorian
c495a5ae36 Fix typo in logs. 2021-01-17 16:10:05 -04:00
vexorian
759ac4f2ff Merge branch 'dev/1.1.x' into dev/1.2.x 2020-10-30 01:14:15 -04:00
vexorian
09e19c5d20 Fix #167, extra / in plex uri gives no error during backend route check, but fails when playing the video. 2020-10-17 15:51:45 -04:00
vexorian
1067d03442 FFMPEG channel editor tab. Channel watermark options. 2020-10-05 18:03:20 -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
2138176689 Channel redirects + 'Channel At night' 2020-08-24 22:47:27 -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
b54b5d9112 * Fix Plex mobile apps spamming a new notification every time a video plays.
* Loading Screen.
* Minor log improvements.
* Minor defaults improvements.
* FFMPEG concat process to use 1 thread.
* Fix av1 bug when plex has to transcode the audio.
* /m3u8 endpoint
2020-08-14 23:31:28 -04:00
vexorian
06c11a1d16 Fix issue with concurrent streams playing when they both require Plex transcoding. One would be forcefully stopped by Plex. 2020-08-09 15:01:52 -04:00
vexorian
f9dd2af4d4 Flex time slots. Av1 support in ffmpeg provided by Dockerfile. Channel cache. Async guide writer. 2020-07-25 16:41:04 -04:00