Please help me with a python line to get Kodi to find the path USB storage on android
#1
Please please help, I just want Kodi to save to the USB storage without needing to put in the Disk ID (4177-1A15).  I've tried usbdisk, sdcard0, sdcard1... nothing works beyond manually adding the Disk ID.

        self.temp_cache_root_name = '/storage/4177-1A15/Android/data/org.xbmc.kodi'
        self.temp_cache_folder_name = 'Games'

    def get_temp_cache_path(self):
        current_path = os.path.join(self.temp_cache_root_name,self.temp_cache_folder_name)
Reply


Messages In This Thread
Please help me with a python line to get Kodi to find the path USB storage on android - by daniel.delillo - 2021-02-24, 01:39
Logout Mark Read Team Forum Stats Members Help
Please help me with a python line to get Kodi to find the path USB storage on android0