What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Media Server refresh timer?

linkmaster

Regular Contributor
Does anyone know how often the media server re-indexes the media list from changes made to the attached USB drive? , added 2 new albums about an hour ago , deleted a few and it's still showing the old files list.
 
I'd really like to know about this too. Unlike other nas servers there appears to be no option to configure the regulatory of the media scans or to instigate a fresh scan manually.
 
By default notify_interval=600 seconds, but you probably using ntfs or fat32 filesystem, on ext2 or ext3 the new media files are shown almost instantly because linux has another way to do that.
 
The wierd thing is , now I'm getting duplicate file entries for the video media , 6-8 entries for some...luckly I found where the index is held and deleted it...but it's a wierd one.
 
The wierd thing is , now I'm getting duplicate file entries for the video media , 6-8 entries for some...luckly I found where the index is held and deleted it...but it's a wierd one.

...and where is it held ?

GH
 
...and where is it held ?

GH

Look inside the minidla folder inside the media folder , file there called files.db .

Deleting that and then re-selecting the media folder in the routers UI reindexed everything and fixed the duplicates problem.
 
I've decided to give ext3 a try as the duplicates problem slowly re-appears over time...does anyone know an easy way to format an external USB drive on a windows PC to ext3?
 
Try Minitool partition manager or Easeus partition master free edition.
Format directly from router:
# umount /dev/sda1
# mkfs.ext3 /dev/sda1
With any method, you will lose all files on the usb disk

Sent from my HTC One S using Tapatalk 2
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top