You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to Kodi to use my external hard drive mounted at "/run/media/bastianilso/harddrive" as media source, but it seems that this path is not accessible from the Flatpak.
What is the right way to address this issue in the long run? Does Kodi need to implement a portal here? Or is it on the Flatpak manifest permission side of things?
is there a temporary Flatpak CLI command workaround that can be used to make my external harddrive accessible (punching a hole in the sandbox) for now?
The text was updated successfully, but these errors were encountered:
is there a temporary Flatpak CLI command workaround that can be used to make my external harddrive accessible (punching a hole in the sandbox) for now?
I found an answer to this now. flatpak override --user --filesystem=/path/to/your/harddisk/ tv.kodi.Kodi
Hi,
I want to Kodi to use my external hard drive mounted at "/run/media/bastianilso/harddrive" as media source, but it seems that this path is not accessible from the Flatpak.
What is the right way to address this issue in the long run? Does Kodi need to implement a portal here? Or is it on the Flatpak manifest permission side of things?
is there a temporary Flatpak CLI command workaround that can be used to make my external harddrive accessible (punching a hole in the sandbox) for now?
The text was updated successfully, but these errors were encountered: