Package Details: jellyfin-git 10.11.0.r27254.86b81c9-1

Git Clone URL: https://aur.archlinux.org/jellyfin-git.git (read-only, click to copy)
Package Base: jellyfin-git
Description: The Free Software Media System
Upstream URL: https://github.com/jellyfin/jellyfin
Licenses: GPL2
Conflicts: jellyfin
Provides: jellyfin
Submitter: z3ntu
Maintainer: Big-B
Last Packager: Big-B
Votes: 21
Popularity: 0.000004
First Submitted: 2018-12-11 16:45 (UTC)
Last Updated: 2025-04-17 23:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

sudobash418 commented on 2018-12-15 20:56 (UTC)

Build worked without errors, but when starting the service, I got this error:

System.UnauthorizedAccessException: Access to the path '/var/lib/emby/.dotnet' is denied. ---> System.IO.IOException: Permission denied

Symlinking /var/lib/emby to /var/lib/jellyfin fixed the issue (@Matty_r's fix was also needed for it to start)

Matty_r commented on 2018-12-13 21:36 (UTC)

@rerep

I had the same issue - I had to modify the jellyfin.service file, replacing EmbyServer.dll with jellyfin.dll

[Unit] Description=Jellyfin Media Server After=network.target

[Service] User=jellyfin ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll Restart=on-abort TimeoutSec=20

[Install] WantedBy=multi-user.target

Afterwards, I had to also chown of the /var/lib/jellyfin directory to the jellyfin user.

rerep commented on 2018-12-13 17:55 (UTC) (edited on 2018-12-13 17:57 (UTC) by rerep)

Builds fine but starting the service fails. Seems to be something with dotnet?

jellyfin.service - Jellyfin Media Server
Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2018-12-13 16:45:26 CET; 4s ago
Process: 17265 ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/EmbyServer.dll (code=exited, status=1/FAILURE)
Main PID: 17265 (code=exited, status=1/FAILURE)

Dec 13 16:45:26 arch dotnet[17265]: at System.IO.Directory.CreateDirectory(String path)
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.Extensions.EnvironmentAbstractions.DirectoryWrapper.CreateDirectory(String path)
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Configurer.FileSentinel.Create()
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.AddPackageExecutablePath()
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Cli.Program.ConfigureDotNetForFirstTimeUse(INuGetCacheSentinel nugetCacheSentinel, IFirstTimeUseNoticeSentinel firstTimeUseNoticeSentinel, IAspNetCertificateSentinel aspNetCertificateSentinel, IFileSentinel toolPat> Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, ITelemetry telemetryClient)
Dec 13 16:45:26 arch dotnet[17265]: at Microsoft.DotNet.Cli.Program.Main(String[] args)
Dec 13 16:45:26 arch systemd[1]: jellyfin.service: Main process exited, code=exited, status=1/FAILURE
Dec 13 16:45:26 arch systemd[1]: jellyfin.service: Failed with result 'exit-code'.

bobberb commented on 2018-12-13 15:34 (UTC)

Latest pkgbuild with taglib-sharp update is working. Thank you, z3ntu!

CountMurphy commented on 2018-12-12 17:44 (UTC)

built just fine for me ¯_(ツ)_/¯

bobberb commented on 2018-12-12 04:16 (UTC)

MediaBrowser.Controller -> /home/user/.cache/yay/jellyfin-git/src/jellyfin/MediaBrowser.Controller/bin/Release/netcoreapp2.1/MediaBrowser.Controller.dll /opt/dotnet/sdk/2.2.100/Microsoft.Common.CurrentVersion.targets(1879,5): warning : The referenced project '../ThirdParty/taglib-sharp/src/taglib-sharp.csproj' does no t exist. [/home/user/.cache/yay/jellyfin-git/src/jellyfin/Emby.Photos/Emby.Photos.csproj] PhotoProvider.cs(13,7): error CS0246: The type or namespace name 'TagLib' could not be found (are you missing a using directive or an assembly reference?) [/home/user /.cache/yay/jellyfin-git/src/jellyfin/Emby.Photos/Emby.Photos.csproj] PhotoProvider.cs(14,7): error CS0246: The type or namespace name 'TagLib' could not be found (are you missing a using directive or an assembly reference?) [/home/user /.cache/yay/jellyfin-git/src/jellyfin/Emby.Photos/Emby.Photos.csproj] PhotoProvider.cs(15,7): error CS0246: The type or namespace name 'TagLib' could not be found (are you missing a using directive or an assembly reference?) [/home/user /.cache/yay/jellyfin-git/src/jellyfin/Emby.Photos/Emby.Photos.csproj] PhotoProvider.cs(16,7): error CS0246: The type or namespace name 'TagLib' could not be found (are you missing a using directive or an assembly reference?) [/home/user /.cache/yay/jellyfin-git/src/jellyfin/Emby.Photos/Emby.Photos.csproj]

Build error for taglib.