Vasily
0b551c0cd4
Merge pull request #1861 from joshuaboniface/fix-centos-build
...
Use NVM to install nodejs v8 and yarn for CentOS
(cherry picked from commit 094852ce30
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
5 years ago
Joshua M. Boniface
d8c3b26fa6
Merge pull request #1846 from jellyfin/EraYaN-patch-1
...
Switch to custom patched build for ffmpeg for the Windows installer
5 years ago
Erwin de Haan
adde41c533
Remove /bin from ffmpeg path.
5 years ago
Erwin de Haan
3925e1dced
Fix extracted path from ffmpeg zip.
5 years ago
Erwin de Haan
c7d1206dcb
Switch to custom patched build for ffmpeg
5 years ago
Vasily
f1567c64a5
Merge pull request #1844 from dkanada/poster
...
Fix missing image on seasons without posters
5 years ago
Joshua M. Boniface
d900cc5c53
Merge pull request #1845 from joshuaboniface/mesa-va-drivers-fix
...
Correct missing mesa-va-drivers package
5 years ago
Poki
5c456231b1
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
5 years ago
Joshua Boniface
abde7c0242
Make the comment nicer
5 years ago
Joshua Boniface
762d17c3df
Move copy steps further so they're not overwriting
5 years ago
dkanada
e006b7f1e1
add comment explaining a bug fix
5 years ago
dkanada
db10f380d1
fix missing image on seasons without posters
5 years ago
Poki
60f8aa540f
Added translation using Weblate (Finnish)
5 years ago
Joshua M. Boniface
7b64c696f7
Merge pull request #1841 from joshuaboniface/docs-url
...
Update Docs to docs.jellyfin.org URL
5 years ago
Joshua Boniface
0367dc21f8
Update GitHub templates
5 years ago
Joshua Boniface
7a172a9051
Update Docs to docs.jellyfin.org URL
5 years ago
Joshua M. Boniface
5bb44c36e1
Merge pull request #1822 from anthonylavado/readme-fix
...
Update README for new docs location
5 years ago
Bond-009
3ad34de808
Update ApplicationHost.cs
5 years ago
Joo-Hong Lee
4025b2c6a1
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Joshua M. Boniface
6b00cc1a06
Merge pull request #1829 from thornbill/fix-sd-auth
...
Fix SchedulesDirect authentication
5 years ago
Bill Thornton
80dccdef22
Add using block and HexHelper
5 years ago
SaddFox
b0ec5c527d
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
5 years ago
Kamilake
5d073713b6
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
WontTell
d93853375e
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
5 years ago
h4ss2
26872eb2c2
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
5 years ago
Bill Thornton
119041a425
Fix SchedulesDirect authentication
5 years ago
Joshua M. Boniface
9c85566da7
Merge pull request #1825 from jellyfin/revert-1802-fix-premature-stop
...
Revert "Fix premature stop when streaming"
5 years ago
Joshua M. Boniface
575b96d03a
Revert "Fix premature stop when streaming"
5 years ago
Anthony Lavado
823f648955
Update README for new docs location
...
Updates several links in the readme to point to our new docs location.
5 years ago
Joshua M. Boniface
7203f463f4
Merge pull request #1820 from joshuaboniface/fix-portable
...
Properly build DLL for porable
5 years ago
Joshua Boniface
3651755984
Properly build DLL for porable
5 years ago
Joshua M. Boniface
180fb857ed
Merge pull request #1819 from nvllsvm/ffmpeg_kill
...
Ignore exception when attempting to kill ffmpeg that has exited
5 years ago
Joshua M. Boniface
cb09459ad1
Merge pull request #1818 from jellyfin/EraYaN-ci-web-clone-fix
...
Fix SourceBranch -> SourceBranchName in git clone for Web UI
5 years ago
Andrew Rabert
fd1bdad0e2
Ignore exception when attempting to kill ffmpeg that has exited
...
A race condition where this code attempts to kill an already exited
ffmpeg process is possible. This results in unnecessary error logging.
This change replaces the generic exception handling with the above
mentioned exception. No log output is produced.
5 years ago
Erwin de Haan
b2ba3a5922
Fix SourceBranch -> SourceBranchName in git clone for Web UI
5 years ago
Joshua M. Boniface
749023bf02
Merge pull request #1811 from joshuaboniface/fix-listen
...
Configure Kestrel listener to use configured IPs
5 years ago
Joshua M. Boniface
dcc8c7b92a
Merge pull request #1808 from joshuaboniface/fix-amf-win
...
Change Win32 AMF flag to d3d11va
5 years ago
Joshua M. Boniface
f63d591b08
Merge pull request #1817 from joshuaboniface/change-pragma-mode
...
Change PRAGMA mode from WAL to TRUNCATE
5 years ago
Joshua Boniface
387192610f
Handle Kestrel startup failures with a nice error
5 years ago
Joshua M. Boniface
9aec21f6b5
Nicer link format for comment
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
e183a14933
Merge pull request #1814 from Bond-009/ffmpeg_fix
...
Fix ffmpeg version check for unknown versions
5 years ago
Joshua Boniface
72edf5b555
Change PRAGMA mode from WAL to TRUNCATE
5 years ago
Joshua Boniface
7fd75bf071
Change Win32 AMF flag to d3d11va for Windows 8+
5 years ago
Joshua M. Boniface
d64005df40
Merge pull request #1812 from dkanada/settings
...
Avoid editing preferences without user interaction
5 years ago
Joshua M. Boniface
c523e576c4
Merge pull request #1815 from Bond-009/fix_tests
...
Fix tests
5 years ago
Bond_009
d1a6e8c99e
Fix tests
5 years ago
Bond_009
3e1aab6b29
Fix ffmpeg version check for unknown versions
5 years ago
dkanada
7a88e7fa34
avoid editing preferences without user interaction
5 years ago
Joshua Boniface
cabb9aed31
Configure Kestrel listener to use configured IPs
5 years ago
Joshua M. Boniface
61f2c41b76
Recursively zip Windows packages ( #1809 )
...
Without -r the directory is not properly zipped up.
5 years ago