aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ka7 <ka7@web>2013-05-30 13:29:35 +0000
committerGravatar admin <admin@branchable.com>2013-05-30 13:29:35 +0000
commitebc4fca381b79d58235e1d146a4beba3e939f6c6 (patch)
tree7a347b1e83ae9f2b69c6c86327fe9b49c6a86fbf /doc
parent12d4a4041f5c1a8b098c4c082f51f3202ef9bb91 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/XBMC__44___NFS___38___git-annex_.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/forum/XBMC__44___NFS___38___git-annex_.txt b/doc/forum/XBMC__44___NFS___38___git-annex_.txt
new file mode 100644
index 000000000..fc5cd702a
--- /dev/null
+++ b/doc/forum/XBMC__44___NFS___38___git-annex_.txt
@@ -0,0 +1,27 @@
+Hi,
+
+this is not a git-annex problem, but more likely a way some software handles symlinks and/or do file-type detection.
+
+my setup is a following:
+- multiple pc/laptop (linux)
+- one NAS (debian) - main repo for music/films/photos - all in git-annex
+- a Raspberry Pi (Raspbmc) - connected to the TV
+
+I want to share all my films/music/.. to the Pi.
+So, i setup a r/o NFS and mounted that in the XBMC.
+So far this works, I see directories but XBMC do not recognize the media files.
+It works, if I "git-annex edit ..." the file.
+
+My _assumption_ is, that it follows the symlink, finds a file with no extension - and ignores that.
+In XBMC-config there is a list of supported filetypes by extension. ( .avi,.mpg,.foo,.bar )
+
+What I have think of so far:
+- tell XBMC somehow to load all the files (did not work)
+- having some kind of (FUSE?) filter, which hides the symlink in a transparent way
+- creating via script hard-links in a seperate folder with same structure, mount that.
+- using some alternative to NFS ( like ftp, smb ) or a other kind of media-server (server-side)
+
+any comments, ideas ?
+If i find a solution, I'll post it here.
+
+.ka