Vasily
2f6879e869
Add limiting max keyframe interval when full transcoding
5 years ago
Vasily
986ea5c636
Fix log message - log args were swapped
5 years ago
Vasily
3740228100
Don't start waiting for a segment which doesn't exist if transcoding is not running
5 years ago
Vasily
7aea9266d0
Stop waiting for a segment to become ready if there's no alive transcode
...
Remove extra quotes in logging
Fix typo in comment
5 years ago
Vasily
c1f9107b8b
Add more logging
...
Trying to fix hls muxer plus ffmpeg 4.1+ combo
Try to fix waiting for segment being ready
This is needed because hls muxer in ffmpeg >= 4.1 creates the
playlist only when it finishes transcoding.
Also cleaned up logs a bit.
Lower log level for "StartFfmpeg finished" to debug
5 years ago
Vasily
6746f708f2
Revert "Revert "Fix premature stop when streaming""
...
This reverts commit 575b96d03a
.
5 years ago
schbal
c9851db4c7
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Axel Gabriel Calle Granda
aa5cd46b6c
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
5 years ago
Marius Lindvall
510c2d01c7
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
5 years ago
Anthony Lavado
05fb84ba22
Make service setup an optional component, remove setuptype page config for now
5 years ago
Anthony Lavado
04c4ad731e
Begin to add setup type dialog
5 years ago
Anthony Lavado
c8ffa2fb1d
Set service install default to no
5 years ago
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
5 years ago
Bond_009
516933aab5
Move to netcore3.0
5 years ago
Bond-009
d64b43286e
Delete Doxyfile ( #1879 )
5 years ago
Narfinger
45f906c556
added a couple more tests
5 years ago
Vasily
79f9887625
Merge pull request #1854 from Bond-009/json
...
Use System.Text.Json api for databases
5 years ago
Vasily
c6cb4b7cf8
Merge pull request #1840 from Bond-009/ruleset
...
Ignore warning CA1308 and SA1108
5 years ago
Vasily
094852ce30
Merge pull request #1861 from joshuaboniface/fix-centos-build
...
Use NVM to install nodejs v8 and yarn for CentOS
5 years ago
schbal
697450a619
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Narfinger
8da012c8c5
add tests for Emby.Naming/TV/EpisodePathParser.cs
...
This should in the future help to detect working and non working name matchings
5 years ago
Joshua M. Boniface
b7586335a6
Merge pull request #1872 from thornbill/translate-badge
...
Update translate badge in README
5 years ago
Vasily
1176749f14
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
...
Fix inconsistent BaseUrl behavior
5 years ago
Bill Thornton
5437434339
Update translate badge in README
5 years ago
Bond_009
9d4ce82ab9
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
...
Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
5 years ago
Joshua Boniface
345a14ff55
Use value instead of assigning baseUrl first
5 years ago
Joshua Boniface
b10e06ff45
Fix spacing issues
5 years ago
Bond-009
d8d2e52e3f
Merge pull request #1870 from JustAMan/fix-http-ex1
...
Fix exception when handling error, log errors better
5 years ago
Joshua Boniface
b96079fee6
Make NormalizeUrlPath static
5 years ago
dkanada
8d7ac291bc
Merge pull request #1855 from Bond-009/stylefixes
...
Minor style fixes
5 years ago
dkanada
0c329736cc
Merge pull request #1853 from Bond-009/startup
...
Log startup time
5 years ago
Vasily
cadfd5bf3f
Merge pull request #1866 from Bond-009/sqlslow
...
Change slow query time logging to debug
5 years ago
Vasily
03450f383f
Fix template for logging
5 years ago
Vasily
8109c7eb30
Always log at least error message when error happens during request processing
5 years ago
Vasily
33b69a7099
Set response length and mime type correctly when reporting an error
5 years ago
Joshua Boniface
2a79ae0a6e
Normalize baseUrl behaviour
...
Fully normalizes the baseUrl behaviour to better match how this sort of
feature works in other programs.
1. The baseUrl is always appended to paths, even the built-in `/emby`
and `/mediabrowser` paths.
2. The baseUrl is set statically at class instance creation, to ensure
it persists through changes until the next restart.
3. Configuration is normalized using a function when set, to ensure it's
in a standard `/mypath` format with leading `/`.
4. Cleans up the conditionals around default redirects. For sanity after
changing the URL, it will match *any* path that doesn't match the
current baseUrl and redirect it back to the main page (with baseUrl).
5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +`
string manipulations which are unclean - we should always have a leading
slash.
6. Sets the default baseUrl to an empty string to avoid unexpected
behaviour, though this would be worked-around automatically.
7. Adds some debug logs whenever a URL is normalized, to help track down
issues with this code (if any arise).
5 years ago
Bond_009
ac93a5a85c
Change slow query time logging to debug
5 years ago
Bond_009
e553eba31e
Use System.Text.Json api
5 years ago
Vasily
531642fc53
Improve gitattributes for images
5 years ago
Vasily
aa9d7d7f04
Merge pull request #1862 from joshuaboniface/bump-version
...
Fix bump_version for submodule removal
5 years ago
Joshua Boniface
f20555bf4a
Use NVM to install nodejs v8 and yarn
...
Prevents failure of the installation of jellyfin-web dependencies due
to the NodeJS version in EPEL being too old. v8 might be a little
conservative but is the earliest compatible version. Instead of using
their repo to install Yarn, use the new nvm binary to install Yarn, thus
forcing it to use the updated NodeJS version.
5 years ago
Joshua Boniface
3fc71731a3
Remove jellyfin-web submodule from bump_version
5 years ago
Joshua Boniface
218015063b
Port former create_tarball into COPR Makefile
...
This script was removed in #1793 ; instead of restoring it, instead
implement its functionality directly in the COPR Makefile.
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