Yes. p7zip, there is in the system tools but I want to run it independenly from kodi.
Compile finished now I need to add the necessary files into the system image. What should I do?
Yes. p7zip, there is in the system tools but I want to run it independenly from kodi.
Compile finished now I need to add the necessary files into the system image. What should I do?
I tried changing it, makefile.linux_amd64 -> makefile.linux_cross_aarch64
Finished without error. Now how to add in system image? ( for /usr/bin )
I don't know because I've never done it before.
Hi everyone,
I want opening .7z file in my libreelec_v9. I created package/7zip/package.mk but didn't compile. What should I do?
package.mk;
PKG_NAME="7zip"
PKG_VERSION="16.02"
PKG_SITE="https://github.com/btolab/p7zip"
PKG_URL="https://github.com/btolab/p7zip/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain zlib"
PKG_LONGDESC="7zip Archive manager"
PKG_TOOLCHAIN="cmake-make"
I did find. I chanced some lines in (kodipackage)/xbmc/windows/GUIWindowFileManager.cpp
Someone wrote a note on line 629, I didn't do anything about it. Only I did disable lines 514-529. It's working.
if (strDirectory.empty())
{
CFileItemPtr pItem(new CFileItem("special://profile/", true));
pItem->SetLabel(g_localizeStrings.Get(20070));
pItem->SetArt("thumb", "DefaultFolder.png");
pItem->SetLabelPreformatted(true);
m_vecItems[iList]->Add(pItem);
#ifdef TARGET_DARWIN_IOS
CFileItemPtr iItem(new CFileItem("special://envhome/Documents/Inbox", true));
iItem->SetLabel("Inbox");
iItem->SetArt("thumb", "DefaultFolder.png");
iItem->SetLabelPreformatted(true);
m_vecItems[iList]->Add(iItem);
#endif
}
It is sad. I think about kodi code like you. So I browsing kodi package file system but counldn't find yet. Thank you for answer.
Thank you chewitt.
I changed "packages/mediacenter/kodi/scripts/kodi-config" and "packages/mediacenter/kodi/package.mk" and added myself profiles.xml. It's great working.
Now I have new a question.
I want hiding "Profile Directory" selection in the File manager. I didn't do it.
Thanks everyone.
Hi everyone,
I am compiling successfuly Libreelec v9 for s905 device. But I want to set default profile setting (profiles.xml) myself.
The structure normally does not contain the profiles.xml file. Generating when Kodi starts.
I tried change package kodi files and add manual profiles.xml but completed profiles.xml file is empty
When system run on device auto generate standard new profiles.xml file with kodi starts.
I waiting your helps. Thanks everyone.
Hi all,
I need IR receiver support for orangepi PC. Can you help with this situation?
Thank you.