![]() |
|
[DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (/forumdisplay.php?fid=143) +---- Thread: [DEPRECIATED] XBMC Subtitles - Addon Script (previously OpenSubtitles OSD) (/showthread.php?tid=75437) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
- snyft - 2010-08-31 21:50 Anyway to have the program delete the subtitles or store them in another folder than same as the movie? - mr_blobby - 2010-08-31 21:58 kraaa Wrote:Anyway to have the program delete the subtitles or store them in another folder than same as the movie?Uncheck "Subtitle download folder same as movie" and a custom dowload path can be set. - aptalca - 2010-09-01 15:11 aptalca Wrote:Hi Amet, For anyone who's wondering, I was able to achieve the above by editing the video osd xml in my skin (transparency). I just added this line Code: <onclick>Dialog.Close(videoosd)</onclick>right underneath this line Code: <onclick>RunScript($INFO[Skin.String(SubsScript_Path)])</onclick>(thanks to ronie for that) - Veron - 2010-09-01 19:05 I made another change to the script. I have another mediaplayer which needs the subtitle to be named same as the video, so I made adding language name to downloaded subtitle filenames optional. If anyone is interested in trying it, here's the changes needed. gui.py At "Download Subtitles" and "Extract, Rename & Activate Subtitles", about rows 265 and 292 Change this: Code: file_name = "%s.%s%s" % ( sub_name, sub_lang, sub_ext )Code: if (__settings__.getSetting( "lang_to_end" ) == "true"):settings.xml Add new row to "<category label="30106">" section Code: <setting id="lang_to_end" type="bool" label="30121" default="true" />strings.xml in english or language used Add new row to "Script Settings" section Code: <string id="30121">- Add Language To Filename </string>If Amet you can implement these to the script for future releases, that would be great. - snyft - 2010-09-01 19:11 mr_blobby Wrote:Uncheck "Subtitle download folder same as movie" and a custom dowload path can be set. I did this but i cant view the subtitles now for some reason, seems like it have to be in the same directory as the movie/show? - Veron - 2010-09-01 19:38 kraaa Wrote:I did this but i cant view the subtitles now for some reason, seems like it have to be in the same directory as the movie/show?You need to set custom subtitle folder to XBMC or manually browse for the subtitle. Check here how: http://wiki.xbmc.org/index.php?title=Videos#Subtitles - roby777 - 2010-09-02 15:27 I have a problem with downloading subtitles. I try to download the subtitle but then i get this message: You can`t save subtitle to the selected destination:Please choose different subtitle folder under script settings. I tryied to change folders but I always get this message when trying to download subtitle.Any help?
- snyft - 2010-09-02 15:31 Veron Wrote:You need to set custom subtitle folder to XBMC or manually browse for the subtitle. Check here how: http://wiki.xbmc.org/index.php?title=Videos#Subtitles Yeah i did that, but it dident work for one movie. Works for all others now tho! - amet - 2010-09-02 16:19 Veron Wrote:I made another change to the script. I have another mediaplayer which needs the subtitle to be named same as the video, so I made adding language name to downloaded subtitle filenames optional. added in 1.8.1, thanks! - snyft - 2010-09-04 14:15 Subscene search still not working or its just me? |