Quote Originally Posted by pheidrias View Post
Thanks for the reply. So I should compile it myself?

What are the alternatives? I'm still confused with the media players on the asus.
You may try mediatomb or minidlna from OpenWRT repo. Both can read various movie/photo/music tags.

I'm not using mediatomb, but minidlna categorizes my music by tags, extracts album covers, photos arranged by shot dates and used cameras.

First run takes about 40 minutes to scan my library:
Code:
$ du -s -h /tmp/store/*
50.9G   /tmp/store/Music
46.8G   /tmp/store/Photo
80.9G   /tmp/store/Video

$ cat /opt/var/log/minidlna.log | grep files
[2011/12/09 22:23:22] scanner.c:797: warn: Scanning /tmp/store/Video finished (532 files)!
[2011/12/09 22:29:25] scanner.c:797: warn: Scanning /tmp/store/Music finished (5367 files)!
[2011/12/09 22:41:44] scanner.c:797: warn: Scanning /tmp/store/Photo finished (20436 files)!
After then, second and others runs takes just a second.