Jason Dove and GitHub
0638ac8a5e
more missing metadata fixes ( #354 )
...
* more missing metadata fixes
* update mudblazor
2021-09-09 06:38:46 -05:00
Jason Dove and GitHub
8ad8680027
update dependencies; fix unnecessary table scrolling ( #347 )
2021-09-03 06:22:50 -05:00
Jason Dove and GitHub
32fdb414fa
add "shuffle in order" playback order for multi-collections ( #338 )
...
* add "shuffle in order" option for multi-collections
* use balanced shuffle instead of random
2021-08-21 12:47:22 -05:00
Jason Dove and GitHub
d3fc820aef
update dependencies ( #336 )
...
* update dependencies
* fix fluent assertions
2021-08-21 06:23:43 -05:00
Jason Dove and GitHub
d3c8914758
update dependencies ( #331 )
2021-08-14 07:20:09 -05:00
Jason Dove and GitHub
0f5fee99c6
always proxy jellyfin and emby artwork ( #323 )
2021-08-01 12:19:50 -05:00
d5bfd1a254
Bump MudBlazor from 5.0.15 to 5.1.0 ( #321 )
...
Bumps [MudBlazor](https://github.com/Garderoben/MudBlazor ) from 5.0.15 to 5.1.0.
- [Release notes](https://github.com/Garderoben/MudBlazor/releases )
- [Changelog](https://github.com/Garderoben/MudBlazor/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/Garderoben/MudBlazor/compare/v5.0.15...v5.1.0 )
---
updated-dependencies:
- dependency-name: MudBlazor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-28 05:37:38 -05:00
Jason Dove and GitHub
cd2558e3e6
fix jellyfin and emby links ( #320 )
2021-07-27 18:26:12 -05:00
Jason Dove and GitHub
9fbe950e6e
support multiple local libraries ( #317 )
...
* allow multiple local libraries
* add "move library path" function
2021-07-20 07:47:12 -05:00
Jason Dove and GitHub
a94d831866
add playout days to build setting ( #316 )
2021-07-18 06:10:54 -05:00
Jason Dove and GitHub
632753ea93
add multi collections ( #315 )
...
* start to add multi-collections
* create multi collection with no items
* edit multi collections
* fix plex credentials threading issue
* add playback order to multi collection items
* group episodes outside of shuffled enumerator
* move playback order onto each schedule item
* fix multi collection grouping
* update changelog
2021-07-17 21:45:41 -05:00
Jason Dove and GitHub
1521469b2f
add sqlite linux-arm artifacts ( #314 )
2021-07-15 04:39:04 -05:00
Jason Dove
d6272c54a0
fix nuget references
2021-07-14 09:09:26 -05:00
Jason Dove and GitHub
eba50523a9
fix release notes on homepage with alpha suffix ( #312 )
2021-07-14 05:35:11 -05:00
a72d91507e
Bump FluentValidation.AspNetCore from 10.2.3 to 10.3.0 ( #301 )
...
Bumps [FluentValidation.AspNetCore](https://github.com/JeremySkinner/fluentvalidation ) from 10.2.3 to 10.3.0.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases )
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt )
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/10.2.3...10.3.0 )
---
updated-dependencies:
- dependency-name: FluentValidation.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 06:05:54 -05:00
45bfbfc179
Bump FluentValidation from 10.2.3 to 10.3.0 ( #300 )
...
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation ) from 10.2.3 to 10.3.0.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases )
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt )
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/10.2.3...10.3.0 )
---
updated-dependencies:
- dependency-name: FluentValidation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 05:51:29 -05:00
Jason Dove and GitHub
286580d5aa
more sorting fixes ( #299 )
2021-07-11 14:40:31 -05:00
Jason Dove and GitHub
d9457c01e5
add special case to multiple playout mode ( #298 )
2021-07-11 14:25:42 -05:00
Jason Dove and GitHub
22cf759a29
sorting fixes ( #297 )
...
* sorting fixes
* use natural sort for add to schedule dialog
2021-07-11 13:20:42 -05:00
3bed81aee9
Bump MudBlazor from 5.0.14 to 5.0.15 ( #292 )
...
Bumps [MudBlazor](https://github.com/Garderoben/MudBlazor ) from 5.0.14 to 5.0.15.
- [Release notes](https://github.com/Garderoben/MudBlazor/releases )
- [Changelog](https://github.com/Garderoben/MudBlazor/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/Garderoben/MudBlazor/compare/v5.0.14...v5.0.15 )
---
updated-dependencies:
- dependency-name: MudBlazor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-09 13:49:52 -05:00
8ce989c3c9
Bump Microsoft.VisualStudio.Threading.Analyzers from 16.9.60 to 16.10.56 ( #282 )
...
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading ) from 16.9.60 to 16.10.56.
- [Release notes](https://github.com/microsoft/vs-threading/releases )
- [Commits](https://github.com/microsoft/vs-threading/compare/v16.9.60...v16.10.56 )
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 13:06:41 -05:00
b5ba0dff27
Bump Blazored.LocalStorage from 4.1.1 to 4.1.2 ( #286 )
...
Bumps [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/Blazored/LocalStorage/releases )
- [Commits](https://github.com/Blazored/LocalStorage/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: Blazored.LocalStorage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 13:06:30 -05:00
2ac840b4bd
Bump Markdig from 0.24.0 to 0.25.0 ( #284 )
...
Bumps [Markdig](https://github.com/xoofx/markdig ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/xoofx/markdig/releases )
- [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md )
- [Commits](https://github.com/xoofx/markdig/compare/0.24.0...0.25.0 )
---
updated-dependencies:
- dependency-name: Markdig
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 05:43:53 -05:00
Jason Dove and GitHub
e2f3e86fd6
fix adding jellyfin emby seasons episodes ( #281 )
...
* fix adding new seasons and episodes with emby and jellyfin
* update changelog
* update dependencies
2021-06-22 18:55:44 -05:00
fd9f4a8f4e
Bump MudBlazor from 5.0.10 to 5.0.14 ( #278 )
...
Bumps [MudBlazor](https://github.com/Garderoben/MudBlazor ) from 5.0.10 to 5.0.14.
- [Release notes](https://github.com/Garderoben/MudBlazor/releases )
- [Changelog](https://github.com/Garderoben/MudBlazor/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/Garderoben/MudBlazor/compare/v5.0.10...v5.0.14 )
---
updated-dependencies:
- dependency-name: MudBlazor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 06:28:01 -05:00
d5a0951a9b
Bump FluentValidation from 10.1.0 to 10.2.3 ( #275 )
...
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation ) from 10.1.0 to 10.2.3.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases )
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt )
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/10.1.0...10.2.3 )
---
updated-dependencies:
- dependency-name: FluentValidation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 06:21:28 -05:00
Jason Dove and GitHub
cebab33d79
table improvements ( #272 )
...
* log viewer improvements
* playout detail table improvements
* schedule items table improvements
* remove schedule items pager
2021-06-15 16:10:24 -05:00
Jason Dove and GitHub
b580125e86
fix searching when queries include non-ascii characters ( #271 )
2021-06-15 10:33:02 -05:00
Jason Dove and GitHub
b38ba14c40
fix languages that have multiple codes ( #270 )
2021-06-15 06:12:40 -05:00
Jason Dove and GitHub
c10bc6b184
fix blazor error font color ( #269 )
...
* fix blazor error font color
* changelog
2021-06-14 20:32:20 -05:00
Jason Dove and GitHub
a75737a032
clear playout detail on delete ( #266 )
2021-06-14 18:44:10 -05:00
Jason Dove and GitHub
275f82fcc9
save schedules and playouts table page sizes ( #262 )
2021-06-14 13:11:49 -05:00
Jason Dove and GitHub
72d967946d
rework watermarks ( #261 )
...
* rework watermarks to be separate from channels
* update changelog
2021-06-14 10:29:58 -05:00
Jason Dove and GitHub
a0740de972
add global and channel watermark overrides ( #260 )
...
* add global watermark setting
* add channel watermark override
* update changelog
2021-06-13 21:45:52 -05:00
Jason Dove and GitHub
679feb6d21
add watermark opacity ( #259 )
2021-06-13 20:45:23 -05:00
Jason Dove and GitHub
0fb5bfde58
refactor dbcontext lifetime ( #258 )
...
* refactor create playout handler
* refactor get all playouts handler
* refactor delete playout handler
* remove dead code
* ignore unnamed artists for collections
* more repository cleanup
* more schedule items refactoring
* more playout refactoring
* refactor playout builder
* refactor ffmpeg profiles
* more ffmpeg profile refactoring
* rework resolutions
* refactor media collections
* refactor config elements
* update changelog
* more cleanup
2021-06-13 20:19:10 -05:00
Jason Dove and GitHub
0750a0712f
allow animated channel watermarks ( #255 )
2021-06-12 06:16:52 -05:00
Jason Dove and GitHub
0365d4c8f8
add channel watermark ( #254 )
...
* wip
* wip
* implement watermark settings
* code cleanup
* update changelog
2021-06-11 21:42:06 -05:00
Jason Dove and GitHub
5b36252dd0
remove framerate normalization ( #253 )
2021-06-11 18:04:16 -05:00
Jason Dove and GitHub
7d852bc960
add hls hybrid mode ( #252 )
...
* fix serving channels.m3u with missing content ratings
* add hls hybrid mode
2021-06-10 20:42:58 -05:00
Jason Dove and GitHub
db24ba84f7
add artists directly to schedules ( #248 )
2021-06-06 20:12:17 -05:00
Jason Dove and GitHub
0ef03d66f3
improve hls direct compatibility with channels dvr ( #245 )
...
* rename HttpLiveStreaming to HttpLiveStreamingDirect
* improve hls direct compatibility with channels dvr
* code cleanup
2021-06-05 13:15:39 -05:00
Jason Dove and GitHub
10c422a3eb
save channels table page size ( #244 )
...
* save channel table page size
* update changelog
2021-06-05 10:15:34 -05:00
Jason Dove and GitHub
3e3bbcf38e
support multi-episode files in local libraries ( #240 )
...
* add unused episode nfo reader
* move episode number from episode to episode metadata
* first pass at loading multi-episode metadata from nfo files
* fix episode scanning
* local multi-part episode fixes
* code cleanup
2021-06-04 06:00:35 -05:00
Jason Dove and GitHub
c70f153241
keep crossover episodes together ( #237 )
2021-05-31 11:58:56 -05:00
Jason Dove and GitHub
9f575dbd94
fix stuck playout builds ( #235 )
...
* fix stuck playout builds
* code cleanup
2021-05-31 06:38:54 -05:00
Jason Dove
442d73150e
link to full changelog on home page [no docker]
2021-05-30 10:47:33 -05:00
Jason Dove and GitHub
e506dd38a8
merge latest develop ( #230 )
...
* sync guids/provider ids (#227 )
* sync guids from plex
* cleanup
* sync local guids
* sync jellyfin and emby guids
* add episodes to search index (#228 )
* sync episode directors and writers
* display episode writers and directors
* remove missing episodes from search index
* show episodes in search results
* fix emby and jellyfin episode updates
* fix updating plex episodes
* don't delete channel logos on startup
* add episodes page; fix adding episodes to collection
* cleanup
* multi-part episode grouping fixes (#229 )
2021-05-30 06:08:33 -05:00
Jason Dove and GitHub
bbd8bc6c7e
add button to refresh list of libraries ( #226 )
...
* add button to refresh list of libraries
* code cleanup
2021-05-28 15:28:45 -05:00
Jason Dove and GitHub
95cceb95b9
regularly delete orphaned artwork from db ( #223 )
2021-05-28 05:38:58 -05:00