Page 4 of 7
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 2nd, 2011, 8:59 pm
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!
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 3rd, 2011, 3:31 am
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
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 3rd, 2011, 5:45 am
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.
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 3rd, 2011, 12:15 pm
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.
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 3rd, 2011, 12:56 pm
by speedster888
Hi
The last days i got no nzb from the series human target and hellcats. I use nzb.su
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 4th, 2011, 2:00 am
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!
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 4th, 2011, 1:00 pm
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
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 4th, 2011, 2:41 pm
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.
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 4th, 2011, 2:56 pm
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.
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 5th, 2011, 8:45 am
by speedster888
Think there was a problem @ nzb.su because todat almost all the nzb's were found
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 7th, 2011, 8:10 am
by fvboegeld
New version. See first post for details
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 7th, 2011, 4:04 pm
by speedster888
Thnx, will try it
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 12th, 2011, 3:57 am
by fvboegeld
Updated - See first post
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 21st, 2011, 9:17 am
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
Re: MyEpisode/Tvchecker & NzbMatrix/nzb.su Sync + Delphi Source
Posted: February 23rd, 2011, 4:57 am
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.