################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) # # OpenELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # OpenELEC is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with OpenELEC. If not, see . ################################################################################ # samba.conf # This configuration file allows you to customize the samba shares # available from your machine [global] server string = LibreELEC browseable = yes writeable = yes printable = no deadtime = 30 mangled names = no name resolve order = host bcast printcap name = /dev/null load printers = no encrypt passwords = true enable core files = no passdb backend = smbpasswd smb encrypt = disabled # samba share options map to guest = Bad User guest account = root security = user # samba tuning options socket options = TCP_NODELAY IPTOS_LOWDELAY min receivefile size = 16384 aio read size = 16384 aio write size = 16384 use sendfile = yes # The following are default values for the master selection process local master = no preferred master = no # domain master = auto # os level = 20 # "strict allocate = yes" breaks large network transfers to external hdd # Force this to "no" in case "yes" becomes the default in future strict allocate = no allocation roundup size = 0 # Using the following configurations as a template allows you to add # writable shares of disks and paths under /storage [Backup] path = /storage/backup available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/backup [Configfiles] path = /storage/.config available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/.config [Downloads] path = /storage/downloads available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/downloads [Picons] path = /storage/picons available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/picons/tvh /storage/picons/vdr [Update] path = /storage/.update available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/.update [Userdata] path = /storage/.kodi/userdata available = yes browsable = yes public = yes writable = yes root preexec = mkdir -p /storage/.kodi/userdata # The following share are deactivated! #[Videos] # path = /storage/videos # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/videos #[Music] # path = /storage/music # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/music #[TV Shows] # path = /storage/tvshows # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/tvshows #[Recordings] # path = /storage/recordings # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/recordings #[Screenshots] # path = /storage/screenshots # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/screenshots #[Pictures] # path = /storage/pictures # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/pictures #[Emulators] # path = /storage/emulators # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/emulators #[Logfiles] # path = /storage/logfiles # available = yes # browsable = yes # public = yes # writable = yes # root preexec = mkdir -p /storage/logfiles # root preexec = createlog