Search Criteria
Package Details: jellyfin-web-git 10.12.0.r28174.738d475-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jellyfin-git.git (read-only, click to copy) |
|---|---|
| Package Base: | jellyfin-git |
| Description: | Jellyfin web client |
| Upstream URL: | https://jellyfin.org |
| Licenses: | GPL2 |
| Conflicts: | jellyfin-web |
| Provides: | jellyfin-web |
| Submitter: | z3ntu |
| Maintainer: | Big-B |
| Last Packager: | Big-B |
| Votes: | 21 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-12-11 16:45 (UTC) |
| Last Updated: | 2026-01-24 19:22 (UTC) |
Dependencies (3)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Required by (2)
- jellyfin-git
- jellyfin-server-bin (requires jellyfin-web) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
knighthead commented on 2019-02-01 04:48 (UTC) (edited on 2019-02-05 22:21 (UTC) by knighthead)
/usr/lib/systemd/system/jellyfin.service
[Unit]
Description=Jellyfin Media Server
After=network.target
[Service]
User=jellyfin
EnvironmentFile=/etc/conf.d/jellyfin
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll -programdata ${JELLYFIN_DATA} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20
[Install]
WantedBy=multi-user.target
/etc/systemd/system/jellyfin.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll --service --logdir ${JELLYFIN_LOGDIR} --configdir ${JELLYFINCONFIGDIR} --cachedir ${JELLYFIN_CACHEDIR} --datadir ${JELLYFIN_DATADIR} ${JELLYFIN_ADD_OPTS}
/etc/conf.d/jellyfin
JELLYFIN_DATADIR="/var/lib/jellyfin"
JELLYFIN_LOGDIR=/var/lib/jellyfin/logs
JELLYFINCONFIGDIR=/var/lib/jellyfin/config
JELLYFIN_CACHEDIR=/var/lib/jellyfin/cache
JELLYFIN_ADD_OPTS=""
DOTNET_CLI_HOME="/var/lib/jellyfin"
bobberb commented on 2019-01-26 22:08 (UTC)
Note to those who choose jellyfin-git over jellyfin:
You will have to DL 1.3GB git history because makepkg as it is in the distro will not allow you to pass options for shallow clones.
z3ntu commented on 2019-01-25 06:23 (UTC)
@bobberb: There is a stable package already, see https://aur.archlinux.org/packages/jellyfin/
z3ntu commented on 2019-01-23 16:11 (UTC) (edited on 2019-01-23 16:23 (UTC) by z3ntu)
@bobberb: I disagree because the master branch seems pretty stale until the next release drops, at which point the dev branch is merged onto master - and the main development happens on dev and -git packages are supposed to provide the bleeding edge EDIT: I just got word, that dev will become the master branch soon, so this discussion will be pointless ;)
z3ntu commented on 2019-01-22 15:26 (UTC)
@bobberb: I just rebuilt the package locally and it still builds fine... What's the problem?
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »