aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-28Bump version to 10.2.2v10.2.2Joshua Boniface
2019-02-28Merge pull request #992 from joshuaboniface/armhf-debianAnthony Lavado
Add Debian armhf (Rasberry Pi) build plus crossbuild
2019-02-28Merge pull request #1017 from nvllsvm/dockerffmpegVasily
Set ffmpeg+ffprobe paths in Docker container
2019-02-27Set ffmpeg+ffprobe paths in Docker containerAndrew Rabert
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.
2019-02-27Merge pull request #991 from joshuaboniface/ffmpeg-compatAndrew Rabert
Fix the ffmpeg compatibility
2019-02-25Merge pull request #998 from cvium/enableraisingevents_default_trueVasily
Set EnableRaisingEvents to true for processes that require it
2019-02-25Merge pull request #979 from Wuerfelbecher/release-disable-debugVasily
Build Package releases without debug turned on
2019-02-25Fix the ffmpeg compatibilityJoshua Boniface
Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package.
2019-02-24Disable documentation and debug in buildJoshua Boniface
2019-02-24Set EnableRaisingEvents to true for processes that require itClaus Vium
2019-02-24Fix slow local image validation (#990)Claus Vium
* Check for local image directory existence to avoid tons of exceptions
2019-02-24Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuildBond-009
Release 10.2.z copr autobuild
2019-02-24use common.build.sh for docker image buildsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-23Merge pull request #964 from jellyfin/fedora-runtimeJoshua M. Boniface
Install the dotnet runtime package in Fedora build
2019-02-23Add Debian armhf (Rasberry Pi) build plus crossbuildJoshua Boniface
2019-02-22Merge pull request #975 from cvium/release-10.2.zBond-009
Update submodule
2019-02-21Update submoduleClaus Vium
2019-02-21Merge pull request #967 from brianjmurrell/dotnet-runtimeVasily
dotnet-runtime is needed on Fedora now
2019-02-21COPR auto buildingBrian J. Murrell
This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases.
2019-02-21dotnet-runtime is needed in Fedora RPM build alsoBrian J. Murrell
2019-02-20Install the dotnet runtime tooJoshua Boniface
This is needed since /usr/bin/dotnet doesn't exist in the SDK package for whatever reason as of Feb 18 2019.
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-20Merge pull request #960 from nvllsvm/dockAndrew Rabert
Use jellyfin/ffmpeg image
2019-02-20Use jellyfin/ffmpeg imageAndrew Rabert
2019-02-19Merge pull request #948 from cvium/revert_movie_matchingBond-009
Revert movie matching
2019-02-19Check for whitespaceClaus Vium
2019-02-19Remove limit commentClaus Vium
2019-02-19Remove arbitrary limit and minor style fixesClaus Vium
2019-02-19Revert "Change multi version logic for movies"Claus Vium
This reverts commit a4055779f6c824cc0289dfb4f77dc094f2de850a.
2019-02-19Revert "Remove unnecessary ToList"Claus Vium
This reverts commit 42abb5a9931806a2ae1cedd433144ebf82768a0d.
2019-02-19Revert "Add Year to the new VideoInfo"Claus Vium
This reverts commit 05ad2e9b3f5209d9e7ff9949d8c20cd8ef7062b6.
2019-02-19Revert "Merge pull request #924 from cvium/fix_movie_matching"Claus Vium
This reverts commit f274d024ceaacc23f0a30697aab8c0dfb05c402c, reversing changes made to 4b4399fba6df3368ab04e78acd2dd08873e4f07b.
2019-02-19Revert "Merge pull request #933 from cvium/fix_movie_matching_again"Claus Vium
This reverts commit 77d4fec6eb75b9b26a24e0678c7a75d8decb2e29, reversing changes made to f274d024ceaacc23f0a30697aab8c0dfb05c402c.
2019-02-18Merge pull request #933 from cvium/fix_movie_matching_againBond-009
Semi-revert to prefer old movie grouping behaviour
2019-02-18Minor style fixesClaus Vium
2019-02-18Semi-revert to prefer old movie grouping behaviourClaus Vium
2019-02-18Merge pull request #924 from cvium/fix_movie_matchingVasily
Use the movie name instead of folder name
2019-02-17Use the movie name instead of folder nameClaus Vium
2019-02-16Merge pull request #920 from nvllsvm/dockolate_icetainerAndrew Rabert
Fix cachedir missing from Docker container
2019-02-16Fix cachedir missing from Docker containerAndrew Rabert
Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed.
2019-02-16Bump release version for last-minute PRsv10.2.0Joshua Boniface
2019-02-16Merge pull request #899 from AThomsen/bugfix/dlna_name_race_conditionBond-009
DLNA: Fix race condition leading to missing device names
2019-02-16Merge pull request #910 from nvllsvm/make_it_soAndrew Rabert
Enhance Dockerfiles
2019-02-16Merge pull request #911 from nvllsvm/hooked_on_phonicsAndrew Rabert
Checkout submodules in Docker Hub hook
2019-02-16Checkout submodules in Docker Hub hookAndrew Rabert
2019-02-16Enhance DockerfilesAndrew Rabert
* Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting
2019-02-16Merge pull request #909 from n8225/dockerBuildsAndrew Rabert
Fix docker arm builds
2019-02-15Fix docker arm buildsn8225
2019-02-15Update submodule to 10.2.0 releaseJoshua Boniface