(2013-02-26, 10:40)jurrabi Wrote: By default xbmc-subtitles downloads subtitles to the same folder as the video. If it can't (and the add-on figures it out) it asks to download to a temporal location.
In the add-on configuration you can select if you want subtitles downloaded to the same location as video files (default) or another configurable location. The recommended use (and what most of us do) is to download to movie directory since that way they will be accesible by any other xbmc/player installation...
Also I'm not sure if you download to an alternative location if xbmc will find this same downloaded subtitles in future plays or if it will work just that once after download.
My recommendation is to activate write permissions for xbmc on your video sources. But it is your call.
Thanks for the clarifications. However, from the sounds of it, this sort of sounds like a bug? Because it is pulling the subtitles, putting them in the proper temporary location (in my case, just whatever defaults - AppData/Roaming/blahblahblah), recognizing that a subtitle exists, but not displaying them. For future plays, I'm quite certain it won't work as I think the subtitles in the temporary location get deleted when playback stops.
You know, thinking this one through, it sounds like what's happening is that it is pulling the subtitle into the temporary location, attempting to copy/move that subtitle to the directory with the media file, and then silently failing. XBMC looks like it expects the subtitle to therefore exist in the media directory but fails to find it. Which, if not necessarily a bug, is somewhat unexpected behavior - at least an error message probably makes some sense to display (assuming I'm correct in what's happening).
I'm going to try to explicitly specify an alternative location to see if that changes behavior.
For now, the functionality really only has very limited use for me so it really isn't a big deal. I do have some compelling reasons to keep my media locations read-only from this particular machine, but it sounds like if I really needed to use the add-on immediately write permissions to the folder would be the way to go.
Thanks!