Maxr1998
2c161fc4f1
Fix broken link in CONTRIBUTORS and add myself
2021-05-27 12:12:44 +02:00
peterspenler
3c981cf41f
Reorder requested audio channels checks
2021-05-13 09:55:31 -04:00
Bond-009
9d548c62ba
Merge pull request #5258 from Smith00101010/next-up-specials-fix
2021-04-10 01:38:57 +02:00
LIAUD
72db3df605
Changed CONTRIBUTORS.md
2021-03-20 20:31:38 +01:00
Ikomhoog
02122f28cc
Update contributors
2021-03-08 11:14:01 +01:00
Moshe Schmidt
4bbfcaef83
Include specials in the calculation for the "Next Up" episode. Fixes #1479
2021-02-28 21:21:26 +01:00
Bond-009
2c74262f7c
Merge pull request #4945 from obradovichv/fix-string-culture-specificity
2021-01-09 16:21:19 +01:00
Ian
0f4bbbc63c
Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver
2021-01-06 10:58:07 -08:00
obradovichv
d45e2fe95a
Update contributors
2021-01-03 20:32:33 +02:00
Joshua M. Boniface
c98c2ab955
Merge branch 'master' into syncplay-enhanced
2020-11-27 09:46:18 -05:00
Greenback
084d21cade
Updated contributors.
2020-11-19 18:27:30 +00:00
Stéphane Senart
95ecedbce7
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
2020-10-22 12:49:26 +02:00
gion
ed2eabec16
Update CONTRIBUTORS.md
2020-10-16 11:38:50 +02:00
github@esslinger.dev
f314be9d85
chore(CONTRIBUTORS.md): add skyfrk
2020-10-01 18:44:22 +02:00
Bond-009
c7b3d4a90c
Merge pull request #4164 from spooksbit/remove-browser-auto-load
...
Removed browser auto-launch functionality
2020-09-29 18:24:58 +02:00
Niels van Velzen
3459655bb4
Use GeneralCommandType enum in GeneralCommand name
2020-09-21 16:56:22 +02:00
spookbits
5cca8bffea
Removed browser auto-load functionality from the server.
...
Added profiles in launchSettings to start either the web client or the swagger API page.
Removed --noautorunwebapp as this is the default functionality.
2020-09-16 13:22:04 -04:00
Oleg Shevchenko
58924fd1da
Fix parameters validation in ImageProcessor.GetCachePath
2020-09-13 22:38:31 +03:00
lmaonator
76172f76d9
Fix TVDB plugin not handling absolute display order
2020-09-05 02:34:57 +02:00
Bond-009
9cbc016b0a
Merge pull request #3877 from orryverducci/deinterlace-improvements
...
Deinterlacing improvements
2020-09-03 20:38:54 +02:00
Orry Verducci
d7b0f68eab
Add myself to contributors
2020-08-11 15:44:18 +01:00
ConfusedPolarBear
e2f16fc255
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-06-19 23:33:43 -05:00
dkanada
f026a1d721
Merge pull request #3267 from pusta/Contributors-Update
...
CONTRIBUTORS.md - Updated jellyfin-server-windows to compile against .Net Core 3.1
2020-06-15 10:57:13 +09:00
Chris Kapusta
b8d80bf09c
Update CONTRIBUTORS.md
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-06-13 14:32:42 -05:00
Chris Kapusta
3b0cdd4716
Update CONTRIBUTORS.md
2020-06-07 15:43:39 -05:00
Patrick Barron
caf6833447
Add myself to CONTRIBUTORS.md
2020-05-27 10:08:36 -04:00
ConfusedPolarBear
36f3e933a2
Add quick connect
2020-04-15 14:49:20 -05:00
Delgan
5c117734a5
Improve movie resolver if space precedes the year
2020-04-13 14:50:35 +02:00
Kristupas Savickas
9dda2ffc91
Fix ffmpeg path on ARM docker image
2020-04-06 13:21:20 +03:00
Mark Monteiro
c594b1a4c3
Fix bad merge in contributors list
2020-03-13 22:46:11 +01:00
Mark Monteiro
487aa376b4
Merge remote-tracking branch 'upstream/master' into 1914-prevent-duplicates-in-playlists
2020-03-11 23:21:30 +01:00
Joshua M. Boniface
3016e78aef
Remove dependabotbot
2020-03-03 23:22:29 -05:00
Joshua M. Boniface
0e98d8bbad
Update contributors list
...
Refreshes the contributors list with the data available from all merged
PRs. Includes a huge number of people who had never added themselves
manually. Going forward this is probably not needed anymore as we can
update this fairly easily.
2020-03-03 22:51:16 -05:00
Mark Monteiro
7f96fce15d
Add SegiH as a contributor
...
This PR is based on a change originally proposed by this author
2020-03-03 14:40:49 +01:00
artiume
63f13df6fc
Merge pull request #17 from jellyfin/master
...
10.5
2020-02-13 13:09:50 -05:00
Anthony Lavado
42066ee326
Merge branch 'master' into transcoding-throttling
2020-02-12 02:01:56 -05:00
artiume
81396a11cb
Update CONTRIBUTORS.md
2020-02-06 17:35:47 -05:00
Carey Metcalfe
f2eea89ff0
Fix pagination for DLNA root folder list
...
Previously, when responding to a DLNA "Browse" request, the
`StartingIndex` was not respected and all of the root items were
returned each time. This caused infinite loops with in DLNA clients that
ignored the `TotalMatches` data in the response and just continued
asking for the next page until they got an empty response.
This fix makes the root folder list respect the `StartingIndex` and
`RequestedCount` parameters like all other responses.
Fixes issue #2303
2020-01-19 01:37:52 -05:00
Maximilian Marschall
081d942d03
Enable Throttling when transcoding without Hardware-Acceleration
2020-01-12 00:33:57 +01:00
David
eb12754fc5
Add Tmdb as a Provider for Season Images
...
Changes to be committed:
modified: CONTRIBUTORS.md
new file: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonImageProvider.cs
modified: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonProvider.cs
2019-12-18 17:27:44 +01:00
Mark Monteiro
a2462704d1
Add self to Jellyfin contributors
2019-12-12 17:48:41 +01:00
nevado
cb32bf1c4f
Add mesa-va-drivers to main Dockerfile ( #1727 )
2019-09-15 00:31:13 -04:00
Joshua M. Boniface
d95c04787c
Merge branch 'master' into h265
2019-08-19 14:57:48 -04:00
Khinenw
59518ec87e
Fixed SMI to SRT UTF-16 Encoding bug
2019-07-15 12:20:59 +09:00
Jörn
1fd8164756
fix issue #1347 introduced in pr #930
2019-06-26 01:13:54 -07:00
DrPandemic
394d96246b
Check path before opening image
2019-06-24 20:13:07 -04:00
pjeanjean
7919dd81da
Skip user permission checking for UserRootFolder
...
Fix #1436
UserRootFolders are used to represent virtual folders that exist outside
of libraries. As such, it doesn't make sense to check if a user has the
right to access their library (named `Media Folders`).
2019-06-06 08:30:56 +02:00
Frank
3ba709fcc3
Fix #1432 . Add support for encoding with libx265 and hevc_nvenc.
2019-06-01 15:46:41 -07:00
PloughPuff
632968dc81
Added self to contributors
2019-03-05 21:29:15 +00:00
Xu Fasheng
95d001a053
Update CONTRIBUTORS.md
2019-02-28 22:15:59 +08:00