Joshua M. Boniface
8a53b60912
Merge pull request #947 from EraYaN/azure-pipelines
...
Add Azure Pipelines YAML
6 years ago
Vasily
a4b52b7264
Merge pull request #844 from ploughpuff/ffmpeg
...
Reworked FFmpeg path discovery and always display to user
6 years ago
Vasily
5ae0ef0527
Merge pull request #1028 from Bond-009/ratings
...
Simplify rating loading
6 years ago
Joshua M. Boniface
276428878e
Merge pull request #1051 from joshuaboniface/build-improvements
...
Build improvements for wrapping infrastructure
6 years ago
Bond-009
04db0369d4
Update LocalizationManager.cs
6 years ago
Joshua Boniface
4ef7eda593
Copy install script from new location
6 years ago
Vasily
2242c8d793
Merge pull request #915 from cvium/remove_encryptionmanager
...
Remove IEncryptionManager
6 years ago
Joshua Boniface
bf9f342c13
Add build.yaml for parent build infrastructure
6 years ago
Joshua Boniface
a994edda04
Allow complete ignoring of submodule
...
Used by the parent build infrastructure
6 years ago
Joshua Boniface
9f6bca3658
Put output into bin instead of jellyfin-build
6 years ago
PloughPuff
2617a49b78
Renamed Init() to SetFFmpegPath()
6 years ago
PloughPuff
656bffbbb2
Remove --ffprobe logic
6 years ago
PloughPuff
8104e739d5
Address review comments from Bond
6 years ago
PloughPuff
632968dc81
Added self to contributors
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
Erwin de Haan
942c400c19
Update README with Azure Pipelines status badge
6 years ago
Joshua M. Boniface
5587dd8bfb
Merge pull request #900 from ploughpuff/validator
...
Implement proper FFmpeg version checking
6 years ago
Bond-009
8d1fc3f984
Merge pull request #1043 from thornbill/update-colors
...
Update image overlays to use Jellyfin blue
6 years ago
Bill Thornton
41df94115f
Update image overlays to use Jellyfin blue
6 years ago
Bond-009
0419deeec4
Update LocalizationManager.cs
6 years ago
Joshua M. Boniface
aba22b92bc
Merge pull request #735 from Bond-009/loop
...
Readability changes
6 years ago
Daniel Widrick
5982cdad90
Implement SxxExx EpisodeNum Processing ( #1009 )
...
**Changes**
Implement and use SxxExx Episode numbering system from guide data if available.
**Issues**
Fixes #1008
6 years ago
Bond-009
c328417d29
Merge pull request #1030 from jellyfin/release-10.2.z
...
Backmerge for 10.2.2
6 years ago
Bond-009
c4192f9f8b
Merge pull request #1032 from Lynxy/master
...
Correct the list of series types
6 years ago
Lynxy
5368112d90
Correct the list of series types
6 years ago
Bond-009
ed07ed44ae
Simplify rating loading
6 years ago
Bond-009
9993dafe54
Don't mix LINQ and roreach loops for readability
6 years ago
Andrew Rabert
65403747df
Merge pull request #1025 from jellyfin/justadep
...
Treat jellyfin-web as just another dependency for Docker builds
6 years ago
Bond-009
594b271383
Merge pull request #1024 from jellyfin/release-10.2.z
...
Backmerge for 10.2.2
6 years ago
Andrew Rabert
27f9981142
Treat jellyfin-web as just another dependency for Docker builds
6 years ago
Joshua Boniface
58e5931a32
Bump version to 10.2.2
6 years ago
Bond-009
02041fa6f4
Merge pull request #1020 from Lynxy/master
...
Do not allow new users to delete content by default
6 years ago
Anthony Lavado
fcd299965d
Merge pull request #992 from joshuaboniface/armhf-debian
...
Add Debian armhf (Rasberry Pi) build plus crossbuild
6 years ago
Vasily
79d5a53aea
Merge pull request #1018 from fasheng/fix-dlna-rmvb
...
Fix rmvb video can not play under DLNA
6 years ago
Vasily
f1086a72bf
Improve logic when determining return value
...
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
6 years ago
Xu Fasheng
95d001a053
Update CONTRIBUTORS.md
6 years ago
Vasily
b7fd68d366
Merge pull request #1017 from nvllsvm/dockerffmpeg
...
Set ffmpeg+ffprobe paths in Docker container
6 years ago
The Lynxy
c84729a4f4
Do not allow new users to delete content by default
6 years ago
Xu Fasheng
4951ec9814
Fix rmvb video can not play under DLNA
...
Or will report "Could not find handler for /videos/xxx/stream.rm" error
in server side.
Test OK with Kodi and gupnp-tools.
6 years ago
Andrew Rabert
1d1e6dede9
Set ffmpeg+ffprobe paths in Docker container
...
Will always ensure containers use correct path.
Yes - the arm images have a different path than the amd64 one. This is
caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the
others use ffmpeg from their distro's repos.
6 years ago
Andrew Rabert
f384822aa5
Merge pull request #991 from joshuaboniface/ffmpeg-compat
...
Fix the ffmpeg compatibility
6 years ago
PloughPuff
7668ecf9c9
Use Version Class to ease comparisons
6 years ago
Vasily
3769453541
Merge pull request #978 from fasheng/fix-dlna-multiple-interfaces
...
Fix DLNA for multiple interfaces on linux
6 years ago
Vasily
8c2af50170
Merge pull request #1011 from Bond-009/order
...
Don't try to order the response the same as the request
6 years ago
Xu Fasheng
7429c07c05
Remove redundant parenthesis
6 years ago
Joshua M. Boniface
9651a78b0c
Merge pull request #977 from Lynxy/genpts
...
Always set ffmpeg flag +genpts when video stream is being copied
6 years ago
Joshua M. Boniface
9eba31185a
Merge pull request #959 from Bond-009/string
...
Reduce string allocations at startup
6 years ago
Joshua M. Boniface
aea7edf0fa
Merge pull request #891 from Bond-009/postsan
...
Reduce the amount of db calls during the post scan event
6 years ago
Joshua M. Boniface
42d4834f63
Merge pull request #849 from Bond-009/span
...
Less string allocations
6 years ago