Search Criteria
Package Base Details: jellyfin
Git Clone URL: | https://aur.archlinux.org/jellyfin.git (read-only, click to copy) |
---|---|
Submitter: | z3ntu |
Maintainer: | z3ntu |
Last Packager: | z3ntu |
Votes: | 56 |
Popularity: | 5.13 |
First Submitted: | 2019-01-09 16:59 |
Last Updated: | 2020-11-05 07:36 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
z3ntu commented on 2020-04-09 15:42
@GaaH:
rm -rf src/ pkg/
? Jellyfin builds fine in a clean chroot so you can always use that.GaaH commented on 2020-04-09 14:44
I have an error (see below) when I try to update the package.
GHammer commented on 2020-04-03 15:31
This left items in the build directory and will not schedule recordings likely due to that.
[2020-04-03 11:18:47.558 -04:00] [ERR] [11] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request System.ArgumentNullException: Value cannot be null. (Parameter 'mimeType') at MediaBrowser.Providers.Manager.ImageSaver.SaveImage(BaseItem item, Stream source, String mimeType, ImageType type, Nullable
1 imageIndex, Nullable
1 saveLocallyWithMedia, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.SaveImage(BaseItem item, String url, ImageType type, Nullable1 imageIndex, CancellationToken cancellationToken) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/MediaBrowser.Providers/Manager/ProviderManager.cs:line 171 at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/Emby.Server.Implementations/Library/LibraryManager.cs:line 2825 at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/Emby.Drawing/ImageProcessor.cs:line 225 at MediaBrowser.Api.Images.ImageService.GetImageResult(BaseItem item, Guid itemId, ImageRequest request, ItemImageInfo image, Boolean cropwhitespace, IReadOnlyCollection
1 supportedFormats, Nullable1 cacheDuration, IDictionary
2 headers, Boolean isHeadRequest) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/MediaBrowser.Api/Images/ImageService.cs:line 646 at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/Emby.Server.Implementations/Services/ServiceExec.cs:line 139 at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IRequest httpReq, HttpResponse httpRes, ILogger logger, CancellationToken cancellationToken) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/Emby.Server.Implementations/Services/ServiceHandler.cs:line 80 at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken) in /var/tmp/pamac-build-gary/jellyfin/src/jellyfin-10.5.2/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs:line 553erkexzcx commented on 2020-03-25 10:35
Feel free to use
jellyfin-bin
ye'all.Abzie commented on 2020-03-25 10:32
10.5.2 released 2 days ago: https://github.com/jellyfin/jellyfin/releases/tag/v10.5.2
IncredibleLaser commented on 2020-03-16 09:24
It doesn't build here:
It seems git is required to build this, but it's not listed as a makedepends.
stiw47 commented on 2020-03-11 14:23
@user110: Thanks for reply. Anyway, with
sudo pacman -Qm | egrep "dotnet|aspnet"
I got nothing.Following I got with
pacman -Q | egrep "dotnet|aspnet"
Now starting a part I don't understand :) I force removed
dotnet-runtime-2.2 2.2.7.sdk109-1
anddotnet-sdk-2.2 2.2.7.sdk109-1
, but this was broke Emby (I have Emby up and running on same machine)As I said, now I have broken Emby - service failed to start. I simple done
sudo pacman -S dotnet-runtime-2.2
and voila - both Jellyfin and Emby are working now.Thanks once again.
user110 commented on 2020-03-11 10:34
@stiw47 check installed versions of dotnet- and aspnet-
sudo pacman -Qm | egrep "dotnet|aspnet"
. It should be the same. If you have say dotnet-runtime-3.1 and dotnet-runtime-3.0 remove the latter. Do it for any other packages (older packages) and leave only new one.stiw47 commented on 2020-03-09 09:36
Hi,
My build was successful and, actually, it was upgrade 10.4.3-2 -> 10.5.0-1 It was done with yay, and btw, 10.4.3-2 was also installed/upgraded with yay from version before, and so on....
After successful build and install, I done 'sudo systemctl restart jellyfin' and got following:
I tried to googling in order to solve problem, but didn't found anything useful. I think I have no enough knowledge for this, any help is appreciated. I would provide any additional needed info, thanks in advance.
cobol72 commented on 2020-02-23 18:57
I had build issues as well but, as @doctorzeus suggested, I added
dotnet-sdk
to themakedepends
in addition todotnet-sdk-2.2
and it worked fine. No idea why this is the case but I agree that it should be added.