MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Got a program that plays well with SABnzbd? Share it here!
mattSmith
Newbie
Newbie
Posts: 2
Joined: February 2nd, 2011, 8:54 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by mattSmith »

I'd like to try this, can you point me to a thread or tutorial of how to install the add on?

Thanks!
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

mattSmith wrote: I'd like to try this, can you point me to a thread or tutorial of how to install the add on?

Thanks!
Just download the archive, extract it to a folder of your choice and modify the "SyncMyEpisodes.ini" file.

Inside the folder you'll find a readme.txt which explains most of the settings.  The most important ones to change are :

- downloadfolder
- episodesite : here you define the episodes site to use (myepisodes or tvchecker)
- searchsite[1->255] : here you define the sites on which to search for nzbs  
- [NZB search engine] if used, your nzb.su API
- [NZB search engine] if used, your nzbmatrix username and API key
- [Episode site] if used, your myepisodes username and API key
- [Episode site] if used, your TVChecker username and API key
- Your SABNZB ip,port and API key

Just let me know if you need more help or hop over to tvchecker.net :)
Last edited by fvboegeld on February 3rd, 2011, 3:38 am, edited 1 time in total.
mattSmith
Newbie
Newbie
Posts: 2
Joined: February 2nd, 2011, 8:54 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by mattSmith »

And then I just run the SyncMyEpisodes.exe?  Do I need to execute this every time I want it to sync, every time I restart my system? 

Thanks,
Matt.
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

mattSmith wrote: And then I just run the SyncMyEpisodes.exe?  Do I need to execute this every time I want it to sync, every time I restart my system? 

Thanks,
Matt.
Yeah, so you can put a shortcut in the startup folder, or make a scheduled task.

@fvboegeld, still using this program.
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

Hi

The last days i got no nzb from the series human target and hellcats. I use nzb.su
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

speedster888 wrote: Hi

The last days i got no nzb from the series human target and hellcats. I use nzb.su
I'll take a look at this. Thanks!
Last edited by fvboegeld on February 4th, 2011, 2:05 am, edited 1 time in total.
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

fvboegeld wrote:
speedster888 wrote: Hi

The last days i got no nzb from the series human target and hellcats. I use nzb.su
I'll take a look at this. Thanks!
Thanks. Looks like nzb.su change something, becasue today I dont get big bang theory  & nikita also
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

speedster888 wrote:
fvboegeld wrote:
speedster888 wrote: Hi

The last days i got no nzb from the series human target and hellcats. I use nzb.su
I'll take a look at this. Thanks!
Thanks. Looks like nzb.su change something, becasue today I dont get big bang theory  & nikita also
nzb.su has a couple of api's to search for episodes. The one my prog is using will check nzb.su for a certain episode based on rageid, season and episode but seems that this isn't always complete. The code i'm testing atm will first search on rageid, season and ep and if it doesn't find a match, it will continue with a plain text search. More or less the same way it does a search now on nzbmatrix.

if things go well i'll put this new version online somewhere tomorrow or sunday.
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

fvboegeld wrote:
speedster888 wrote:
fvboegeld wrote: I'll take a look at this. Thanks!
Thanks. Looks like nzb.su change something, becasue today I dont get big bang theory  & nikita also
nzb.su has a couple of api's to search for episodes. The one my prog is using will check nzb.su for a certain episode based on rageid, season and episode but seems that this isn't always complete. The code i'm testing atm will first search on rageid, season and ep and if it doesn't find a match, it will continue with a plain text search. More or less the same way it does a search now on nzbmatrix.

if things go well i'll put this new version online somewhere tomorrow or sunday.
Thank you. Will take a look when its posted.
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

Think there was a problem @ nzb.su because todat almost all the nzb's were found
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

New version. See first post for details
speedster888
Newbie
Newbie
Posts: 41
Joined: November 9th, 2010, 4:29 pm

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by speedster888 »

Thnx, will try it
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

Updated - See first post
xukun
Newbie
Newbie
Posts: 1
Joined: February 21st, 2011, 9:11 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by xukun »

This is really awesome. It's everything I was looking for. The only disappointment is that it's only Microsoft OS based. Is there by any chance that you will port this to Linux? Because there is a lot of people including me who using Linux(Ubuntu).

Thanks a lot for your great effort
xukun
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source

Post by fvboegeld »

xukun wrote: This is really awesome. It's everything I was looking for. The only disappointment is that it's only Microsoft OS based. Is there by any chance that you will port this to Linux? Because there is a lot of people including me who using Linux(Ubuntu).

Thanks a lot for your great effort
xukun
Thanks.. Don't really have short-term plans to port the code to linux but maybe in the no-so-close-future.. But no plans yet.
Post Reply