Jason Dove and GitHub
18c2a816dc
use ffmpeg 7.1.1 on windows ( #2031 )
2025-06-13 13:36:19 +00:00
Jason Dove and GitHub
af36218cc2
add linux-musl-x64 artifact ( #1985 )
2025-04-04 02:45:09 +00:00
Jason Dove
03d4ab8c72
no longer mark releases as pre-release [no ci]
2025-01-10 12:26:53 -06:00
Jason Dove and GitHub
fdbd8a07b6
update macos runner to macos-13; macos-12 is no longer supported ( #1940 )
2024-11-18 09:59:37 -06:00
Jason Dove and GitHub
894fc284b2
fix deco template name display ( #1844 )
...
* fix deco template name display
* try to fix mac build
2024-07-30 19:45:25 -05:00
Jason Dove
728c5130b5
try without quotes
2024-07-28 17:34:25 -05:00
Jason Dove
e4253276e0
let's try completely separate folders
2024-07-28 16:49:07 -05:00
Jason Dove
1fc55bc693
try to fix build again
2024-07-28 16:44:38 -05:00
Jason Dove and GitHub
4ad22e402f
use global.json dotnet version in workflows ( #1829 )
...
* use global.json dotnet version in workflows
* list output files
* work around weird folder emptying behavior on windows
2024-07-28 16:39:19 -05:00
Jason Dove and GitHub
256042947d
use macos-12 runners for github actions ( #1773 )
2024-07-05 06:39:09 -05:00
Jason Dove and GitHub
ab3afcfad0
use ffmpeg 6.1 everywhere instead of ffmpeg 7 ( #1754 )
2024-06-21 12:30:07 -05:00
Jason Dove and GitHub
43fcf9e63a
upgrade to ffmpeg 7 on windows ( #1727 )
2024-05-24 11:31:28 -05:00
Jason Dove and GitHub
16007a888e
fix actions and changelog ( #1576 )
2024-01-27 10:14:53 -06:00
Jason Dove and GitHub
1d1d5bf9bc
use software overlay for intermittent watermark on nvidia ( #1574 )
...
* use software overlay for intermittent watermark on nvidia
* update some github action versions
* update changelog
2024-01-26 06:16:00 -06:00
Jason Dove and GitHub
15d4b0f82b
remove v2 ui and node ( #1564 )
2024-01-16 13:28:46 -06:00
Jason Dove and GitHub
9471cb55dd
upgrade from dotnet 7 to dotnet 8 ( #1529 )
...
* upgrade sdk
* fix warnings in ersatztv.ffmpeg
* fix warnings in ersatztv.core
* fix warnings in ersatztv.infrastructure
* fix warnings in ersatztv.application
* disable analysis for migrations projects
* fix warnings in ersatztv.scanner
* fix warnings in ersatztv
* upgrade project framework
* update github actions and dockerfiles
2023-12-30 13:29:57 -06:00
Jason Dove and GitHub
d310b5c09d
fix nvidia hardware decoding on windows ( #1513 )
2023-11-21 06:36:05 -06:00
Jason Dove and GitHub
4820615308
proper fix to the sdk mismatch ( #1509 )
2023-11-16 13:37:20 -06:00
Jason Dove and GitHub
1ddf27ce88
pin dotnet sdk version used in github actions ( #1508 )
2023-11-16 13:21:51 -06:00
Jason Dove and GitHub
dfaba8c7b0
use release version of ffmpeg 6.1 ( #1505 )
2023-11-16 09:57:13 -06:00
Jason Dove and GitHub
b667659c05
use notarytool directly instead of gon ( #1493 )
2023-11-05 07:46:15 -06:00
Jason Dove and GitHub
f5060522aa
windows nvidia h264 workaround ( #1487 )
...
* work around bad h264_cuvid behavior on windows with ffmpeg snapshot
* use latest ffmpeg build on windows
* nvdec => cuda
2023-10-16 11:40:12 -05:00
Jason Dove and GitHub
b39dd693f0
update dependencies and windows ffmpeg ( #1462 )
...
* update dependencies
* update windows ffmpeg version
2023-10-05 19:14:06 -05:00
Jason Dove and GitHub
e0f8b7d7ae
use ffmpeg 6.1 snapshot for windows ( #1435 )
2023-09-14 19:33:40 -05:00
Jason Dove and GitHub
5d9c8d4f7d
update checkout actions ( #1415 )
2023-09-04 08:38:10 -05:00
Jason Dove and GitHub
b2c57e7407
upgrade to ffmpeg 6 ( #1185 )
2023-03-01 19:21:53 -06:00
Jason Dove and GitHub
6429f0f064
fix filler padding ( #1153 )
...
* fix filler padding
* update dependencies
2023-02-07 19:55:30 -06:00
Jason Dove and GitHub
ef8ca9f8c6
build mac artifacts on macos 11 ( #1132 )
2023-01-24 15:04:55 -06:00
Jason Dove and GitHub
6bea1660ea
disable mac compression; this is needed until dotnet 7.0.3 ( #1120 )
2023-01-18 15:13:07 -06:00
Jason Dove
f6c345d7cf
fix build
2023-01-10 15:13:42 -06:00
Jason Dove
f18f3b4f35
try to fix develop artifacts
2023-01-09 08:46:55 -06:00
Jason Dove and GitHub
eb7871a048
fix alternate schedule playout update check ( #1106 )
...
* fix alternate schedule playout update check
* Revert "use mknejp/delete-release-assets again"
This reverts commit 07ac833067 .
2023-01-09 05:36:15 -06:00
Jason Dove and GitHub
99bde1819c
use mknejp/delete-release-assets again ( #1098 )
2023-01-05 10:26:42 -06:00
Jason Dove
f5d7ec2890
update workflow [no ci]
2023-01-05 10:06:32 -06:00
Jason Dove
d37dde2477
try to fix windows build
2023-01-01 13:19:12 -06:00
Jason Dove and GitHub
8e13b07c84
convert windows project from dotnet to rust ( #1087 )
...
* convert windows project from dotnet to rust
* update pr jobs
* pr job fixes
* don't bother building mac app in prs for now
* build windows wrapper with rust
2023-01-01 13:01:58 -06:00
Jason Dove and GitHub
7b1edd9c54
add new scanner process ( #1080 )
...
* start moving local scans to separate process
* send progress updates to main process
* move scanners and tests
* simplify dependencies; sync search index
* commit search index more often when scanning
* support forced scan and cancellation
* use scanner process for plex libraries
* update changelog
* update dockerfiles
* fix search index for local folder scanning
* rework plex scanners
* rework scanner handlers
* emby works again
* sync jellyfin
* cleanup
* update build
* update changelog
* remove scanner dependency in pr and artifacts workflows
* fix mac sed syntax
* fix pr build
2022-12-30 12:53:05 -06:00
Jason Dove and GitHub
a4fc1f1c6f
upgrade to dotnet 7, ffmpeg 5.1.2 ( #1058 )
...
* wip
* update dockerfiles
* more net6 to net7
* update dependencies
* update builds
2022-12-15 14:08:21 -06:00
Jason Dove
3c499f9e97
proper fix
2022-11-19 10:41:16 -06:00
Jason Dove and GitHub
114ff7a3e3
fix develop build cleanup ( #1027 )
2022-11-19 10:16:12 -06:00
Jason Dove
91eb8ab824
try to fix develop release
2022-11-04 11:26:05 -05:00
Jason Dove
93bf818882
fix syntax [no ci]
2022-10-22 11:20:42 -05:00
Jason Dove
723fb3848d
try to fix release by skipping unnecessary step
2022-10-22 11:19:39 -05:00
Jason Dove and GitHub
5546ad204c
upgrade to ffmpeg 5.1 ( #931 )
...
* use ffmpeg 5.1 on windows
* remove some debug logs
* use latest ffmpeg on arm
* use ffmpeg 5.1 base images
* update ffmpeg health check for 5.1
* update changelog
2022-08-17 14:57:23 -05:00
Jason Dove
a2529febba
use brew for gon
2022-06-26 08:30:32 -05:00
Jason Dove and GitHub
bfe7635489
work around github actions issue on mac ( #874 )
2022-06-25 19:30:21 -05:00
Jason Dove and GitHub
0846fc1d96
update workflow dependencies ( #841 )
2022-06-11 13:40:47 -05:00
Jason Dove
bdff5eba75
fix conditions
2022-05-02 22:41:11 -05:00
Jason Dove
fe7181ea1d
workflow fixes
2022-05-02 21:47:37 -05:00
Jason Dove
7c75b169ec
try gon again
2022-03-16 11:39:44 -05:00