[RELEASE] OpenSubtitles OSD (Script)

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #961
Josefin Wrote:Thank you Amet.
I was wondering what you meant with the version number - I thought you were talking about OSX or something Big Grin

I am using 28256, downloaded from under Nightly builds, so I guess that I should keep on using the Opensubtitles OSD, correct? Or is it rather that I should use XBMC Subtitles for 28256 and above?

Thanks in advance.

if you are on 28256 stick to OpenSubtitles_OSD


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
Djrabbit Offline
Junior Member
Posts: 1
Joined: Oct 2009
Reputation: 0
Post: #962
Im having abit of a problem with the script, i set it up pretty much like standard. But when searching for subtitles it just stops on searching for subtitles and nothing is happening.
I tried to use both Podnapsi and opensubtitles as standard but still nothing.

Im running the latest stable release from the xbmc webpage (Camelot) new installed and showmix 2.5 skin.
Installed the script though SVN Repo installer, version 1.52
(This post was last modified: 2010-06-07 00:15 by Djrabbit.)
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #963
Djrabbit Wrote:Im having abit of a problem with the script, i set it up pretty much like standard. But when searching for subtitles it just stops on searching for subtitles and nothing is happening.
I tried to use both Podnapsi and opensubtitles as standard but still nothing.

Im running the latest stable release from the xbmc webpage (Camelot) new installed and showmix 2.5 skin.
Installed the script though SVN Repo installer, version 1.52

Please provide debug log, my signature has how-to

EDIT: remember to enable scripts debug log under settings


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2010-06-07 07:29 by amet.)
find
estuardo Offline
Junior Member
Posts: 10
Joined: Oct 2009
Reputation: 0
Post: #964
Zeljko,

I've downloaded the latest SVN (30852) and I discovered that there is no script folder to put xbmc.subtitles. I've been searching on the forums for a way to enable the script, but I haven't had any luck. I have added the line to "settings.xml" and I've followed every instruction that I happen to find and I can't have it to work.

Do you have a step by step guide? I hope it is not too much to ask.

Also, do you have any idea of when the beta for 10.05 will be ready for the masses?

Thank you very much for your help. I always appreciate your efforts.

gb
(This post was last modified: 2010-06-08 00:44 by estuardo.)
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #965
estuardo Wrote:I've downloaded the latest SVN (30852) and I discovered that there is no script folder to put xbmc.subtitles.

try addons folder

estuardo Wrote:Also, do you have any idea of when the beta for 10.05 will be ready for the masses?

it will be out when developers are happy releasing it, not a day earlier Smile


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
TiN-MAN Offline
Member
Posts: 54
Joined: Oct 2006
Reputation: 0
Location: Denmark
Post: #966
Any possibility for subscene.com support?
Thanks for a great script :-)
find
amet Offline
I wave my private parts at your aunties!
Posts: 3,486
Joined: Jul 2009
Reputation: 18
Location: Novi Sad / Dubai
Post: #967
TiN-MAN Wrote:Any possibility for subscene.com support?
Thanks for a great script :-)

feel free to make one like mr_blobby did for Bierdopje and I will include it in XBMC Subtitles


Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log_file.
find
mr_blobby Offline
Skilled Python Coder
Posts: 111
Joined: Mar 2010
Reputation: 0
Post: #968
TiN-MAN Wrote:Any possibility for subscene.com support?
Thanks for a great script :-)
I've taken a look at the subscene website and unfortunately they don't have an api, so the subtitles need to be "scraped" of the website.
But the way the website works is relatively simple, so maybe I give it a try to add it to the script.
Some of the subtitle files are in "rar" format and I don't know if the script is able to unrar these, so maybe these subtitles need to filtered out.
Also, subscene.com is only for movies, it doesn't host subtitles for tv show episodes.
find
kakoura69 Offline
Junior Member
Posts: 11
Joined: Mar 2010
Reputation: 0
Post: #969
keep up the nice work with this script. i am using xbmc-r30898-trunk
and would like to suggest if possible support for the following subtitle sites:
http://www.tvsubtitles.net/
http://www.tvsubs.net/
http://www.seriessub.com/
http://xsubs.tv/
thanks for your work so far with the script.
find
mr_blobby Offline
Skilled Python Coder
Posts: 111
Joined: Mar 2010
Reputation: 0
Post: #970
kakoura69 Wrote:keep up the nice work with this script. i am using xbmc-r30898-trunk
and would like to suggest if possible support for the following subtitle sites:
http://www.tvsubtitles.net/
http://www.tvsubs.net/
http://www.seriessub.com/
http://xsubs.tv/
thanks for your work so far with the script.
The first two do not require registration, but also don't seem to have an API (Application Programming Interface).
That means that the subtitles need to be scraped of the website using, so called "regular expressions" (search patterns).
The danger of this is, that if they change the lay-out of the site, the script will break.

The last two don't seem to have an API, but also require registration before you can search and download, so don't expect any support for these two.

Up till now, all subtitles sites supported by this script, have API's.
Which is a good thing, because it means that searching and downloading of subtitles is done using a fixed set of routines that are independent of the website lay-out.
find
Thread Closed