I love my Synology NAS, however one of its flaws is it creates these @eaDir directories that while in most cases are hidden, show up in XBMC when you connect using NFS. To avoid this issue; create a file ' advancedsettings.xml' in .xbmc/userdata folder with the following content.
<advancedsettings>
<video><advancedsettings>
<excludefromscan>
<regexp>@eaDir</regexp><regexp>@EADIR</regexp></excludefromscan>
<excludefromlisting><regexp>@eaDir</regexp><regexp>@EADIR</regexp></excludefromlisting></video>
<audio>
<excludefromscan><regexp>@eaDir</regexp><regexp>@EADIR</regexp></excludefromscan><excludefromlisting><regexp>@eaDir</regexp><regexp>@EADIR</regexp></excludefromlisting></audio>
</advancedsettings>
Source: XBMCfreak
If I use advancedsettings.xml for mysql purposes, can I just add the entry at the bottom of that xml code?
ReplyDeleteAs do I. simply add that code after 'musicdatabase' and before the last tag for 'advancedsettings'.
DeleteWorks great. the Eadir folder was bugging me. Thanks for this tip.
ReplyDeleteYou're welcome. You can even stop those folders from appearing in your photos too. http://xbmcnut.blogspot.co.nz/2013/04/remove-those-eadir-folders-from-your.html
Delete