Cover picture and meta data

I use to be able to select [OPTIONS] with a movie title and get the cover picture but now that doesn’t seem to be working. Now my all I see is ‘Look up info with Flixster’ but even after Flixter finds the title and  I select it no cover pictures shows up. My movies are on a Linux NFS server with the ext4 permissions set to RWX for everyone and my NFS permissions also set to RW. Any ideas?

Have you set your Content Source to My Media Library via the Red button?

No, because My Media Library will show the contents of the USB stick that is plugged into the TV Live. I select > content source > Network Share > Linux Share > Movie Directory.

Well, that’s the reason you can’t “scrape” the data.

When I try to add my Linux NFS share to my TV Live library this is the message I get.

‘Unable to create media library. The selected source is configured ad Read-Only which prevents the WD TV from saving the media library.’

Here is is the permissions to the library I’m sharing.

drwxrwxrwx 2 garrett garrett 4096 Jan 14 10:08 Videos1

And here is my /etc/exports file

/etc/exports: the access control list for filesystems which may be exported

#        to NFS clients.  See exports(5).

Example for NFSv2 and NFSv3:

/srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)

Example for NFSv4:

/srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)

/srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)

#/home/garrett/Videos * (ro,async,subtree_check)
/home/garrett/VideoTest/Videos1 * (rw,async,subtree_check)

On the last line of my exports file you can see that I have it set to RW so I don’t see how I’m maving this problem.