Podnapisi as a subtitle database

All your suggestions, requests and ideas for future development
Post Reply
Kaurin
Posts: 7
Joined: 29 Mar 2012, 11:10

Podnapisi as a subtitle database

Post by Kaurin »

Hi. In the last year or so I've been watching a lot of TV shows. I prefer to watch them with English subtitles, even though my native tongue is Serbian. Whenever I would manually search for subtitles on various subtitle sites, I would fail to find a sub for the TV show I wanted to watch (even after a day or so). Then, a friend suggested I try with podnapisi. I thought that was futile because I always considered Podnapisi to be a good Eastern-European subs site. Boy was I wrong. You can find TV show subs in English on Podnapisi hours after a release.

I have tried using a program Submarine besides using Filebot because submarine uses podnapisi. Submarine, however, does not handle TV shows well (episodes), and I would never get any search results, even if there are subs on the site.

Is it possible that you guys include Podnapisi in one of your upcoming releases :?:

http://www.podnapisi.net/

Edit:
Docs regarding their api: https://www.podnapisi.net/wiki/wiki/Docs/SSP
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Podnapisi as a subtitle database

Post by rednoah »

So seems like they got an API similar to OpenSubtitles now, nice. Checked out Submarine as well, it's only doing hash lookup. Problem is really that most subtitles for episodes are not submitted with file hash. FileBot using the same API won't change that, only works for media files submitted with hash.

Obviously that's the same problem for OpenSubtitles / Sublight so I also match subtitles/files via SxE patterns.

So I'll need to:
1. xmlrpc api for hash lookup
2. website search with xml output (sXML=1) for name lookup / SxE pattern matching

For 2. I have two problems now: GET with xml output for search suggestions (house => "House M.D.", ...) and listing all subtitles (disable paging)


Now that they support hash lookup Podnapisi would be a great addition. Problem is "us guys" is just me and I'm really trying to focus attention on more worthwhile things.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Podnapisi as a subtitle database

Post by rednoah »

re: 1.
Just the the sake of testing if been checking into the podnapisi hash lookup API. That was a complete waste of time, doesn't work at all. I have yet to find a single subtitle via hash lookup.

Did this Submarine program EVER find and download any subtitles? For movies, tvshows, anything??

re: 2.
Website is only API-friendly for search, NOT for subtitle download. I guess they need to have real people visit the site to make money.


Not gonna waste time on closed sites like Podnapisi. Please support truly open sites like OpenSubtitles by uploading subtitles there.
:idea: Please read the FAQ and How to Request Help.
Kaurin
Posts: 7
Joined: 29 Mar 2012, 11:10

Re: Podnapisi as a subtitle database

Post by Kaurin »

Hey, sorry about not answering before. I did not receive a notification that someone answered my post.

If that's the case with their API, screw them!

Nice work btw. Your program makes me very happy :)

edit: are email notifications working?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Podnapisi as a subtitle database

Post by rednoah »

Should be. I get emails every time people post. Maybe u need to specifically subscribe to a topic. Not sure if it's automatic.
:idea: Please read the FAQ and How to Request Help.
Kaurin
Posts: 7
Joined: 29 Mar 2012, 11:10

Re: Podnapisi as a subtitle database

Post by Kaurin »

Yea. I forgot to subscribe. I got it this time :)
Post Reply