![]() |
[AppleTV2] Subtitiles files cannot be written on smb share because '@' is remove - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143) +---- Thread: [AppleTV2] Subtitiles files cannot be written on smb share because '@' is remove (/showthread.php?tid=123754) |
[AppleTV2] Subtitiles files cannot be written on smb share because '@' is remove - smosse - 2012-02-23 Hello, I have installed a new ATV2 with XBMC eden beta 3. My media files are on a synology and my sources are in SMB using Code: smb://login:passwd@synologyadresse/share/etc.... When i fire the subtitle addon ..everything going ok but then i dont have any sub. I have check the Logs and notice that i got an error message like: Code: 09:06:55 T:147283968 WARNING: FileSmb::OpenForWrite() called with overwriting enabled! - smb://login%3apasswddiskstation/video/Series/Alphas/Season%201/Alphas%2eS01E04%2e720p%2eHDTV%2eX264%2dDIMENSION%2een%2esrt thank you - samukas - 2012-02-23 Try the suggestion in this thread, as it might help you. I was not using SMB as a source, I was using FTP but I'm thinking it should work: http://forum.xbmc.org/showthread.php?p=959294#post959294 - smosse - 2012-02-23 samukas Wrote:Try the suggestion in this thread, as it might help you. thank you. It should work as a workaround, but i'd really like to get the subtitles downloaded in the same dir as the video files. Something in the scripts is 'escaping' the char '@' but i cannot find where. |