* If you have problems where DLNA cannot see some files, it may be due to some ownership/permissions issues. You can do this (change the path and USERNAME accordingly):
<blockquote>{{Code| cd /var/hda/files/movies && chown -R USERNAME:users *}}</blockquote>
'''NOTE:'''<br> Some Amahi applications that share the same media files require specific ownership/permissions to media directories and files.
In the case of Fedora the following could apply:
<blockquote>{{Code| cd /var/hda/files/ chown -vR apache:users movies chmod -vR 775 * cd movies chmod -vR 775 *}}</blockquote>
==== DLNA Not Running After Boot-Up ====