ikus060 0 Posted September 11, 2018 Posted September 11, 2018 I've recently install Emby on a server. I've configure it to scan my Movies, TV Shows and Music. I have around 600 movies, 20 TV Shows and 3k sound track. I do not consider this a very large library. I notice emby is creating way to many files under /var/lib/emby. It doesn't bother me, but I just don't understand why so many files. Shouldn't Emby use a database to store the metadata ? Why does it need to create an xml files for each movies, actor, etc. I notice this problem, why trying to upgrade to the beta version. The installation is executing `chown -R emby:emby /var/lib/emby` it took a noticeable amount of time to complete. Don't want to compare, but Kodi is not creating that many files.
Luke 40131 Posted September 11, 2018 Posted September 11, 2018 Shouldn't Emby use a database to store the metadata ? HI, yes it does this. And in fact, if only saves nfo or xml files for movies if you enable it. So if this isn't what you want, why did you enable it? It is off by default. Thanks.
ikus060 0 Posted September 11, 2018 Author Posted September 11, 2018 Yep, I see nfo settings is enabled. I was expecting one nfo file to be created for each movies. So ~600 nfo file to be created in the movie directory. That doesn't seams to be the case. I will try to remove everything and start fresh and keep the nfo settings disabled.
Luke 40131 Posted September 11, 2018 Posted September 11, 2018 If that's not the case then what nfo files are getting created?
ebr 15678 Posted September 11, 2018 Posted September 11, 2018 Storing this information in files will allow for media portability, faster library rebuilds and less traffic to the public FREE providers we use. You said these files didn't bother you, so why is this a problem?
ikus060 0 Posted September 11, 2018 Author Posted September 11, 2018 Today I care about how many file get created because I may have about billions of file created under /var/lib/emby. I don't have the exact number because `file /var/lib/emby | wc -l` did not complete within 4 hours. Since the number of file is too high, it was blocking my upgrade to the beta version because `chown -R emby:emby /var/lib/emby` was blocking the upgrade for a very very long time. My plan would be to remove all the files `rm -Rf /var/lib/emby/*`. And rebuild the library from scratch. Making sure the nfo settings is disable. Then count the number of files to check if it's reasonable.
ikus060 0 Posted September 11, 2018 Author Posted September 11, 2018 With nfo settings disable. This is under control. Thanks to point it out.
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