Kodi Community Forum

Full Version: Hide Second AutoMount Root Drive From File List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could not find a simile explanation fix for this
2nd interrnal hard drive added was detected and listed under files list. I wanted it gone.

*****created advancedsettings.xml under /storage/.kodi/userdata (openelec) addigng the lines

<advancedsettings>
<video>
<excludefromscan>
<regexp>(.*sdb1-ata-.*)</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>(.*sdb1-ata-.*)</regexp>
</excludefromlisting>
</video>
<audio>
<excludefromscan>
<regexp>(.*sdb1-ata-.*)</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>(.*sdb1-ata-.*)</regexp>
</excludefromlisting>
</audio>
</advancedsettings>

*******created a couple symbolic links to the drive folders under storage

ln -s /var/media/DRIVE_IDENTIFIER /storage/FOLDER_NAME_1
ln -s /var/media/DRIVE_IDENTIFIER /storage/FOLDER_NAME_2

*******added my sources pointing to /storage/FOLDER_NAME_1 and /storage/FOLDER_NAME_2

*****additionally to get the xbox dvd dongle wired for usb to work properly had to add a downloaded lirc "Xbox DVD Remote" conf to /storage/.config as lircd.conf, the included conf caused remote keypress delay, universal remote programmed to RCA works for the Xbox DVD Dongle