Files don’t show up in my Media Library. How to fix it?
最后修订日期:
2020-09-04
You may have a problem that after adding multimedia folders, their contents will not show up in multimedia applications. This may be caused by a corrupted media library database.
Below is a method of manually fixing it.
- Log in to your NAS with SSH
- Find out your system volume path
- Execute the commands below to backup and reset the media library. You may need to modify the .system folder path according to the result of step 2.
# /etc/init.d/StartMediaService.sh stop
# /etc/init.d/mariadb.sh stop
# mv /share/CACHEDEV1_DATA/.system /share/CACHEDEV1_DATA/.system_old
# /etc/init.d/mariadb.sh start
# /etc/init.d/StartMediaService.sh start
Your media library should now be working correctly, but if this didn’t fix the issue for you, please feel free to get in touch with us!