Add a directory for boxarts, and share it with samba

This commit is contained in:
Jean-André Santoni 2015-11-24 22:59:57 +01:00
parent 8fa94f618d
commit 3c89451110
3 changed files with 10 additions and 0 deletions

View File

@ -135,6 +135,7 @@ makeinstall_target() {
# Menu
sed -i -e "s/# menu_core_enable = true/menu_core_enable = false/" $INSTALL/etc/retroarch.cfg
sed -i -e "s/# boxarts_directory =/boxarts_directory = \/storage\/boxarts/" $INSTALL/etc/retroarch.cfg
# Playlists
echo "playlist_names = \"$RA_PLAYLIST_NAMES\"" >> $INSTALL/etc/retroarch.cfg

View File

@ -27,3 +27,4 @@ d /storage/shaders 0777 root root - -
d /storage/joypads 0777 root root - -
d /storage/remappings 0777 root root - -
d /storage/database 0777 root root - -
d /storage/boxarts 0777 root root - -

View File

@ -156,3 +156,11 @@
public = yes
writable = yes
root preexec = mkdir -p /storage/database/cht
[Boxarts]
path = /storage/boxarts
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage/boxarts