vexorian
0dc116ada2
0.0.67
0.0.67
2020-09-05 21:10:27 -04:00
vexorian
7bad6ffcae
Merge branch 'dev/0.0.x' into main
2020-09-05 21:09:30 -04:00
vexorian
15d889c8bb
Merge pull request #92 from vexorian/20200905_67
...
20200905 67
2020-09-05 21:07:18 -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
d5661201ed
Merge pull request #91 from vexorian/20200905_67dev
...
Prepare 0.0.67 development
2020-09-05 19:12:48 -04:00
vexorian
d4607a86a6
Prepare 0.0.67 development
2020-09-05 19:10:50 -04:00
vexorian
27823ac665
0.0.66
0.0.66
2020-09-05 18:37:01 -04:00
vexorian
5bf8bab6f2
Merge branch 'dev/0.0.x' into main
2020-09-05 18:36:19 -04:00
vexorian
569d24d3a1
Merge pull request #90 from vexorian/20200905_dev
...
20200905 dev
2020-09-05 18:34:22 -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
98c5f5c118
Merge pull request #87 from vexorian/20200904_guide
...
20200904 guide
2020-09-04 21:53:25 -04:00
vexorian
40079d385d
Minor Web UI tip fixes.
2020-09-04 21:51:42 -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
a24ce52f41
Nexe cache = Improve build times.
2020-08-30 10:58:04 -04:00
vexorian
80dfcc17a0
Prepare 0.0.66 development
2020-08-26 22:45:07 -04:00
vexorian
d6a15c39aa
Merge pull request #72 from vexorian/20200826_main
...
0.0.65
0.0.65
2020-08-26 21:22:43 -04:00
vexorian
0499d434a8
0.0.65
2020-08-26 21:21:39 -04:00
vexorian
665487e812
Merge branch 'dev/0.0.x' into main
2020-08-26 21:20:59 -04:00
vexorian
5411f6c17b
Merge pull request #71 from vexorian/20200826_dev
...
20200826 dev
2020-08-26 21:18:50 -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
c6787f9f2a
Reruns
2020-08-26 20:50:23 -04:00
vexorian
1c0b3c1620
Merge pull request #67 from vexorian/20200824_dev
...
20200824 dev
2020-08-24 22:49:10 -04:00
vexorian
2138176689
Channel redirects + 'Channel At night'
2020-08-24 22:47:27 -04:00
vexorian
c4a0b7af96
Merge pull request #62 from TimeBomb/remove-show-button
...
Implement Remove Show(s) Channel Config UI
2020-08-22 19:07:28 -04:00
Jason Baker
2859c90b2c
Implement Remove Show(s) Channel Config UI
2020-08-22 16:05:08 -07:00
vexorian
00e0e8b5ba
Merge pull request #63 from vexorian/20200822_65
...
Prepare 0.0.65 development
2020-08-22 18:55:26 -04:00
vexorian
78e7b8d1a9
Prepare 0.0.65 development
2020-08-22 18:53:57 -04:00
vexorian
3e1e637fd4
0.0.64
0.0.64
2020-08-22 17:42:31 -04:00
vexorian
6a13a513a6
Merge pull request #61 from vexorian/20200822_64
...
20200822 64
2020-08-22 17:38:29 -04:00
vexorian
8422bae2ed
Fix channels tab permanently showing a loading wheel when there are no channels around.
2020-08-22 17:33:36 -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
5fcb5d9571
Merge pull request #58 from vexorian/20200822_64
...
20200822 64
2020-08-22 11:29:03 -04:00
vexorian
971697405b
Prepare 0.0.64 development
2020-08-22 11:25:59 -04:00
vexorian
3ab7de3769
0.0.63
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
1f5bd3e5a0
Merge pull request #57 from vexorian/20200822_dev
...
20200822 dev
2020-08-22 10:40:08 -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
e87e1c13a1
PR template
...
PR template
2020-08-18 00:25:41 -04:00
vexorian
f80d763e3c
Merge pull request #41 from cbarbara/genre-support
...
genre support for movies
2020-08-17 23:54:58 -04:00
Chris Barbara
4f0451c285
fix bug to block adding movies from genres multiple times.
2020-08-17 19:50:01 -07:00
vexorian
5138ced433
Dockerfile for executables builder.
2020-08-17 21:34:03 -04:00
Chris Barbara
7355b52dcd
genre support for movies
2020-08-17 06:42:34 -07:00