Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a968913e9f855a99435c7506431a5ec3d3ba1f87 You should set ROOT_URL correctly, otherwise the web may not work correctly.

CentOS Build fails since it has no Recommends: tag

Signed-off-by: Thomas Büttner <thomas@tartaros.tech>
pull/702/head
Thomas Büttner 6 years ago
parent a2c1ec0de3
commit a968913e9f

@ -21,6 +21,7 @@ Use `install -D -m 0600 -o root -g root /usr/share/jellyfin/jellyfin-sudoers /et
Finally uncomment JELLYFIN_RESTART_OPT in /etc/sysconfig/jellyfin and restart the service.
## Database patching
You may need to install sqlite since CentOS has no `Recommends:` with `yum install sqlite`.
To fix the paths in the emby database for a migration to jellyfin run the script:
```shell
/usr/share/jellyfin/update-db-paths.sh <path-to-library.db> <path-to-emby-data> <path-to-jellyfin-data>

@ -33,7 +33,7 @@ BuildRequires: dotnet-sdk-2.2
Requires: ffmpeg
# For the update-db-paths.sh script to fix emby paths to jellyfin
Recommends: sqlite
%{?fedora:Recommends: sqlite}
# Fedora has openssl1.1 which is incompatible with dotnet
%{?fedora:Requires: compat-openssl10}

Loading…
Cancel
Save