crobibero
9626101c9f
Merge remote-tracking branch 'upstream/master' into 3.1.7
5 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
5 years ago
David
b92fbe4d69
Use VersionPrefix
5 years ago
David
a61f6e3308
Fix nuget ci
5 years ago
crobibero
6709645ec9
bump deps
5 years ago
Patrick Barron
4742ddbb71
Update .NET Core to 3.1.6
5 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
5 years ago
Mark Monteiro
3ed76d7e08
Update to .NET Core 3.1.4
5 years ago
Mark Monteiro
c5f163293f
Add <ProjectGuid> properties to all project files
...
This is required for SonarCloud analysis to run
5 years ago
Mark Monteiro
aa9737afb3
Update .NET Core to 3.1.3
5 years ago
Mark Monteiro
debab44870
Update all packages to .NET Core 3.1.2
5 years ago
Mark Monteiro
79413d9f33
Add a configuration flag to allow/disallow duplicates in playlists
5 years ago
Bond_009
32dcd372f4
Fix some warnings in MediaBrowser.Controller
5 years ago
Bond_009
2186df8ac4
Update deps
5 years ago
Bond_009
cc5acf37f7
Make probesize and analyzeduration configurable and simplify circular
...
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
5 years ago
Bond_009
a245f5a0d4
Rewrite hex encoder/decoder
5 years ago
Bond_009
838e5d05d5
Document all public/internal members of Emby.Drawing
...
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
6 years ago
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
6 years ago
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
6 years ago
Bond_009
3a2a0fbfe8
Add more NuGet metadata properties
...
Remove old nuspec files
6 years ago
Bond_009
e1379610e5
Ground work to get plugins functional again
6 years ago
Anthony Lavado
87812d1e7f
Fix spacing to C#/Visual Studio standards
...
- This is a fix automatically applied by Visual Studio
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
7 years ago
Luke Pulverenti
0351c968c3
reduce file checks during library scan
7 years ago
Luke Pulverenti
983b51e083
reduce socket activity
8 years ago
Luke Pulverenti
539fecd08b
rework live stream creation
8 years ago
Luke Pulverenti
504f56d841
update request classes
8 years ago
Luke Pulverenti
4ea3925626
auto fallback from gpu to cpu
8 years ago
Luke Pulverenti
b7867214ef
update download error handling
8 years ago
Luke Pulverenti
e7425e6205
revert servicestack.text update
8 years ago
Luke Pulverenti
52aeb3c40b
consolidate interfaces
8 years ago
Luke Pulverenti
db315c4e32
update media source methods
8 years ago
Luke Pulverenti
d270b10db6
move auto-organize to plugin
8 years ago
Luke Pulverenti
dc7a59c73a
ensure custom css is loaded last
8 years ago
Luke Pulverenti
1e5c3db9eb
support individual library refreshing
8 years ago
Luke Pulverenti
42d0b070b4
update project files
8 years ago
Luke Pulverenti
2ca2a21737
update live stream buffer
8 years ago
Luke Pulverenti
404171023f
clean up build configs
8 years ago
Luke Pulverenti
2f4f8c105e
update image processing
8 years ago
Luke Pulverenti
0beb803aed
add sample rate condition
8 years ago
Luke Pulverenti
372d40598d
remove qsv hevc decoding for now
8 years ago
Luke Pulverenti
c9be9b4141
update hls params
8 years ago
Luke Pulverenti
5fa3817a76
update components
8 years ago
Luke Pulverenti
0ee1a0d7bd
fix mapping multiple tuner channels to same epg channel
8 years ago
Luke Pulverenti
1aff48b93b
move book support into the core
8 years ago
Luke Pulverenti
5655787c1a
update portable projects
8 years ago
Luke Pulverenti
00cbadea2c
update core project
8 years ago
Luke Pulverenti
06afe47ee9
update server core project
8 years ago
Luke Pulverenti
227dd0a42d
rework result factory
8 years ago
Luke Pulverenti
13dcb5abb1
fix projects
8 years ago
Luke Pulverenti
8fd3bf4217
change pcl's to .netstandard
8 years ago
Luke Pulverenti
3bf72b71b3
consolidate internal interfaces
8 years ago
Luke Pulverenti
da7d61be5a
update dependencies
8 years ago
Luke Pulverenti
4b51233cc8
update plugin interfaces
8 years ago
Luke Pulverenti
675b643115
change controller project targeting
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Luke Pulverenti
edbe28d9fc
move interface to model
8 years ago
Luke Pulverenti
dbb43771f3
update model project targeting
8 years ago
Luke Pulverenti
78ba88bc7e
move classes to model
8 years ago
Luke Pulverenti
0f8ccfaf49
prep for portable common
8 years ago
Luke Pulverenti
07791d46a5
rework scheduled tasks in preparation of common project going portable
8 years ago
Luke Pulverenti
c7f559f8ce
make model project portable
8 years ago
Luke Pulverenti
7895b5457c
removed dead code
8 years ago
Luke Pulverenti
bba0c564c7
remove dead interface objects
8 years ago
Luke Pulverenti
daaae69df5
add playback of in-progress recordings
9 years ago
Luke Pulverenti
5cd3276775
pass requested fields to data layer
9 years ago
Luke Pulverenti
50e6686987
update live stream management
9 years ago
Luke Pulverenti
b9cacd8076
update live streams
9 years ago
Luke Pulverenti
d596053ec7
rework live stream handling
9 years ago
Luke Pulverenti
48d7f686eb
update network share settings
9 years ago
Luke Pulverenti
42d67db1b8
removed dead code
9 years ago
Luke Pulverenti
67505e24bd
fix artist editor
9 years ago
Luke Pulverenti
d4324b7e89
add chapter image error handling
9 years ago
softworkz
433254c498
Async stream handling: Use interface instead of Func<Stream,Task>
...
No functional changes
9 years ago
Luke Pulverenti
1dfe694a77
fix search dipping into restricted channels
9 years ago
Luke Pulverenti
2733c598b2
remove unused components
9 years ago
Luke Pulverenti
cc173bfc28
add recording web socket events
9 years ago
Luke Pulverenti
ae168bc563
update tag saving
9 years ago
Luke Pulverenti
977f62336b
update storage of genres, studios, tags, & keywords
9 years ago
Luke Pulverenti
4e624c2cef
removed dead code
9 years ago
Luke Pulverenti
15f0832a04
deprecate refreshinfo db
9 years ago
Luke Pulverenti
829aa9e855
update shared components
9 years ago
Luke Pulverenti
2ec515027f
update DisplayParent
9 years ago
Luke Pulverenti
e31aec4bc5
update metadata refresh
9 years ago
Luke Pulverenti
cc20c8d7d6
update name sorting
9 years ago
Luke Pulverenti
55bbc5d12a
update components
9 years ago
Luke Pulverenti
bcda2a8f0e
update channels
9 years ago
Luke Pulverenti
b9082d7e64
removed ILiveTvItem interface
9 years ago
Luke Pulverenti
db1bf5b1b5
audio podcast
9 years ago
Luke Pulverenti
1d2b6329bf
update channels
9 years ago
Luke Pulverenti
f0c947851d
remove ChannelAudioItem
9 years ago
Luke Pulverenti
7b93b7a33c
finish removing ChannelFolderItem
9 years ago
Luke Pulverenti
cbac67b5ae
remove IChannelMediaItem interface
9 years ago
Luke Pulverenti
9e495d3886
remove IChannelItem interface
9 years ago
Luke Pulverenti
cd144bc6f5
update photo resolver
9 years ago
Luke Pulverenti
657e90c98b
support system wake on recording schedule
9 years ago
Luke Pulverenti
0cd008bcb9
update commonio
9 years ago
Luke Pulverenti
9750739a86
version bump
9 years ago