Download subtitles for a whole series / folder

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Arto65 Offline
Junior Member
Posts: 13
Joined: Nov 2010
Reputation: 0
Post: #11
Two ideas to speed up the process of downloading subs.

1) Would it be possible to launch the XBMC subtitles script from the video list ? This way, the process could be faster.

2) It's maybe simple for many users, but I struggled to add a shortcut to open the script with just one key (h in my case), so I'm posting it for users who might be interested.
In the keymap.xml file, write this:
Code:
<keymap>
<FullscreenVideo>
<keyboard>
<h>Runscript(script.xbmc.subtitles)</h>
</keyboard>
</FullscreenVideo>
</keymap>

@Redsandro This is not the perfect solution, but it will save you a couple of clicks when you download subtitles!

Also, a great missing shortcut to adjust subtitle offset with the letter "Q":
Code:
<q>subtitledelay</q>
(This post was last modified: 2011-05-28 21:17 by Arto65.)
find quote
Redsandro Offline
Skilled Python Coder
Posts: 133
Joined: Jul 2008
Reputation: 0
Location: Netherlands
Post: #12
Sounds nice.

Do you know how to know the names of media keys? I have a remote control for XBMC, only media keys, but it is detected as a keyboard.

Try Xubuntu. It's the new Ubuntu.
find quote
bluenote Offline
Senior Member
Posts: 174
Joined: May 2010
Reputation: 0
Post: #13
I think you can use 'showkey' application (you'll have to search here or google for it). If not then I believe you can use debug mode to find out what is being pressed. Thats as far as my memory goes.
find quote
Post Reply