Erwin de Haan
e867446437
ReSharper format: conform inline 'out' parameters.
2019-01-13 21:46:33 +01:00
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
2019-01-13 21:37:13 +01:00
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
2019-01-13 21:31:14 +01:00
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
2019-01-13 21:10:15 +01:00
Erwin de Haan
8f41ba4d3a
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
2019-01-13 21:02:23 +01:00
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
2019-01-13 20:45:51 +01:00
Erwin de Haan
382e8699a2
EditorConfig reformat: MediaBrowser.Model
2019-01-13 20:31:15 +01:00
Erwin de Haan
1a4b271314
Visual Studio Reformat: MediaBrowser.Model
2019-01-13 20:26:15 +01:00
Joshua M. Boniface
9dcaafe700
Merge pull request #458 from EraYaN/code-cleanup
...
Clean up several minor issues and add TODOs
2019-01-13 12:14:53 -05:00
Bond_009
3a2a0fbfe8
Add more NuGet metadata properties
...
Remove old nuspec files
2019-01-13 11:57:33 +01:00
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
2019-01-11 12:50:36 +01:00
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
2019-01-10 19:54:18 -05:00
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.
2019-01-10 20:38:53 +01:00
Andrew Rabert
3d867c2c46
Merge pull request #516 from Bond-009/env
...
Remove useless properties from IEnvironmentInfo
2019-01-09 22:08:58 -05:00
Joshua M. Boniface
61aeb0e9a8
Merge pull request #486 from Bond-009/plugins
...
Add NuGet package info to plugin projects
2019-01-08 18:10:09 -05:00
Bond_009
f520ddc966
Remove useless properties from IEnvironmentInfo
2019-01-08 17:35:56 +01:00
hawken
bd169e4fd4
remove trailing whitespace
2019-01-07 23:27:46 +00:00
hawken
ba1794f64b
Remove tabs and trailing whitespace
2019-01-07 23:24:34 +00:00
Joshua M. Boniface
4ab82f7436
Merge pull request #488 from sparky8251/fix-mimetype-formatting
...
Fix odd formatting in MimeType.cs
2019-01-07 11:25:43 -05:00
Sparky
ae4a82570c
Fixed odd formatting in MimeType.CS
...
Think there might have been a mismatch between tabs and spaces. All spaces now.
2019-01-07 11:23:11 -05:00
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.
2019-01-07 11:19:59 -05:00
Bond_009
e1379610e5
Ground work to get plugins functional again
2019-01-07 16:58:33 +01:00
Andrew Rabert
edfc3cb8c6
Merge pull request #437 from cvium/remove_run_at_startup
...
Remove AutoRunAtStartup
2019-01-06 18:31:20 -05:00
Andrew Rabert
12112ea25d
Remove more news
2019-01-06 17:52:51 -05:00
Bond_009
c07d5a6963
Remove unused PowerManagement
...
It isn't up to the application to prevent the system from going to sleep
2019-01-06 12:55:48 +01:00
Joshua Boniface
1ccc0131a5
Readd System import to correct Array failure
2019-01-05 20:21:22 -05:00
Anthony Lavado
f2fedb9f34
Merge pull request #383 from Bond-009/unused
...
Remove firebase and empty resource config file
2019-01-05 23:06:08 +00:00
cvium
bb879fff33
Remove AutoRunAtStartup
2019-01-05 23:07:06 +01:00
Bond_009
340a2c6512
Post GPL cleanup
2019-01-03 23:19:02 +01:00
Bond_009
30a19d345a
Remove report usage configuration option
2019-01-03 21:05:17 +01:00
Bond_009
db62648510
Remove firebase and empty resource config file
2019-01-03 19:51:18 +01:00
Anthony Lavado
a06a5c8d18
Merge branch 'dev' into project-updates
2019-01-02 14:02:48 -05:00
Claus Vium
07e7b13b75
change userid type to guid
2019-01-02 10:55:05 +01:00
Anthony Lavado
87812d1e7f
Fix spacing to C#/Visual Studio standards
...
- This is a fix automatically applied by Visual Studio
2019-01-02 01:22:21 -05:00
Bond_009
75efe9cf0a
Rename and rework entry point
2019-01-02 02:30:59 +03:00
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.
2019-01-01 14:33:22 +03:00
Bond_009
a8fde5e89c
Readded some stuff
2018-12-30 22:44:38 +01:00
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
2018-12-30 22:44:38 +01:00
Andrew Rabert
4929ee9ab6
Fix default language
...
The default preferred language in the startup wizard now defaults to
English (United States).
2018-12-28 17:06:45 -05:00
Bond_009
6e5d2aadaa
Remove custom ToArray extension
2018-12-28 16:48:26 +01:00
Andrew Rabert
a86b71899e
Add GPL modules
2018-12-27 18:27:57 -05:00
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
2018-09-12 19:26:21 +02:00
Luke Pulverenti
85815adcd2
update live tv queries
2017-12-05 13:30:49 -05:00
Luke Pulverenti
175c085d90
Stub out new filtering api
2017-12-03 17:15:21 -05:00
Luke Pulverenti
8717f81bf4
Add setting to auto-run web app when server starts
2017-12-03 17:14:35 -05:00
Luke Pulverenti
c4ceeae889
improve xmltv gz support
2017-12-03 17:11:04 -05:00
Luke Pulverenti
5207067811
fix live tv over dlna
2017-11-29 15:50:18 -05:00
Luke Pulverenti
58a7829ecd
update library changed notifier
2017-11-25 23:48:12 -05:00
Luke Pulverenti
4f09c1e06d
reduce dlna chatter
2017-11-23 10:46:16 -05:00
Luke Pulverenti
77695f8abe
3.2.40.1
2017-11-21 17:14:56 -05:00
Luke Pulverenti
43cb11f694
update shared stream support
2017-11-18 23:59:34 -05:00
Luke Pulverenti
1dc8ff9e91
allow specification of m3u stream limit
2017-11-17 16:54:33 -05:00
Luke Pulverenti
351d29954a
3.2.36.8
2017-11-12 16:05:40 -05:00
Luke Pulverenti
711f588084
3.2.36.7
2017-11-10 16:22:38 -05:00
Luke Pulverenti
901d7b509c
update play media source feature
2017-11-09 15:58:09 -05:00
Luke Pulverenti
25138bbeb7
update subtitle downloading to use local metadata settings
2017-11-08 15:23:39 -05:00
Luke Pulverenti
83a43121af
fix hdhr stream returning too quickly
2017-11-06 16:32:44 -05:00
Luke Pulverenti
5cb7469028
support track selection before playback
2017-11-05 16:51:23 -05:00
Luke Pulverenti
d765f370b3
update librarymanager
2017-11-01 15:56:20 -04:00
Luke Pulverenti
0a0303ca64
normalize strm file contents
2017-11-01 15:50:16 -04:00
Luke Pulverenti
8ec8b46394
allow separate configuration of date format
2017-10-30 00:51:43 -04:00
Luke Pulverenti
93676f6838
revise unknown audio stream handling
2017-10-28 23:52:05 -04:00
Luke Pulverenti
5106819a4b
show album artist in album identify wizard
2017-10-28 00:20:18 -04:00
Luke Pulverenti
ca2e7a4195
deprecate localized guids config switch
2017-10-26 23:49:56 -04:00
Luke Pulverenti
12adc7ae4c
add additional info to timer infos
2017-10-18 21:19:48 -04:00
Luke Pulverenti
4ef9f68837
support delete per library
2017-10-16 02:10:55 -04:00
Luke Pulverenti
9fdaa039c4
rework device repository
2017-10-13 15:18:05 -04:00
Luke Pulverenti
c583d49541
live tv subtitle fixes
2017-10-13 14:32:58 -04:00
Luke Pulverenti
bc656edf4f
update resolved video titles
2017-10-13 01:44:20 -04:00
Luke Pulverenti
e19b8f81c7
update recording conversion
2017-10-07 02:13:26 -04:00
Luke Pulverenti
51ca72ab5d
adjust default provider order
2017-10-05 14:10:07 -04:00
Luke Pulverenti
4e4c145855
update hls query string
2017-09-29 16:10:13 -04:00
Luke Pulverenti
878abbddda
fixes #1427 - [Feature Request]: Require Encryption
2017-09-29 15:17:54 -04:00
Luke Pulverenti
a0d82a02c8
update param encoding
2017-09-26 13:09:42 -04:00
Luke Pulverenti
d43508a898
update applyconditions
2017-09-25 15:15:01 -04:00
Luke Pulverenti
978eedbcb7
improve support for compressed xmltv
2017-09-25 01:06:15 -04:00
Luke Pulverenti
de5a8d579b
move season zero display name to per library settings
2017-09-24 16:23:56 -04:00
Luke Pulverenti
39394e74c7
fix dlna direct play on samsung tv's
2017-09-23 21:03:46 -04:00
Luke Pulverenti
f3120dbee9
fix application of params
2017-09-22 16:38:59 -04:00
Luke Pulverenti
b4851d4789
separate deinterlacing params by video codec
2017-09-21 17:36:19 -04:00
Luke Pulverenti
cdd79ec7e2
update owned items
2017-09-18 12:52:22 -04:00
Luke Pulverenti
1f12ab6658
add yadif setting
2017-09-17 02:42:23 -04:00
Luke Pulverenti
c7656fb604
removed dead code
2017-09-17 01:27:15 -04:00
Luke Pulverenti
106575e443
3.2.30.21
2017-09-15 02:32:20 -04:00
Luke Pulverenti
38fe239f44
3.2.30.19
2017-09-13 14:41:48 -04:00
Luke Pulverenti
2f99a78230
3.2.30.17
2017-09-11 15:25:13 -04:00
Luke Pulverenti
f7f41e4c73
remove unused service properties
2017-09-10 17:32:45 -04:00
Luke Pulverenti
4ceb9eb6c5
update restart function
2017-09-09 14:51:24 -04:00
Luke Pulverenti
adc22b5e81
rework epg storage
2017-09-08 12:13:58 -04:00
Luke Pulverenti
eb63e0d264
update image processor
2017-09-07 14:17:18 -04:00
Luke Pulverenti
49b799adbe
3.2.30.8
2017-09-05 15:49:02 -04:00
Luke Pulverenti
39c4542cf6
update query objects
2017-09-04 15:28:22 -04:00
Luke Pulverenti
c4176d2320
add web socket error handling
2017-09-03 21:24:20 -04:00
Luke Pulverenti
2084678266
update service creation
2017-09-03 03:28:58 -04:00
Luke Pulverenti
78165d78a2
update SocketHttpListener
2017-09-02 22:42:13 -04:00
Luke Pulverenti
8de80d43ba
update ResolutionNormalizer
2017-08-30 14:06:54 -04:00
Luke Pulverenti
780b761456
3.2.29.2
2017-08-28 12:41:32 -04:00
Luke Pulverenti
e287e3a50d
remove async when there's nothing to await
2017-08-26 20:32:33 -04:00
Luke Pulverenti
6bc2a79792
fix folder rip probe
2017-08-26 03:03:19 -04:00
Luke Pulverenti
e441e2f53d
update active recordings
2017-08-24 15:52:19 -04:00
Luke Pulverenti
82ab91f209
add property to indicate support for on the fly subtitle extraction
2017-08-23 15:45:40 -04:00
Luke Pulverenti
af02f9d692
add mpdecimate option
2017-08-23 14:44:40 -04:00
Luke Pulverenti
3c1fe6ff83
add experimental warning for folder rip transcoding
2017-08-22 01:41:02 -04:00
Luke Pulverenti
f4765a87cc
update m3u tuner
2017-08-20 15:10:00 -04:00
Luke Pulverenti
1ad990ad72
update live tv data transfer
2017-08-19 15:43:35 -04:00
Luke Pulverenti
a7dcf7191a
add fixes for .net core
2017-08-17 16:19:02 -04:00
Luke Pulverenti
56263a9fa2
remove unused libs
2017-08-16 11:42:36 -04:00
Luke Pulverenti
d2b86edf05
update hdhr channel ids
2017-08-15 23:40:36 -04:00
Luke Pulverenti
0951819f00
fixes #2798 , fixes #2799
2017-08-13 16:15:07 -04:00
Luke Pulverenti
4ea3925626
auto fallback from gpu to cpu
2017-08-13 01:01:34 -04:00
Luke Pulverenti
6b28eee2db
rework episode queries
2017-08-12 22:09:07 -04:00
Luke Pulverenti
cf350f3b7e
expand on hardware decoding options
2017-08-12 15:09:13 -04:00
Luke Pulverenti
b7867214ef
update download error handling
2017-08-11 17:55:48 -04:00
Luke Pulverenti
a7db7cd40c
reduce traffic from session player
2017-08-11 02:29:49 -04:00
Luke Pulverenti
900714c866
consolidate fields
2017-08-10 16:06:36 -04:00
Luke Pulverenti
e7425e6205
revert servicestack.text update
2017-08-10 14:01:31 -04:00
Luke Pulverenti
c147b64de8
3.2.26.19
2017-08-09 17:08:01 -04:00
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
2017-08-09 15:56:38 -04:00
Luke Pulverenti
994720c24a
deprecate hddvd videotype
2017-08-07 16:36:41 -04:00
Luke Pulverenti
6d78824c8e
update components
2017-08-06 19:01:00 -04:00
Luke Pulverenti
db315c4e32
update media source methods
2017-08-05 15:02:33 -04:00
Luke Pulverenti
d8e2887071
update container value
2017-08-04 16:29:34 -04:00
Luke Pulverenti
e208ef19b0
check audio stream for null
2017-08-04 10:49:46 -04:00
Luke Pulverenti
b786cca9da
consolidate methods
2017-08-04 02:34:46 -04:00
Luke Pulverenti
0ba267f8e2
Enable hardware acceleration for image extraction
2017-08-02 03:30:17 -04:00
Luke Pulverenti
4e52c027bc
improve nextup queries
2017-08-01 12:45:57 -04:00
Luke Pulverenti
31841a31a9
3.2.26.7
2017-07-30 14:02:25 -04:00
Luke Pulverenti
d270b10db6
move auto-organize to plugin
2017-07-27 01:18:39 -04:00
Luke Pulverenti
dc7a59c73a
ensure custom css is loaded last
2017-07-23 18:29:53 -04:00
Luke Pulverenti
a0e7cdd2dc
support all inclusive direct play profile
2017-07-14 11:57:44 -04:00
Luke Pulverenti
07ab6a19e2
3.2.24.1
2017-07-10 03:37:00 -04:00
Luke Pulverenti
6ea8e7868d
add live stream params
2017-07-03 13:16:01 -04:00
Luke Pulverenti
15947c2a4c
update opening of live streams
2017-07-02 14:58:56 -04:00
Luke Pulverenti
5cafb17e8f
fix stream builder error
2017-07-01 14:00:43 -04:00
Luke Pulverenti
1f96841e04
add perfect match indicator to subtitle editor
2017-06-30 15:58:53 -04:00
Luke Pulverenti
dcaf8356e6
update inherited images
2017-06-29 15:10:58 -04:00
Luke Pulverenti
a759b09577
support max audio bit depth
2017-06-26 11:10:52 -04:00
Luke Pulverenti
f2fb52761f
update stream building
2017-06-25 13:50:17 -04:00
Luke Pulverenti
a107ff0369
capture more transcoding info
2017-06-24 14:33:19 -04:00
Luke Pulverenti
6b2445aa2c
add stream loop option for m3u
2017-06-24 14:32:22 -04:00
Luke Pulverenti
f57dfc6a61
specify tiff mime types
2017-06-24 14:31:13 -04:00
Luke Pulverenti
1e5c3db9eb
support individual library refreshing
2017-06-23 12:04:45 -04:00
Luke Pulverenti
ce47f63389
3.2.20.5
2017-06-18 03:11:55 -04:00
Luke Pulverenti
ccb5b14d77
update series resolver
2017-06-15 13:22:05 -04:00
Luke Pulverenti
1663b258a7
update home sections
2017-06-13 02:33:29 -04:00
Luke Pulverenti
9f0e6d17c8
add hevc cuvid
2017-06-12 03:11:54 -04:00
Luke Pulverenti
ceed0241fd
fixes #2578 - [VAAPI Bug] HEVC Decoding not possible on Intel hardware without this ability
2017-06-12 02:11:19 -04:00
Luke Pulverenti
65e8cf0726
improve live tv images
2017-06-11 16:40:25 -04:00
Luke Pulverenti
282dce7f10
normalize session object
2017-06-09 15:26:54 -04:00
Luke Pulverenti
5e57b829d3
update CodecProfile checks
2017-06-07 00:56:48 -04:00
Luke Pulverenti
8a780bc023
add interlaced fix
2017-06-06 02:13:27 -04:00
Luke Pulverenti
42d0b070b4
update project files
2017-06-04 17:08:56 -04:00
Luke Pulverenti
e91f569c15
update live tv startup
2017-06-03 03:36:32 -04:00
Luke Pulverenti
f96e5c84a2
update live stream buffers
2017-06-01 02:25:07 -04:00
Luke Pulverenti
5bfcbd4e9e
update dlna profiles
2017-05-31 15:21:32 -04:00
Luke Pulverenti
7a41ef1245
3.2.17.20
2017-05-29 22:42:01 -04:00
Luke Pulverenti
3e15b28b18
add IsInterlaced param
2017-05-29 08:35:59 -04:00
Luke Pulverenti
33014f77aa
update GetItems method
2017-05-26 02:48:54 -04:00
Luke Pulverenti
d21e8d3c33
update tasks
2017-05-25 14:18:19 -04:00
Luke Pulverenti
28988b056c
update stream copying
2017-05-25 09:00:14 -04:00
Luke Pulverenti
f07af448fa
update main projects
2017-05-24 15:12:55 -04:00
Luke Pulverenti
54cf0da758
update query fields
2017-05-22 00:54:02 -04:00
Luke Pulverenti
da77b05817
update data queries
2017-05-21 03:25:49 -04:00
Luke Pulverenti
5137e3abf6
update live streams
2017-05-20 12:42:47 -04:00
Luke Pulverenti
9459bf7ffc
3.2.17.6
2017-05-18 17:16:46 -04:00
Luke Pulverenti
47fc7c6aee
add GenreItems property
2017-05-18 17:05:47 -04:00
Luke Pulverenti
cd4d170267
add property
2017-05-14 14:56:29 -04:00
Luke Pulverenti
0beb803aed
add sample rate condition
2017-05-13 15:31:25 -04:00
Luke Pulverenti
1991da85af
update setting of file attributes
2017-05-12 00:54:19 -04:00
Luke Pulverenti
e915ceda1b
dummy up audio bitrates when needed
2017-05-10 22:57:48 -04:00
Luke Pulverenti
198cb1bc9c
update file responses
2017-05-09 14:51:26 -04:00
Luke Pulverenti
384a35d878
update search
2017-05-06 16:21:08 -04:00
Luke Pulverenti
d48496b843
add new search filters
2017-05-06 15:45:23 -04:00
Luke Pulverenti
696a6b34ea
improve smb support
2017-05-04 14:14:45 -04:00
Luke Pulverenti
568d769cc8
support omdb episodes by imdb; add more search data
2017-05-03 17:53:33 -04:00
Luke Pulverenti
fc788efa49
add password to self signed cert
2017-05-01 16:03:27 -04:00
Luke Pulverenti
7ee588060d
add IgnoreDts option
2017-04-30 16:03:28 -04:00
Luke Pulverenti
f53472584e
update environment detection
2017-04-29 02:22:33 -04:00
Luke Pulverenti
491886632d
update remote control responses
2017-04-25 14:23:20 -04:00
Luke Pulverenti
463b41354f
restore missing file
2017-04-22 15:32:24 -04:00
Luke Pulverenti
7ea3719a2d
3.2.12.11
2017-04-20 16:17:52 -04:00
Luke Pulverenti
4d7d8961b4
update encoding detection
2017-04-18 01:53:39 -04:00
Luke Pulverenti
eb9b63c7a7
update playback progress reporting
2017-04-17 16:33:07 -04:00
Luke Pulverenti
508edad222
3.2.12.5
2017-04-13 14:59:46 -04:00
Luke Pulverenti
118c702c5c
fixes #2572 - Issues found by PVS-Studio
2017-04-11 13:04:13 -04:00
Luke Pulverenti
48ad0ad93b
update linux iso mounter
2017-04-08 14:31:18 -04:00
Luke Pulverenti
6e4d234212
update directory picker
2017-04-02 00:08:07 -04:00
Luke Pulverenti
733b891f52
stub out cifs support
2017-04-01 20:36:06 -04:00
Luke Pulverenti
372d40598d
remove qsv hevc decoding for now
2017-04-01 15:49:36 -04:00
Luke Pulverenti
8d1ca8ca27
improve direct play to transcoding fallback
2017-03-31 15:50:55 -04:00
Luke Pulverenti
06394d1a9f
add break on non keyframes
2017-03-31 15:05:19 -04:00
Luke Pulverenti
6e4074ab8a
update multi-version preferences
2017-03-31 15:04:50 -04:00
Luke Pulverenti
7987e64d38
add new file method overloads
2017-03-30 13:56:32 -04:00
Luke Pulverenti
f641c501a7
improve cancellation support of auto-organize
2017-03-29 15:16:43 -04:00
Luke Pulverenti
04b6f23473
3.2.9.1
2017-03-29 02:26:48 -04:00
Luke Pulverenti
caaa906604
update socket methods
2017-03-26 15:00:35 -04:00
Luke Pulverenti
6c160ff17c
switch default recording format to mkv
2017-03-26 00:20:28 -04:00
Luke Pulverenti
c9be9b4141
update hls params
2017-03-24 11:03:49 -04:00
Luke Pulverenti
2bac4f85ad
improve next up performance
2017-03-21 13:31:40 -04:00
Luke Pulverenti
79f3eb3fe2
update live tv osd
2017-03-18 19:37:29 -04:00
Luke Pulverenti
c9ee7633ca
embed recording button into video player
2017-03-17 16:23:34 -04:00
Luke Pulverenti
ce1ed2bea7
update hls to support mpeg2video
2017-03-15 15:57:18 -04:00
Luke Pulverenti
8d72c7e881
add option to refresh metadata every N number of days
2017-03-14 15:44:11 -04:00
Luke Pulverenti
a8fc480489
rework tuner setup
2017-03-13 14:57:45 -04:00
Luke Pulverenti
2ff7608b7a
remove tuner host enabled property
2017-03-13 00:56:41 -04:00
Luke Pulverenti
b38b7a7062
rework filestream
2017-03-13 00:08:23 -04:00
Luke Pulverenti
a660aa001e
re-organize file streaming
2017-03-12 15:27:26 -04:00
Luke Pulverenti
38badd4d28
rework file system libs
2017-03-10 14:51:29 -05:00
Luke Pulverenti
fc2a5acfca
move loopback util
2017-03-10 13:33:17 -05:00
Luke Pulverenti
1f63a30ee7
update mjpeg stream detection
2017-03-07 14:05:44 -05:00
Luke Pulverenti
9fa6868af3
update legacy hd homerun support
2017-03-07 13:27:56 -05:00
Luke Pulverenti
ce3f2bdd20
reduce AnalyzeDurationMs for live tv
2017-03-05 10:38:36 -05:00
Luke Pulverenti
8b77a89373
change people to prefer folder.jpg
2017-03-05 10:38:17 -05:00
Luke Pulverenti
c811d57bca
remove hardcoded address families
2017-03-03 15:16:43 -05:00
Luke Pulverenti
7cbc76af27
3.2.5.4
2017-03-03 00:53:21 -05:00
Luke Pulverenti
9776ca09db
update socket interfaces
2017-03-02 15:50:09 -05:00
Luke Pulverenti
a181425e54
omit input container when hw encoding
2017-03-01 15:29:42 -05:00
Luke Pulverenti
5fa3817a76
update components
2017-02-26 16:47:52 -05:00
Luke Pulverenti
76b456d5e8
add setting to prefer filename or embedded title
2017-02-21 17:12:32 -05:00
Luke Pulverenti
5d55b36487
make more classes portable
2017-02-20 15:50:58 -05:00
Luke Pulverenti
149d16a314
preserve manual recording overrides
2017-02-20 02:04:03 -05:00
Luke Pulverenti
d8f48e8cdf
update components
2017-02-18 23:13:54 -05:00
Luke Pulverenti
0ee1a0d7bd
fix mapping multiple tuner channels to same epg channel
2017-02-18 22:46:09 -05:00
Luke Pulverenti
6091e00e18
clean related files when deleting items
2017-02-18 03:32:17 -05:00
Luke Pulverenti
b91f1e4d16
support dummied up image a/r's
2017-02-10 15:06:52 -05:00
Luke Pulverenti
8deb423883
restore config settings for now
2017-02-08 13:50:33 -05:00
Luke Pulverenti
fbb1bb319c
update wdtv live dlna profile
2017-02-07 13:33:15 -05:00
Luke Pulverenti
55d82df384
restore bsd messages
2017-02-07 03:23:45 -05:00
Luke Pulverenti
d218dbd2a1
add cancellation to socket methods
2017-02-05 15:44:08 -05:00
Luke Pulverenti
851364f84f
rework guide mappings
2017-02-04 18:32:16 -05:00
Luke Pulverenti
9a0c5e3bda
add NextMediaType
2017-01-31 16:24:57 -05:00
Luke Pulverenti
ab026ab2de
restore localized guids switch
2017-01-29 15:00:29 -05:00
Luke Pulverenti
8a252c8ad6
remove dead code
2017-01-26 23:15:05 -05:00
Luke Pulverenti
3ff216f05a
update ShortOverview
2017-01-26 15:27:12 -05:00
Luke Pulverenti
88d9b3d09d
remove localized guids
2017-01-26 15:10:19 -05:00
Luke Pulverenti
045fdaf387
update live stream bitrates
2017-01-26 01:26:58 -05:00
Luke Pulverenti
8f780269cb
update m3u parsing
2017-01-25 15:14:47 -05:00
Luke Pulverenti
23070fa67c
update m3u parsing
2017-01-24 01:20:06 -05:00
Luke Pulverenti
a3b9d33248
key m3u based on tvgid
2017-01-23 16:51:23 -05:00
Luke Pulverenti
ceab0be20b
move metadata language to per library
2017-01-21 18:37:38 -05:00
Luke Pulverenti
2ef30a3ba8
update program titles
2017-01-21 15:27:07 -05:00
Luke Pulverenti
8d668095bb
add IsRemote property
2017-01-20 12:53:48 -05:00
Luke Pulverenti
80a9bbf5ef
support rtp protocol
2017-01-18 01:05:33 -05:00
Luke Pulverenti
e3c5968db5
add + button to song lists
2017-01-12 14:50:38 -05:00
Luke Pulverenti
0b5d4ce3f8
fix live tv folders being created in a loop
2017-01-11 12:56:26 -05:00
Luke Pulverenti
656a923af1
update video osd
2017-01-04 03:02:08 -05:00
Luke Pulverenti
6066619138
handle bitrate overflow
2017-01-03 00:15:59 -05:00
Luke Pulverenti
ea61c6458f
fix SupportsContentUploading
2017-01-02 00:13:39 -05:00
Luke Pulverenti
853dbfc558
separate player selection into it's own script
2016-12-29 02:14:59 -05:00
Luke Pulverenti
28bbe32d1d
update sync cancellation
2016-12-28 03:16:21 -05:00