Package Details: emby-server-beta 4.9.0.30-1

Git Clone URL: https://aur.archlinux.org/emby-server-beta.git (read-only, click to copy)
Package Base: emby-server-beta
Description: Bring together your videos, music, photos, and live television
Upstream URL: https://emby.media
Keywords: emby htpc media server
Licenses: custom
Conflicts: emby-server
Provides: emby-server
Submitter: nottin
Maintainer: nicolahinssen
Last Packager: nicolahinssen
Votes: 13
Popularity: 0.003285
First Submitted: 2016-07-23 17:42 (UTC)
Last Updated: 2024-08-25 23:32 (UTC)

Dependencies (38)

Required by (2)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »

chowbok commented on 2018-12-10 12:30 (UTC)

The "Restart" value in emby.service should probably be changed from "always" to "on-abnormal". Currently it's not possible to stop Emby from within the admin interface.

Also, can you change "versionof" in emby-server.install to "version of"? I'm sorry, I know it's not a big deal, but it's been bugging me every time I upgrade.

nvllsvm commented on 2018-12-10 05:51 (UTC)

The license of this package needs to be updated to "Custom". Emby is no longer fully open source.

https://github.com/MediaBrowser/Emby/issues/3479

nicolahinssen commented on 2018-12-04 09:51 (UTC)

chowbok: Thanks! Updated.

chowbok commented on 2018-12-04 01:34 (UTC)

Looks like the skia-sharp dependency needs to be changed to skia-sharp60, per this comment by Luke: https://github.com/MediaBrowser/Emby/issues/3484#issuecomment-443443679

nicolahinssen commented on 2018-07-22 09:35 (UTC)

chowbok:

Thanks for the heads up! Changed the dependency to skia-sharp.

chowbok commented on 2018-07-22 09:28 (UTC)

Looks like skia-sharp58 has been removed. I changed the dependency to skia-sharp and upgraded, and it seems to work okay.

nicolahinssen commented on 2018-05-15 19:01 (UTC)

zifnab:

Ah great! That package didn't exist when I checked for the last time. Update will be online in a few mins!

zifnab commented on 2018-05-15 18:44 (UTC) (edited on 2018-05-15 18:57 (UTC) by zifnab)

the aur has this: dotnet-runtime-rc 2.1.0-1 making it a dependency would replace the official community package dotnet-runtime 2.0.7-1 wouldn't it? you can revert the dependencies to "official" package once it upgrades to 2.1.0+

using aurman as an aur helper: aurman -S dotnet-runtime-rc does the job, and the new emby-server starts.

nicolahinssen commented on 2018-05-14 19:22 (UTC) (edited on 2018-05-14 19:22 (UTC) by nicolahinssen)

zifnab:

Yes, I know. I'm currently looking for a solution.

The problem is caused by the "dotnet-runtime" (https://www.archlinux.org/packages/community/x86_64/dotnet-runtime/) package still being on version 2.0.7, while Emby requires .NET Core 2.1 RC1 since 3.4.1.2...

If someone has any possible solution, please let me know!

zifnab commented on 2018-05-14 18:46 (UTC) (edited on 2018-05-14 18:55 (UTC) by zifnab)

3.4.1.4 fails to start. looks like a dependency issue.

'journalctl -xe' output:
"...
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0-rc1' was not found.
..."
'pacman -Qi dotnet-runtime' output: 2.0.7-1
regards.