2021-02-05, 18:54
(2021-02-05, 18:24)LongMan Wrote: Is it ok for me to add these links to the Wiki?No, the online storage does not have enough bandwidth. We need to mirror it somewhere else. And we should check the build before. It seems that the Media Sources settings menu entry is missing.
(2021-02-05, 18:24)LongMan Wrote: Could you share how to get from vanilla to MediaImport
Sure. Just adjust the variables 'PKG_VERSION', 'PKG_SHA256' and 'PKG_URL' in 'packages/mediacenter/kodi/package.mk'. Mine looks like this:
cpp:
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright © 2009-2016 Stephan Raue ([email protected])
# Copyright © 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
#PKG_VERSION="bb88e5e1db54844bc27befc7014c8118ae5ca275"
#PKG_SHA256="b00e0c2152f52207959fad087ed0ed5fd2ac1afda95ae56f83e406d1ec028ad9"
PKG_VERSION="3c57403e3c4519e2553874f193ecc1a7830e3844" #beta2
PKG_SHA256="44023b5203f1a7e244edcd5f5dd2fdabc94cd19654a74a94c6c78378aa1f3a93"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
#PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
PKG_URL="https://github.com/Montellese/xbmc/archive/${PKG_VERSION}.tar.gz"
[...]