nyala 0 Posted November 1, 2015 Posted November 1, 2015 (edited) Steps taken: - Clean install of CentOS 7 Fix pyton issue: As root I installed & removed following items - yum -y install libtiff libjpeg openjpeg zlib - yum -y install freetype freetype-devel libpng-devel - yum -y install libwebp.so.4 - yum remove libwebp-0.3.0-3.el7.x86_64 Install Emby Server: - yum -y install epel-release - wget http://download.opensuse.org/repositories/home:/emby/CentOS_7/home:emby.repo -O /etc/yum.repos.d/emby.repo - yum install emby-server Add port to firewall: - firewall-cmd --add-port=8096/tcp --permanent - firewall-cmd --reload (Auto)start emby service: - systemctl start emby-server - systemctl enable emby-server Check result: - Open browser to http://vm-with-emby-ip-address:8096 (succes) Failure: Only adding content to libraries fails for exampleMovies\\ip-address-of-nas\Movies Can't access the data on my NAS (Synology)Things I tried: - change password of emby user (what is the default password?) - add user emby with new password to my users on my nas - give user emby read access to my nas Unfortunatly nothing works. What am I missing? Edited November 1, 2015 by nyala
fc7 123 Posted November 1, 2015 Posted November 1, 2015 Search the forums since it's a known issue. Emby can't access network shares on it's own yet. You first need to manually mount your shares locally and use the local path to configure your Emby library. Sent from my iPad using Tapatalk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now