Add comment about need to have sources.xml and passwords.xml set-up

This commit is contained in:
croneter 2019-01-28 09:23:10 +01:00
parent 25aacc8495
commit 4be8b3da9b

View file

@ -9,6 +9,10 @@ Unfortunatly, working with filenames and paths seems to require an encoding in
the OS' getfilesystemencoding - it will NOT always work with unicode paths. the OS' getfilesystemencoding - it will NOT always work with unicode paths.
However, sys.getfilesystemencoding might return None. However, sys.getfilesystemencoding might return None.
Feed unicode to all the functions below and you're fine. Feed unicode to all the functions below and you're fine.
WARNING: os.path won't really work with smb paths (possibly others). For
xbmcvfs functions to work with smb paths, they need to be both in passwords.xml
as well as sources.xml
""" """
from __future__ import absolute_import, division, unicode_literals from __future__ import absolute_import, division, unicode_literals
import shutil import shutil