Running FileBot from the console, Groovy scripting, shell scripts, etc
Diecke
Posts: 2 Joined: 03 Mar 2015, 10:56
Post
by Diecke » 03 Mar 2015, 12:08
Hello,
I've setup AMC to create a nice folder structure with symbolic links on my server. I used the standard settings as described on this forum for rTorrent. But I'm having problems playing back the video files, because the symlink appears to of the type folder. I get this error in Kodi:
Code: Select all
ERROR: CGUIMediaWindow::GetDirectory(Folder/File.mkv/) failed
(notice the slash at the and)
Is it possible to create a symlink to the file, so Kodi isn't confused?
Cheers
rednoah
The Source
Posts: 23949 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 03 Mar 2015, 12:51
I don't think there is such as a "folder type symlink" or "file type symlink" ... it's just a symlink.
It's either an issue with Kodi or your FTP server and how they deal with symlinks.
Diecke
Posts: 2 Joined: 03 Mar 2015, 10:56
Post
by Diecke » 03 Mar 2015, 13:10
rednoah wrote: I don't think there is such as a "folder type symlink" or "file type symlink" ... it's just a symlink.
It's either an issue with Kodi or your FTP server and how they deal with symlinks.
Do you have a tip to fix it?
Should I try hard links? But I actually want to delete the file when I delete the original..
There isn't another way to accomplish this right?
rednoah
The Source
Posts: 23949 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 03 Mar 2015, 14:12
Yes, hardlinks should solve the problem.