redSpoutnik
427688a0a0
Change subtitles DisplayTitle behavior
6 years ago
Erwin de Haan
21cc38fcf4
Adjusted AssemblyCopyright attribute values.
6 years ago
Erwin de Haan
ee7bf86e0f
Adjusted the Product Name so the User Agent is correct/better.
6 years ago
Bond-009
e64aaebbac
Improvements around streams
...
* Use ArrayPool instead of allocating new buffers each time
* Remove NetworkStream copy
* Remove some dead code
6 years ago
Vasily
297f25cfc2
Merge pull request #1059 from Bond-009/os
...
Remove EnvironmentInfo
6 years ago
Joshua M. Boniface
6751560228
Merge pull request #1092 from joshuaboniface/configurable-webdir
...
Add configurable webdir option
6 years ago
Bond-009
3ddbda9aca
Merge branch 'master' into xml
6 years ago
Vasily
1fef8bf266
Merge pull request #1060 from Bond-009/assinfo
...
Remove redundant class AssemblyInfo
6 years ago
Joshua Boniface
3c4043199a
Implement review feedback
6 years ago
Joshua Boniface
132ce3ece1
Add further resources to complete WebPath
6 years ago
Bond-009
decaffed86
Remove EnvironmentInfo
...
This moved the last bit of usefulness of EnvironmentInfo into a static
class.
6 years ago
Bond-009
669c48cc8b
Merge pull request #1065 from cvium/closed_response
...
Don't set status code if response is closed
6 years ago
Claus Vium
3fa43a1e08
Don't set status code if response is closed
6 years ago
Bond-009
c5fce647de
Cleanup/simplification
...
* Removed useless copies/allocations
* Reduced unneeded complexity
6 years ago
Claus Vium
0abe57e930
Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
6 years ago
Bond-009
ae0ecc1b10
Merge pull request #870 from LogicalPhallacy/betterauth
...
Better default authentication
6 years ago
Claus Vium
8c609bc9ce
Reduce aspnet imports
6 years ago
Bond-009
e91dd14b31
Remove redundent class AssemblyInfo
6 years ago
Phallacy
8f4895e8a5
more fixes for perf and style
6 years ago
Bond_009
a9302b8b53
Remove useless abstraction around XmlReaderSettings
...
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
6 years ago
Bond-009
c31b0b311b
Apply suggestions from code review
...
more minor fixes before I do larger fixes
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
6 years ago
Phallacy
bef665be36
Minor fixes to address style issues
6 years ago
PloughPuff
656bffbbb2
Remove --ffprobe logic
6 years ago
PloughPuff
8104e739d5
Address review comments from Bond
6 years ago
PloughPuff
ed69e690b8
Review comments
...
Address review comments from JustAMan, Bond-009 and cvium.
6 years ago
PloughPuff
20775116f7
Reworked FFmpeg path discovery and always display to user
...
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder.
2) Always display FFmpeg path to user in Transcode page.
3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available).
4) Remove unused code associated with 'prebuilt' FFmpeg.
5) Much improved logging during path discovery.
6 years ago
Claus Vium
446f9bf81f
Remove more Content-Length references
6 years ago
Phallacy
2c26517172
minor style fixes
6 years ago
The Lynxy
c84729a4f4
Do not allow new users to delete content by default
6 years ago
Claus Vium
1e97e4d462
Remove IHttpResponse
6 years ago
Claus Vium
27e7e792b3
Replace some usage of QueryParamCollection
6 years ago
Claus Vium
91afaaf8fe
Cleanup in QueryParamCollection
6 years ago
Claus Vium
333bd2107a
Remove HttpUtility
6 years ago
Claus Vium
25d3d0b731
Remove some unused stuff
6 years ago
Claus Vium
5510e8ebee
Remove unused Cookies
6 years ago
Claus Vium
f1c93ae618
Remove SetContentLength and company
6 years ago
Claus Vium
852460b991
kestrel init
6 years ago
Claus Vium
4db31acff9
Begin removing System.Net sources
6 years ago
Xu Fasheng
cbd0e71c07
Send DLNA devices message to only the matched interface
...
This will be the right way for multiple interfaces, or the client will
receive all devices message with different IP addresses and could not
detect which one could access.
And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old
behaviour if this commit missed something.
6 years ago
Xu Fasheng
cf4e64f430
Add option to toggle if ignore virtual interfaces
...
Some VPN like ZerotierOne owns IP address but no gateway, and there is no
good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces,
so just provide one option to let user decide it.
6 years ago
Phallacy
a0d31a49a0
merging with master to clear merge conflict
6 years ago
Phallacy
6bbb968b57
minor changes and return to netstandard
6 years ago
Joshua M. Boniface
89d4ce309d
Merge pull request #848 from Bond-009/perf
...
Minor changes to reduce allocations
6 years ago
Joshua M. Boniface
b43317c5e1
Merge pull request #830 from Bond-009/update
...
Removed remaining self-update code
6 years ago
Vasily
13f2783a8e
Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration
...
Replace primitive injection with IConfiguration
6 years ago
Bond_009
7554f63551
Remove more self-update code
6 years ago
Bond_009
77a5617774
Removed remaining self-update code
6 years ago
Phallacy
48e7274d37
added justaman notes, fixed new bug from emty has removals
6 years ago
William Taylor
18ae107ce4
Removed unnecessary configuration options and reduced primitive dependencies
6 years ago
Bond-009
a35ea49c99
Merge remote-tracking branch 'upstream/release-10.2.z' into newmaser
6 years ago
Bond-009
4811e76860
Merge branch 'master' into perf
6 years ago
Phallacy
77602aff88
Minor fixes re:PR870, added null checks from PR876
6 years ago
Bond_009
8d98885cda
Less string allocations
6 years ago
Bond_009
81a8ebde22
Move to Microsoft.Extensions.DependencyInjection
...
This PR replaces SimpleInjector with
Microsoft.Extensions.DependencyInjection.
6 years ago
William Lees
d18823ced1
Fix potential NullReferenceException
6 years ago
Phallacy
05bbf71b6d
sha256 with salt auth and sha1 interop
6 years ago
LogicalPhallacy
8bf88f4cb2
Merge pull request #9 from jellyfin/master
...
Yanking in latest changes
6 years ago
Bond-009
e216702bcf
Complete rename ImageSize -> ImageDimensions
6 years ago
Claus Vium
0ef2b46106
Remove custom Threading
6 years ago
Joshua M. Boniface
56dcc45dc0
Merge pull request #732 from Bond-009/locale
...
Reworked LocalizationManager to load data async
6 years ago
Bond_009
1385d89df6
Remove MoreLINQ
6 years ago
Joshua M. Boniface
c713824bf9
Merge pull request #734 from Bond-009/culture
...
Fix more analyzer warnings
6 years ago
Claus Vium
8985fb8d58
Remove support for games as a media type
6 years ago
Claus Vium
f7a46c7a56
Remove more Connect related stuff
6 years ago
Bond-009
2a1f6361a5
Merge branch 'master' into locale
6 years ago
Phallacy
4519ce26e2
Upgrade crypto provider, retarget better framework
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
6 years ago
Erwin de Haan
d3afa53191
Final refactored `IFileSystem` and `ManagedFileSystem`
6 years ago
Bond_009
a709cbdc64
Fix more analyzer warnings
6 years ago
Bond_009
51edd5d067
Reworked LocalizationManager to load data async
6 years ago
Andrew Rabert
4190410c7e
Merge pull request #710 from Bond-009/spelling
...
Fix a spelling mistake
6 years ago
Andrew Rabert
b673054c8d
Merge pull request #711 from Bond-009/sysevent
...
Remove remnants of system events
6 years ago
Bond_009
883575893b
Change image dimentions from double to int
...
Rename ImageSize -> ImageDimensions
6 years ago
Erwin de Haan
d1a0497f55
Revert "Merge pull request #452 from Bond-009/activitydb"
...
This reverts commit 48ad18d12b
, reversing
changes made to fe197415ca
.
6 years ago
Bond_009
fd7f420af2
Remove remnants of system events
6 years ago
Bond_009
eaa6cb0ddc
Fix a spelling mistake
6 years ago
Bond_009
905a253ff5
Suffix async methods with Async
6 years ago
Bond_009
f6f0a8a481
Use EF Core for Activity database
6 years ago
Bond_009
2f8f9e6853
Address comments
6 years ago
Bond_009
06d9423f00
Clean up last bits
6 years ago
Bond_009
37be6c87eb
Make ConditionProcessor static
6 years ago
Bond_009
c9b88ab741
Clean up streambuilder
6 years ago
cvium
b35dcbb9f0
Remove MediaBrowser.Text since it violates licenses and is overall hacky
6 years ago
Erwin de Haan
924ec0c191
Revert Jellyfin.Versioning, Update all versions and user agents.
6 years ago
Erwin de Haan
bb8df8dfa0
Updates reported version in `System/Info*` set of endpoints.
...
Added ProductName and ServerVersion to API.
Added build version and build step. Addressed issues wtih indentation.
Made the BuildVersion an actual object. This lets up link to the github page of that commit.
Fixed class method type and styled link.
Fixed languages and split out the information in the UI.
Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension.
Removed tempfiles from replace sessions from csproj.
Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.)
Added simple replace for ssh github links.
Add execute rights to update-version.
Wrapped long line in ApplicationHost.cs
Fixed some small issues.
Fixed some small issues, and flipped some if's around.
Converted parameter names to camelBack casing.
Sealed the attribute class.
Removed MPLv2 license.
Fixed file headers.
Added newline.
Moved links in *.csproj files as well.
Fix issues caused by rebase auto merging.
Removed default constructor and added init values to properties, also hid the Remote value form API.
6 years ago
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
38f96af079
Reformat JustAMan review pt2 changes
...
Refs #575
6 years ago
Erwin de Haan
49b61f238e
Merge branch 'dev' into reformat
...
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
# Emby.Server.Implementations/LiveTv/LiveTvManager.cs
# Emby.Server.Implementations/Security/MBLicenseFile.cs
# Emby.Server.Implementations/Security/PluginSecurityManager.cs
# Emby.Server.Implementations/Security/RegRecord.cs
# MediaBrowser.Api/PluginService.cs
# MediaBrowser.Api/System/SystemService.cs
# MediaBrowser.Common/Security/IRequiresRegistration.cs
# MediaBrowser.Common/Security/ISecurityManager.cs
# MediaBrowser.Common/Security/PaymentRequiredException.cs
# MediaBrowser.Model/Entities/MBRegistrationRecord.cs
# MediaBrowser.Model/Entities/PluginSecurityInfo.cs
# deployment/win-generic/build-jellyfin.ps1
6 years ago
Claus Vium
eca3c099d9
removed a bunch of validation, security, registration, premiere, whatever bs
6 years ago
Erwin de Haan
e867446437
ReSharper format: conform inline 'out' parameters.
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
6 years ago
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
6 years ago
Erwin de Haan
8f41ba4d3a
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
6 years ago
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
6 years ago
Erwin de Haan
382e8699a2
EditorConfig reformat: MediaBrowser.Model
6 years ago
Erwin de Haan
1a4b271314
Visual Studio Reformat: MediaBrowser.Model
6 years ago
Joshua M. Boniface
9dcaafe700
Merge pull request #458 from EraYaN/code-cleanup
...
Clean up several minor issues and add TODOs
6 years ago
Bond_009
3a2a0fbfe8
Add more NuGet metadata properties
...
Remove old nuspec files
6 years ago
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
6 years ago
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
6 years ago
Andrew Rabert
3d867c2c46
Merge pull request #516 from Bond-009/env
...
Remove useless properties from IEnvironmentInfo
6 years ago
Joshua M. Boniface
61aeb0e9a8
Merge pull request #486 from Bond-009/plugins
...
Add NuGet package info to plugin projects
6 years ago
Bond_009
f520ddc966
Remove useless properties from IEnvironmentInfo
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
hawken
ba1794f64b
Remove tabs and trailing whitespace
6 years ago
Joshua M. Boniface
4ab82f7436
Merge pull request #488 from sparky8251/fix-mimetype-formatting
...
Fix odd formatting in MimeType.cs
6 years ago
Sparky
ae4a82570c
Fixed odd formatting in MimeType.CS
...
Think there might have been a mismatch between tabs and spaces. All spaces now.
6 years ago
Sparky
1f5b9a04fb
Open log files in browser again
...
Fixes #485
Looks like we regressed and now only the .txt logs would open in the browser when clicked.
Added in MimeType handler for .log files. Problem solved.
6 years ago
Bond_009
e1379610e5
Ground work to get plugins functional again
6 years ago
Andrew Rabert
edfc3cb8c6
Merge pull request #437 from cvium/remove_run_at_startup
...
Remove AutoRunAtStartup
6 years ago
Andrew Rabert
12112ea25d
Remove more news
6 years ago
Bond_009
c07d5a6963
Remove unused PowerManagement
...
It isn't up to the application to prevent the system from going to sleep
6 years ago
Joshua Boniface
1ccc0131a5
Readd System import to correct Array failure
6 years ago
Anthony Lavado
f2fedb9f34
Merge pull request #383 from Bond-009/unused
...
Remove firebase and empty resource config file
6 years ago
cvium
bb879fff33
Remove AutoRunAtStartup
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Bond_009
30a19d345a
Remove report usage configuration option
6 years ago
Bond_009
db62648510
Remove firebase and empty resource config file
6 years ago
Anthony Lavado
a06a5c8d18
Merge branch 'dev' into project-updates
6 years ago
Claus Vium
07e7b13b75
change userid type to guid
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
Bond_009
75efe9cf0a
Rename and rework entry point
6 years ago
Claus Vium
cff0ece073
set EnableAnonymousUsageReporting to false to avoid log spam ( #348 )
...
It's the default value for the setting, so it'll only affect new servers. If enabled, it'll send usage statistics to an endpoint that doesn't exist, which just clutters the console/logs.
6 years ago
Bond_009
a8fde5e89c
Readded some stuff
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
Andrew Rabert
4929ee9ab6
Fix default language
...
The default preferred language in the startup wizard now defaults to
English (United States).
6 years ago
Bond_009
6e5d2aadaa
Remove custom ToArray extension
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
85815adcd2
update live tv queries
7 years ago
Luke Pulverenti
175c085d90
Stub out new filtering api
7 years ago
Luke Pulverenti
8717f81bf4
Add setting to auto-run web app when server starts
7 years ago
Luke Pulverenti
c4ceeae889
improve xmltv gz support
7 years ago
Luke Pulverenti
5207067811
fix live tv over dlna
7 years ago
Luke Pulverenti
58a7829ecd
update library changed notifier
7 years ago
Luke Pulverenti
4f09c1e06d
reduce dlna chatter
7 years ago
Luke Pulverenti
77695f8abe
3.2.40.1
7 years ago
Luke Pulverenti
43cb11f694
update shared stream support
7 years ago
Luke Pulverenti
1dc8ff9e91
allow specification of m3u stream limit
7 years ago
Luke Pulverenti
351d29954a
3.2.36.8
7 years ago
Luke Pulverenti
711f588084
3.2.36.7
7 years ago
Luke Pulverenti
901d7b509c
update play media source feature
7 years ago
Luke Pulverenti
25138bbeb7
update subtitle downloading to use local metadata settings
7 years ago
Luke Pulverenti
83a43121af
fix hdhr stream returning too quickly
7 years ago
Luke Pulverenti
5cb7469028
support track selection before playback
7 years ago
Luke Pulverenti
d765f370b3
update librarymanager
7 years ago
Luke Pulverenti
0a0303ca64
normalize strm file contents
7 years ago
Luke Pulverenti
8ec8b46394
allow separate configuration of date format
7 years ago
Luke Pulverenti
93676f6838
revise unknown audio stream handling
7 years ago
Luke Pulverenti
5106819a4b
show album artist in album identify wizard
7 years ago
Luke Pulverenti
ca2e7a4195
deprecate localized guids config switch
7 years ago
Luke Pulverenti
12adc7ae4c
add additional info to timer infos
7 years ago
Luke Pulverenti
4ef9f68837
support delete per library
7 years ago
Luke Pulverenti
9fdaa039c4
rework device repository
7 years ago
Luke Pulverenti
c583d49541
live tv subtitle fixes
7 years ago
Luke Pulverenti
bc656edf4f
update resolved video titles
7 years ago
Luke Pulverenti
e19b8f81c7
update recording conversion
7 years ago
Luke Pulverenti
51ca72ab5d
adjust default provider order
7 years ago
Luke Pulverenti
4e4c145855
update hls query string
7 years ago
Luke Pulverenti
878abbddda
fixes #1427 - [Feature Request]: Require Encryption
7 years ago
Luke Pulverenti
a0d82a02c8
update param encoding
7 years ago
Luke Pulverenti
d43508a898
update applyconditions
7 years ago
Luke Pulverenti
978eedbcb7
improve support for compressed xmltv
7 years ago
Luke Pulverenti
de5a8d579b
move season zero display name to per library settings
7 years ago
Luke Pulverenti
39394e74c7
fix dlna direct play on samsung tv's
7 years ago
Luke Pulverenti
f3120dbee9
fix application of params
7 years ago
Luke Pulverenti
b4851d4789
separate deinterlacing params by video codec
7 years ago
Luke Pulverenti
cdd79ec7e2
update owned items
7 years ago
Luke Pulverenti
1f12ab6658
add yadif setting
7 years ago
Luke Pulverenti
c7656fb604
removed dead code
7 years ago
Luke Pulverenti
106575e443
3.2.30.21
7 years ago
Luke Pulverenti
38fe239f44
3.2.30.19
7 years ago
Luke Pulverenti
2f99a78230
3.2.30.17
7 years ago
Luke Pulverenti
f7f41e4c73
remove unused service properties
7 years ago
Luke Pulverenti
4ceb9eb6c5
update restart function
7 years ago
Luke Pulverenti
adc22b5e81
rework epg storage
7 years ago
Luke Pulverenti
eb63e0d264
update image processor
7 years ago
Luke Pulverenti
49b799adbe
3.2.30.8
7 years ago
Luke Pulverenti
39c4542cf6
update query objects
7 years ago
Luke Pulverenti
c4176d2320
add web socket error handling
7 years ago
Luke Pulverenti
2084678266
update service creation
7 years ago
Luke Pulverenti
78165d78a2
update SocketHttpListener
7 years ago
Luke Pulverenti
8de80d43ba
update ResolutionNormalizer
7 years ago
Luke Pulverenti
780b761456
3.2.29.2
7 years ago
Luke Pulverenti
e287e3a50d
remove async when there's nothing to await
7 years ago
Luke Pulverenti
6bc2a79792
fix folder rip probe
7 years ago
Luke Pulverenti
e441e2f53d
update active recordings
7 years ago
Luke Pulverenti
82ab91f209
add property to indicate support for on the fly subtitle extraction
7 years ago
Luke Pulverenti
af02f9d692
add mpdecimate option
7 years ago
Luke Pulverenti
3c1fe6ff83
add experimental warning for folder rip transcoding
7 years ago
Luke Pulverenti
f4765a87cc
update m3u tuner
7 years ago
Luke Pulverenti
1ad990ad72
update live tv data transfer
7 years ago
Luke Pulverenti
a7dcf7191a
add fixes for .net core
7 years ago
Luke Pulverenti
56263a9fa2
remove unused libs
7 years ago
Luke Pulverenti
d2b86edf05
update hdhr channel ids
7 years ago
Luke Pulverenti
0951819f00
fixes #2798 , fixes #2799
7 years ago
Luke Pulverenti
4ea3925626
auto fallback from gpu to cpu
7 years ago
Luke Pulverenti
6b28eee2db
rework episode queries
7 years ago
Luke Pulverenti
cf350f3b7e
expand on hardware decoding options
7 years ago
Luke Pulverenti
b7867214ef
update download error handling
7 years ago
Luke Pulverenti
a7db7cd40c
reduce traffic from session player
7 years ago
Luke Pulverenti
900714c866
consolidate fields
7 years ago
Luke Pulverenti
e7425e6205
revert servicestack.text update
7 years ago
Luke Pulverenti
c147b64de8
3.2.26.19
7 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
994720c24a
deprecate hddvd videotype
7 years ago
Luke Pulverenti
6d78824c8e
update components
7 years ago
Luke Pulverenti
db315c4e32
update media source methods
7 years ago
Luke Pulverenti
d8e2887071
update container value
7 years ago
Luke Pulverenti
e208ef19b0
check audio stream for null
7 years ago
Luke Pulverenti
b786cca9da
consolidate methods
7 years ago
Luke Pulverenti
0ba267f8e2
Enable hardware acceleration for image extraction
7 years ago
Luke Pulverenti
4e52c027bc
improve nextup queries
7 years ago
Luke Pulverenti
31841a31a9
3.2.26.7
7 years ago
Luke Pulverenti
d270b10db6
move auto-organize to plugin
7 years ago
Luke Pulverenti
dc7a59c73a
ensure custom css is loaded last
7 years ago
Luke Pulverenti
a0e7cdd2dc
support all inclusive direct play profile
7 years ago
Luke Pulverenti
07ab6a19e2
3.2.24.1
7 years ago
Luke Pulverenti
6ea8e7868d
add live stream params
7 years ago
Luke Pulverenti
15947c2a4c
update opening of live streams
7 years ago
Luke Pulverenti
5cafb17e8f
fix stream builder error
7 years ago
Luke Pulverenti
1f96841e04
add perfect match indicator to subtitle editor
7 years ago
Luke Pulverenti
dcaf8356e6
update inherited images
7 years ago
Luke Pulverenti
a759b09577
support max audio bit depth
7 years ago
Luke Pulverenti
f2fb52761f
update stream building
7 years ago
Luke Pulverenti
a107ff0369
capture more transcoding info
7 years ago
Luke Pulverenti
6b2445aa2c
add stream loop option for m3u
7 years ago
Luke Pulverenti
f57dfc6a61
specify tiff mime types
7 years ago
Luke Pulverenti
1e5c3db9eb
support individual library refreshing
7 years ago
Luke Pulverenti
ce47f63389
3.2.20.5
7 years ago
Luke Pulverenti
ccb5b14d77
update series resolver
8 years ago
Luke Pulverenti
1663b258a7
update home sections
8 years ago
Luke Pulverenti
9f0e6d17c8
add hevc cuvid
8 years ago
Luke Pulverenti
ceed0241fd
fixes #2578 - [VAAPI Bug] HEVC Decoding not possible on Intel hardware without this ability
8 years ago
Luke Pulverenti
65e8cf0726
improve live tv images
8 years ago
Luke Pulverenti
282dce7f10
normalize session object
8 years ago
Luke Pulverenti
5e57b829d3
update CodecProfile checks
8 years ago
Luke Pulverenti
8a780bc023
add interlaced fix
8 years ago
Luke Pulverenti
42d0b070b4
update project files
8 years ago
Luke Pulverenti
e91f569c15
update live tv startup
8 years ago
Luke Pulverenti
f96e5c84a2
update live stream buffers
8 years ago
Luke Pulverenti
5bfcbd4e9e
update dlna profiles
8 years ago
Luke Pulverenti
7a41ef1245
3.2.17.20
8 years ago
Luke Pulverenti
3e15b28b18
add IsInterlaced param
8 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
d21e8d3c33
update tasks
8 years ago
Luke Pulverenti
28988b056c
update stream copying
8 years ago
Luke Pulverenti
f07af448fa
update main projects
8 years ago
Luke Pulverenti
54cf0da758
update query fields
8 years ago
Luke Pulverenti
da77b05817
update data queries
8 years ago
Luke Pulverenti
5137e3abf6
update live streams
8 years ago
Luke Pulverenti
9459bf7ffc
3.2.17.6
8 years ago
Luke Pulverenti
47fc7c6aee
add GenreItems property
8 years ago
Luke Pulverenti
cd4d170267
add property
8 years ago
Luke Pulverenti
0beb803aed
add sample rate condition
8 years ago
Luke Pulverenti
1991da85af
update setting of file attributes
8 years ago
Luke Pulverenti
e915ceda1b
dummy up audio bitrates when needed
8 years ago
Luke Pulverenti
198cb1bc9c
update file responses
8 years ago
Luke Pulverenti
384a35d878
update search
8 years ago
Luke Pulverenti
d48496b843
add new search filters
8 years ago
Luke Pulverenti
696a6b34ea
improve smb support
8 years ago
Luke Pulverenti
568d769cc8
support omdb episodes by imdb; add more search data
8 years ago
Luke Pulverenti
fc788efa49
add password to self signed cert
8 years ago
Luke Pulverenti
7ee588060d
add IgnoreDts option
8 years ago
Luke Pulverenti
f53472584e
update environment detection
8 years ago
Luke Pulverenti
491886632d
update remote control responses
8 years ago
Luke Pulverenti
463b41354f
restore missing file
8 years ago
Luke Pulverenti
7ea3719a2d
3.2.12.11
8 years ago
Luke Pulverenti
4d7d8961b4
update encoding detection
8 years ago
Luke Pulverenti
eb9b63c7a7
update playback progress reporting
8 years ago
Luke Pulverenti
508edad222
3.2.12.5
8 years ago
Luke Pulverenti
118c702c5c
fixes #2572 - Issues found by PVS-Studio
8 years ago
Luke Pulverenti
48ad0ad93b
update linux iso mounter
8 years ago
Luke Pulverenti
6e4d234212
update directory picker
8 years ago
Luke Pulverenti
733b891f52
stub out cifs support
8 years ago
Luke Pulverenti
372d40598d
remove qsv hevc decoding for now
8 years ago
Luke Pulverenti
8d1ca8ca27
improve direct play to transcoding fallback
8 years ago
Luke Pulverenti
06394d1a9f
add break on non keyframes
8 years ago
Luke Pulverenti
6e4074ab8a
update multi-version preferences
8 years ago
Luke Pulverenti
7987e64d38
add new file method overloads
8 years ago
Luke Pulverenti
f641c501a7
improve cancellation support of auto-organize
8 years ago
Luke Pulverenti
04b6f23473
3.2.9.1
8 years ago
Luke Pulverenti
caaa906604
update socket methods
8 years ago
Luke Pulverenti
6c160ff17c
switch default recording format to mkv
8 years ago
Luke Pulverenti
c9be9b4141
update hls params
8 years ago
Luke Pulverenti
2bac4f85ad
improve next up performance
8 years ago
Luke Pulverenti
79f3eb3fe2
update live tv osd
8 years ago
Luke Pulverenti
c9ee7633ca
embed recording button into video player
8 years ago
Luke Pulverenti
ce1ed2bea7
update hls to support mpeg2video
8 years ago
Luke Pulverenti
8d72c7e881
add option to refresh metadata every N number of days
8 years ago
Luke Pulverenti
a8fc480489
rework tuner setup
8 years ago
Luke Pulverenti
2ff7608b7a
remove tuner host enabled property
8 years ago
Luke Pulverenti
b38b7a7062
rework filestream
8 years ago
Luke Pulverenti
a660aa001e
re-organize file streaming
8 years ago
Luke Pulverenti
38badd4d28
rework file system libs
8 years ago
Luke Pulverenti
fc2a5acfca
move loopback util
8 years ago
Luke Pulverenti
1f63a30ee7
update mjpeg stream detection
8 years ago
Luke Pulverenti
9fa6868af3
update legacy hd homerun support
8 years ago
Luke Pulverenti
ce3f2bdd20
reduce AnalyzeDurationMs for live tv
8 years ago
Luke Pulverenti
8b77a89373
change people to prefer folder.jpg
8 years ago
Luke Pulverenti
c811d57bca
remove hardcoded address families
8 years ago
Luke Pulverenti
7cbc76af27
3.2.5.4
8 years ago
Luke Pulverenti
9776ca09db
update socket interfaces
8 years ago
Luke Pulverenti
a181425e54
omit input container when hw encoding
8 years ago
Luke Pulverenti
5fa3817a76
update components
8 years ago
Luke Pulverenti
76b456d5e8
add setting to prefer filename or embedded title
8 years ago
Luke Pulverenti
5d55b36487
make more classes portable
8 years ago
Luke Pulverenti
149d16a314
preserve manual recording overrides
8 years ago
Luke Pulverenti
d8f48e8cdf
update components
8 years ago
Luke Pulverenti
0ee1a0d7bd
fix mapping multiple tuner channels to same epg channel
8 years ago
Luke Pulverenti
6091e00e18
clean related files when deleting items
8 years ago
Luke Pulverenti
b91f1e4d16
support dummied up image a/r's
8 years ago
Luke Pulverenti
8deb423883
restore config settings for now
8 years ago
Luke Pulverenti
fbb1bb319c
update wdtv live dlna profile
8 years ago
Luke Pulverenti
55d82df384
restore bsd messages
8 years ago
Luke Pulverenti
d218dbd2a1
add cancellation to socket methods
8 years ago
Luke Pulverenti
851364f84f
rework guide mappings
8 years ago
Luke Pulverenti
9a0c5e3bda
add NextMediaType
8 years ago
Luke Pulverenti
ab026ab2de
restore localized guids switch
8 years ago
Luke Pulverenti
8a252c8ad6
remove dead code
8 years ago
Luke Pulverenti
3ff216f05a
update ShortOverview
8 years ago
Luke Pulverenti
88d9b3d09d
remove localized guids
8 years ago
Luke Pulverenti
045fdaf387
update live stream bitrates
8 years ago
Luke Pulverenti
8f780269cb
update m3u parsing
8 years ago
Luke Pulverenti
23070fa67c
update m3u parsing
8 years ago
Luke Pulverenti
a3b9d33248
key m3u based on tvgid
8 years ago
Luke Pulverenti
ceab0be20b
move metadata language to per library
8 years ago
Luke Pulverenti
2ef30a3ba8
update program titles
8 years ago
Luke Pulverenti
8d668095bb
add IsRemote property
8 years ago
Luke Pulverenti
80a9bbf5ef
support rtp protocol
8 years ago
Luke Pulverenti
e3c5968db5
add + button to song lists
8 years ago
Luke Pulverenti
0b5d4ce3f8
fix live tv folders being created in a loop
8 years ago
Luke Pulverenti
656a923af1
update video osd
8 years ago
Luke Pulverenti
6066619138
handle bitrate overflow
8 years ago
Luke Pulverenti
ea61c6458f
fix SupportsContentUploading
8 years ago
Luke Pulverenti
853dbfc558
separate player selection into it's own script
8 years ago
Luke Pulverenti
28bbe32d1d
update sync cancellation
8 years ago
Luke Pulverenti
5372c0bf23
remove unused property
8 years ago
Luke Pulverenti
8999198cca
update connect error responses
8 years ago
Luke Pulverenti
d90494f204
update naming project
8 years ago
Luke Pulverenti
e1da7b80f4
update cloud sync profile
8 years ago
Luke Pulverenti
74ec6e5a06
update dlna music genres
8 years ago
Luke Pulverenti
e9ae479360
fix duplicate latest recordings section
8 years ago
Luke
e7cebb91a7
Merge pull request #2350 from MediaBrowser/beta
...
Beta
8 years ago
Luke Pulverenti
fb8e3f0843
speed up timer query by id
8 years ago
Luke Pulverenti
2d09c187cc
redesign series timer edit screen
8 years ago
Luke Pulverenti
de9cd28a79
remove tvos dts hack no longer needed
8 years ago
Luke Pulverenti
ffad9c27e4
automatically adjust timer schedules to program changes
8 years ago
Luke Pulverenti
afabbfa22b
add ios dts workaround
8 years ago
Luke Pulverenti
81d685b882
update db connections
8 years ago
Luke Pulverenti
e1b880a5a0
update series queries
8 years ago
Luke Pulverenti
0c2489059d
update sync scripts
8 years ago
Luke Pulverenti
c7d520555b
update dlna profiles
8 years ago
Luke Pulverenti
c2da52914c
add SeriesStudioInfo object
8 years ago
Luke Pulverenti
0130209cdc
improve ipv6 error handling
8 years ago
Luke Pulverenti
016d8301f5
update series queries
8 years ago
Luke Pulverenti
8c8f2aaba5
first pass at binding to multiple network addresses
8 years ago
Luke Pulverenti
68772e7d9b
update details
8 years ago
Luke Pulverenti
372fbd30f6
update components
8 years ago
Luke Pulverenti
c30b82ab44
update recording encoder
8 years ago
Luke Pulverenti
26ef23d628
update caching headers
8 years ago
Luke Pulverenti
9606a2a710
filter duplicate recordings based on showId
8 years ago
Luke Pulverenti
c418f94c98
add recording post processing option
8 years ago
Luke Pulverenti
3f68882fa8
add setting to control import of missing episodes
8 years ago
Luke Pulverenti
f275d7f3d2
reduce library queries
8 years ago
Luke Pulverenti
bdab0a1588
move TypeMapper to portable project
8 years ago
Luke Pulverenti
65a1ef020b
move sync repository to portable project
8 years ago
Luke Pulverenti
fa714425dd
begin to rework repositories
8 years ago
Luke Pulverenti
70aebff444
add movie prefix feature
8 years ago
Luke Pulverenti
43c6971383
update isavc condition
8 years ago
Luke Pulverenti
9b5a4c22e3
update image & subtitle extraction
8 years ago
Luke Pulverenti
635c8d50a3
update character escaping
8 years ago
Luke Pulverenti
0e9cd51f9c
update .net core startup
8 years ago
Luke Pulverenti
a855864207
limit access to response stream
8 years ago
Luke Pulverenti
c035f2baa1
update responses
8 years ago
Luke Pulverenti
b1af9841b6
update IRequest
8 years ago
Luke Pulverenti
918b9ca86d
update core projects
8 years ago
Luke Pulverenti
00cbadea2c
update core project
8 years ago
Luke Pulverenti
227dd0a42d
rework result factory
8 years ago
Luke Pulverenti
48a5fa17b0
update file saving
8 years ago
Luke Pulverenti
24532f3e2d
update power management
8 years ago
Luke Pulverenti
15ebff2b3a
make additional classes portable
8 years ago
Luke Pulverenti
e8c70da2b6
fix ipv6
8 years ago
Luke Pulverenti
a8b340cbb2
update portable projects
8 years ago
Luke Pulverenti
67ad1db6b7
add environment info
8 years ago
Luke Pulverenti
72aaecb279
move classes to new server project
8 years ago
Luke Pulverenti
67ffbed93e
move classes
8 years ago
Luke Pulverenti
6d250c4050
make dlna project portable
8 years ago
Luke Pulverenti
f52373609e
move classes to portable project
8 years ago
Luke Pulverenti
13dcb5abb1
fix projects
8 years ago
Luke Pulverenti
8fd3bf4217
change pcl's to .netstandard
8 years ago
Luke Pulverenti
b76a1abda5
move classes to portable server lib
8 years ago
Luke Pulverenti
b1276dc208
make media encoding project portable
8 years ago
Luke Pulverenti
13d8110ce2
make api project portable
8 years ago
Luke Pulverenti
b0ff307d0c
remove json lock files
8 years ago
Luke Pulverenti
b91dcdbff4
update audio queries
8 years ago
Luke Pulverenti
3bf72b71b3
consolidate internal interfaces
8 years ago
Luke Pulverenti
4e11e351ee
update IsTextSubtitleStream
8 years ago
Luke Pulverenti
3094cd7ff3
update project targets
8 years ago
Luke Pulverenti
dca78b1341
rework dlna project
8 years ago
Luke Pulverenti
48ba276d83
add dlna classes
8 years ago
Luke Pulverenti
77699c5bf7
update IsTextSubtitleStream
8 years ago
Luke Pulverenti
2729301bff
move common dependencies
8 years ago
Luke Pulverenti
ce38e98791
move common dependencies
8 years ago
Luke Pulverenti
9c6da95d6a
update xml saver
8 years ago
Luke Pulverenti
89ff1f2af6
update components
8 years ago
Luke Pulverenti
31c8c3bf7f
make open subtitle project portable
8 years ago
Luke Pulverenti
872aec9352
continue reworking provider project
8 years ago
Luke Pulverenti
818a48e838
update DeviceProfile
8 years ago
Luke Pulverenti
4b51233cc8
update plugin interfaces
8 years ago
Luke Pulverenti
049dca644d
add more to .net core solution
8 years ago
Luke Pulverenti
21be035df0
make nfo project portable
8 years ago
Luke Pulverenti
b30c58f825
retarget dashboard project
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
24328310a4
update model targeting
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
1d11ef877b
remove unused files
8 years ago
Luke Pulverenti
5d75d227cb
remove dead files
8 years ago
Luke
367e17826e
Merge pull request #2250 from MediaBrowser/beta
...
Beta
8 years ago
Luke Pulverenti
821d950234
allow specification of probing support
8 years ago
Luke Pulverenti
b7c6ffe013
handle x-png
8 years ago
Luke Pulverenti
2f17d160bc
limit number of people in dlna responses
8 years ago
Luke
fb9db5c3c3
Merge pull request #2240 from MediaBrowser/beta
...
Beta
8 years ago
Luke Pulverenti
55f47d2120
update recording defaults
8 years ago
Luke Pulverenti
ac2ca1fec2
update recording dialogs
8 years ago
Luke
3f438cdf7b
Merge pull request #2232 from MediaBrowser/beta
...
Beta
8 years ago
Luke Pulverenti
cc6b8f44d1
update RecordingStatus
8 years ago
Luke
25ef9777ca
Merge pull request #2224 from MediaBrowser/beta
...
Beta
8 years ago
Luke Pulverenti
038b11702e
update playlist content
8 years ago
Luke Pulverenti
2c6fc11dcf
update live stream sharing
8 years ago
Luke Pulverenti
d5b5c8e1a5
update display of active recordings
8 years ago
Luke Pulverenti
cb26cb9457
update program queries
8 years ago
Luke Pulverenti
daaae69df5
add playback of in-progress recordings
8 years ago
Luke Pulverenti
b3595eab6a
update music brainz to fetch overview
8 years ago
Luke Pulverenti
5cd3276775
pass requested fields to data layer
8 years ago
Luke Pulverenti
50e6686987
update live stream management
8 years ago
Luke Pulverenti
a69ca6c55b
avoid buffering http responses
8 years ago
Luke Pulverenti
b9cacd8076
update live streams
8 years ago
Luke Pulverenti
c4e137e6cf
update timer listings
8 years ago
Luke Pulverenti
d3583c1460
update lists
8 years ago
Luke Pulverenti
9e5030f396
set timer types
8 years ago
Luke Pulverenti
911d9f4598
move more metadata settings to per library
8 years ago
Luke Pulverenti
3f77a9a8a2
update series timer editor
8 years ago
Luke Pulverenti
9b937ebb9c
fix really high audio encoding bitrate
8 years ago
Luke Pulverenti
6a7fabc3bd
add new guide settings
8 years ago
Luke Pulverenti
fdbcccc65f
add infinite property
8 years ago
Luke Pulverenti
76c7bfcb67
update closing of streams
8 years ago
Luke Pulverenti
68268cfb73
update closing of live streams
8 years ago
Luke Pulverenti
64d63c1b4b
implement keep up to
8 years ago
Luke Pulverenti
adb39f4090
update recording layouts
8 years ago
Luke Pulverenti
8b096ccc0e
stub out storage for new path substitution
8 years ago
Luke Pulverenti
6999017bc9
update recording dialogs
8 years ago
Luke Pulverenti
97ea2ff43a
update live tv hls
8 years ago
Luke Pulverenti
5cfae1ada1
update startup tasks
8 years ago
Luke Pulverenti
0c95297269
improve resiliency of recording process
8 years ago
Luke Pulverenti
0f760af82c
move download images in advance option from global to per library
8 years ago
Luke Pulverenti
62d9eb1ec7
rework upnp discovery
8 years ago
Luke Pulverenti
064ea27994
update default image extraction timeouts
8 years ago
Luke Pulverenti
e4357a17f7
update dialogs
8 years ago
Luke Pulverenti
232b5758f0
update dialogs
8 years ago
Luke Pulverenti
323d410484
add option to save recordings as mkv
8 years ago
Luke Pulverenti
c3f947f4da
add sports and kids recording categories
8 years ago
Luke Pulverenti
67505e24bd
fix artist editor
8 years ago
Luke Pulverenti
cc7b150b90
update recording layout
8 years ago
Luke Pulverenti
9c7eef891b
add configurable encoding params
8 years ago
Luke Pulverenti
f66d9d773d
update subtitles in edge
8 years ago
Luke Pulverenti
699bdacebc
add setting to hide external content from suggestions
8 years ago
Luke Pulverenti
3862207a73
move channel view setting to global
8 years ago
Luke Pulverenti
2bdaba633c
make chapter images a per-library setting
8 years ago
Luke Pulverenti
06ebf9d3c2
update recording file name
8 years ago
Luke Pulverenti
510fbf139c
fix repeated guide refreshes
8 years ago
Luke Pulverenti
93a05271c2
fix notifications query
8 years ago
Luke
01960fa2fa
Merge pull request #2090 from softworkz/TvMazePrep
...
Core server preparation for new "TV Maze Provider Plugin"
8 years ago
Luke Pulverenti
0117ee67d8
resolve 128k limit
8 years ago
Luke Pulverenti
c46e38725e
support realtime monitor per library
8 years ago
Luke Pulverenti
e5d5c67041
update vaapi defaults
8 years ago
Luke Pulverenti
e03ead01ae
update opus mime type
8 years ago
Luke Pulverenti
e4851e1b25
reduce rescanning due to IsOffline
8 years ago
Luke Pulverenti
2e65c32ede
add vaapi support
8 years ago
Luke Pulverenti
17e1c8c22b
update sync settings
8 years ago
softworkz
ac4023ed47
Core server preparation for new "TV Maze Provider Plugin"
8 years ago
Luke Pulverenti
430b187ef6
start a dashboard folder
8 years ago
softworkz
751febc1de
Auto-Organize: Async operation and instant feedback UI (reworked)
...
This commit includes changes to enable and stabilize asyncronous
operation in the auto-organize area. Here are the key points:
- The auto-organize correction dialog is now closed (almost) instantly.
This means that the user does not have to wait until the file copy/move
operation is completed in order to continue. (even with local HDs the
copy/move process can take several minutes or even much longer with
network destination).
- This commit also implements locking of files to be organized in order
to prevent parallel processing of the same item. In effect, there can be
2 or more manual organization operations active even while the normal
auto-organization task is running without causing any problems
- The items that are currently being processed are indicated as such in
the log with an orange color and a spinner graphic
- The client display is refreshed through websocket messages
- A side effect of this is that other clients showing the auto-organize
log at the same time are always up-to-date as well
8 years ago
Luke Pulverenti
eb36b009ca
update stream start events
8 years ago
Luke Pulverenti
fd6aa72dac
add guide optimizations
8 years ago
Luke Pulverenti
ec111eebd3
fix folder caching
8 years ago
Luke Pulverenti
caab8299d1
add setting for photo libraries
8 years ago
Luke Pulverenti
6e9828ddad
add remuxing permission
8 years ago
Luke Pulverenti
8508e07bb9
improve genre displays
8 years ago
Luke Pulverenti
6164049919
update direct stream url for improved caching
8 years ago
Luke Pulverenti
68d1b60964
stub out objects for per library settings
8 years ago
Luke Pulverenti
94a4f11464
update components
8 years ago
Luke Pulverenti
04d480297d
reduce sync db access
8 years ago
Luke Pulverenti
a308ab8912
update components
8 years ago
Luke Pulverenti
62b0c2605f
remove nameof
8 years ago
Luke Pulverenti
6af3dc91c5
adjust audio transcoding bitrate
8 years ago
Sven Van den brande
219cba7506
Removed redundant Collection Initializers
...
Removed Using directives that are not required
8 years ago
Luke Pulverenti
8328f39834
update behavior with restricted transcoding access
8 years ago
Luke Pulverenti
794b13b816
update suggestions
8 years ago
Luke Pulverenti
537e774f5f
update listviews
8 years ago
Luke Pulverenti
78e6c638bc
remove fody from build
8 years ago
Luke Pulverenti
e44a24d9e5
update hls subtitles
8 years ago
Luke Pulverenti
959c6a397c
add new streambuilder options
8 years ago
Luke Pulverenti
3c6797678b
store chapter image date modified
8 years ago
Luke Pulverenti
1fcbd3c6da
denormalize seriesid
8 years ago
Luke Pulverenti
2772d59559
denormalize seasonid
8 years ago
Luke Pulverenti
46dc02705a
remove custom path subfolder option
8 years ago
Luke Pulverenti
c8e67f6cb1
removed custom path subfolder setting
8 years ago
Luke Pulverenti
fcc64173f6
update default cache size
8 years ago
Luke Pulverenti
373448675b
update components
8 years ago
Luke Pulverenti
4a95ec28f2
add config setting
8 years ago
Luke Pulverenti
775fc94020
update path configs
8 years ago
Luke Pulverenti
5c5cc212aa
pass all audio codecs to server
8 years ago
Luke Pulverenti
cf0d9883c6
fix userdata transactions
8 years ago
Luke Pulverenti
02bba9984f
Add Series and Season channel folder types
8 years ago
Luke Pulverenti
cffc9417c7
update startup wizard
8 years ago
Luke Pulverenti
7601f6660e
add music artist channel folder type
8 years ago
Luke Pulverenti
c05f0bea04
update live tv queries
9 years ago
Luke Pulverenti
6e9f8fb2d1
allow customization of ffmpeg path
9 years ago
Luke Pulverenti
f58a919488
improve display of active recordings
9 years ago
Luke Pulverenti
29d4305732
update generated titles for subtitles
9 years ago
Luke Pulverenti
f9847be17c
update item by name queries
9 years ago
Luke Pulverenti
80863e1326
fix button alignments
9 years ago
Luke Pulverenti
ad663f8fa8
update sliders
9 years ago
Luke Pulverenti
2538889943
add mappings to add meta data method
9 years ago
Luke Pulverenti
0ad0150435
update nuget
9 years ago
Luke Pulverenti
19ee883ca2
record time base
9 years ago
Luke Pulverenti
83105f5aae
stubbed out channel mappings
9 years ago
Luke Pulverenti
faefbf36cc
adjust bitrate in h264/h265 conversions
9 years ago
Luke Pulverenti
7388320d96
update xmltv
9 years ago
Luke Pulverenti
d10a5042f6
update LiveTvOptions
9 years ago
Luke Pulverenti
2e040f9c0c
update collection grouping setting
9 years ago
Luke Pulverenti
020b1d9a64
add library display settings
9 years ago
Luke Pulverenti
3aea4f7ffc
add tv genre configuration options
9 years ago
Luke Pulverenti
53afb1e1e5
add images table
9 years ago
Luke Pulverenti
640ce66f68
update encoding options
9 years ago
Luke Pulverenti
b6b6b85bf4
remove x-frame-options
9 years ago
Luke Pulverenti
6db7f381dc
removed dead code
9 years ago
Luke Pulverenti
77dc47df0c
deprecate provider options
9 years ago
Luke Pulverenti
4fcdeaffee
restore localized guids config switch
9 years ago
Luke Pulverenti
bc2f18bce3
save series name separately
9 years ago
Luke Pulverenti
1c28dcc78b
update user config
9 years ago
Luke Pulverenti
acd2defbf7
handle flat tv folders
9 years ago
Luke Pulverenti
556024ff40
set default schema version
9 years ago
Luke Pulverenti
36ae31d3a7
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
9 years ago
Luke Pulverenti
dbf11dcbb3
add DisplayTitle to SubtitleStreamInfo
9 years ago
Eric Reed
214364cd0b
Upper first on subtitle language
9 years ago
Luke Pulverenti
15f0832a04
deprecate refreshinfo db
9 years ago
Luke Pulverenti
06a25a2557
update config values
9 years ago
Luke Pulverenti
f54a0da88e
better cleanup of recording libraries
9 years ago
Luke Pulverenti
34d4e4317a
update dialogs
9 years ago
Eric Reed
7841d9eb66
Friendly stream names
9 years ago
Luke Pulverenti
da29fc8c68
update channel display
9 years ago
Luke Pulverenti
ff980dc42c
add DisplayTitle to media streams
9 years ago
Luke Pulverenti
187b1099bc
update firefox profile
9 years ago
Luke Pulverenti
761a476ea0
use shared itemHelper
9 years ago
Luke Pulverenti
99084edabe
update windows ffmpeg
9 years ago
Luke Pulverenti
26d3f9740c
remove dead code
9 years ago
Luke Pulverenti
33c002684e
update recording saving
9 years ago
Luke Pulverenti
fdc37a2b58
update recording audio sync
9 years ago
Luke Pulverenti
4ddde2cdc2
introduce presentation unique key
9 years ago
Luke Pulverenti
a15a762ba1
fixes #1484 - (Feature request) Make emby choose output stream based on ffmpeg config
9 years ago
Luke Pulverenti
a80070f478
check codecs in audio direct play profiles
9 years ago
Luke Pulverenti
747518decc
added option to preserve original audio when recording
9 years ago
Luke Pulverenti
f7128c7f8f
resync media after changes
9 years ago
Luke Pulverenti
dfa2557874
record IsAvc
9 years ago
Luke Pulverenti
c59b4329f4
restore ForceLiveStream param
9 years ago
Luke Pulverenti
a38086126f
update hls playback
9 years ago
Luke Pulverenti
992ca4c78a
add OriginalTitle to metadata editor
9 years ago
Luke Pulverenti
2b4dece54a
record nal length size
9 years ago
Luke Pulverenti
57e3bb72f9
update stream selection
9 years ago
Luke Pulverenti
b0379ec7f8
improve embedded image extraction
9 years ago
Luke Pulverenti
5bddb226f6
update hdhr stream
9 years ago
Luke Pulverenti
8e0c9c53bc
add open subtitle option to only download subtitles that are a perfect match
9 years ago
Daniel Becker
c9092de032
allow disabling of hardware transcoding on HDTC-2US
9 years ago
Luke Pulverenti
1071a5a5f3
render ssa/ass subs in browser
9 years ago
Luke Pulverenti
c40002dee0
add ForceLiveStream option
9 years ago
Luke Pulverenti
64795ef35b
update hls stream copy rules
9 years ago
Luke Pulverenti
d9dcd21c47
update hdhr streaming
9 years ago
Luke Pulverenti
4afc2c9156
set notification info url
9 years ago
Luke Pulverenti
6ba2a9ebd2
update subtitle encoding
9 years ago
Luke Pulverenti
51fe031031
update subtitles
9 years ago
Luke Pulverenti
9b339d7cae
resolve issue with querying by multiple item ids
9 years ago
Luke Pulverenti
d8cf48ae41
update satip page
9 years ago
Luke Pulverenti
5bf1dcd519
update channel view
9 years ago
Sven Van den brande
168587b2a0
Remove unused code...
9 years ago
Luke Pulverenti
3c43e85d87
update music queries
9 years ago
Luke Pulverenti
b095d9fd38
update tabs
9 years ago
Luke Pulverenti
5d0abc280d
fixes #1404 - [BUG] Emby recreating old folder name after renaming/moving folder
9 years ago
Luke Pulverenti
32b5ef7b80
fix channel numbers
9 years ago
Luke Pulverenti
b2d1c0dee3
update subtitle download setting
9 years ago
Luke Pulverenti
77e36768e4
removed dead code
9 years ago