Because if I use the code above it does not work, and if I remove that from my advancedsettings file, it works. Here is the part of my debug that I found:
Quote:14:50:07 T:8620 ERROR: self.Download_Subtitles( self.getControl( SUBTITLES_LIST ).getSelectedPosition() )
14:50:07 T:8620 ERROR: File "C:\Users\Evan\AppData\Roaming\XBMC\addons\script.xbmc.subtitles\resources\lib\gui.py", line 286, in Download_Subtitles
14:50:07 T:8620 ERROR: zipped, language, file = self.Service.download_subtitles(self.subtitles_list, pos, zip_subs, self.tmp_sub_dir, self.sub_folder,self.session_id)
14:50:07 T:8620 ERROR: File "C:\Users\Evan\AppData\Roaming\XBMC\addons\script.xbmc.subtitles\resources\lib\services\OpenSubtitles\service.py", line 57, in download_subtitles
14:50:07 T:8620 ERROR: local_file = open(zip_subs, "w" + "b")
14:50:07 T:8620 ERROR: IOError
14:50:07 T:8620 ERROR: :
14:50:07 T:8620 ERROR: [Errno 2] No such file or directory: 'C:\\Users\\Evan\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.xbmc.subtitles\\sub_tmp\\zipsubs.zip'
If you need a full log just let me know. I followed this wiki entry here:
http://wiki.xbmc.org/index.php?title=HOW...ts_of_XBMC
To sync my addon_data folder. The subtitles download fine and display when I use a local userdata folder.