Page 1 of 2

Keeping track of your series/episodes

Posted: December 19th, 2010, 12:52 pm
by fvboegeld
Ey all..

Got a bit borred because of the snow here in belgium so threw together a site to keep track of my series and eps. Its build around jquery so the loading times should be as little as possible. The data is pulled twice per day from thetvdb, it has ical support for the upcoming epsides so you can easily import it into gmail, outlook or any other ical supporting email program. There's already a limited api (rss and xml) and probably will add new stuff later on.

If interesed you can register at http://www.tvchecker.net and let me know what you guys think about it.

Thanks!

19/01/2011
You can now  ignore a serie so missing episodes aren't downloaded

20/01/2011
Its now possible to give ratings to episodes

16/04/2012
Added some screenshots :

IMAGE: Main screen
IMAGE: Series detail
IMAGE: Acquired/Ignored episodes + Detail + Rate
IMAGE: Time wasted
IMAGE: Series you might like
IMAGE: Top series
IMAGE: Calendar view

Re: Keeping track of your series/episodes

Posted: December 22nd, 2010, 2:20 am
by webtoad
Looks quite good, nice job :)

One thing however: After I registered you sent me my username and chosen password (in raw form). This tells me you do not have a hash/salt on the password and that it is stored unencrypted in raw form. I usually stop using any site which has this.

Re: Keeping track of your series/episodes

Posted: December 22nd, 2010, 4:39 am
by fvboegeld
webtoad wrote: Looks quite good, nice job :)

One thing however: After I registered you sent me my username and chosen password (in raw form). This tells me you do not have a hash/salt on the password and that it is stored unencrypted in raw form. I usually stop using any site which has this.
The mail is send right after you click on 'registered', but the passwords are definatly stored as md5 hashes in the database.
What happens is as follows
-> you click on register
-> username and pass that you entered are send to the server as a POST action
-> md5(password) is stored in the database
-> mail is send with the info i got from the POST

This is a screenshot of the database structure (users) : http://www.mediafire.com/i/?qqkmio81hh3ac3v

Hope this clears up a bit.

Re: Keeping track of your series/episodes

Posted: January 19th, 2011, 1:35 pm
by fvboegeld
Updated the site a bit :)
See first post

Re: Keeping track of your series/episodes

Posted: February 7th, 2011, 8:12 am
by fvboegeld
Are there people who are using the site? Got any feedback? Suggestions? Remarks (pos and neg)
Thanks

Re: Keeping track of your series/episodes

Posted: February 9th, 2011, 8:37 am
by fvboegeld
really noone?

oh well...

Re: Keeping track of your series/episodes

Posted: May 20th, 2011, 2:49 pm
by mike171562
I tried to login and got

Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() [datetimezone.--construct]: Unknown or bad timezone ('GMT')' in /home/ricafort/public_html/eps/config.inc.php:139 Stack trace: #0 /home/ricafort/public_html/eps/config.inc.php(139): DateTimeZone->__construct(''GMT'') #1 /home/ricafort/public_html/eps/header.inc.php(3): require('/home/ricafort/...') #2 /home/ricafort/public_html/eps/display_settings.php(2): require('/home/ricafort/...') #3 {main} thrown in /home/ricafort/public_html/eps/config.inc.php on line 139

Re: Keeping track of your series/episodes

Posted: May 23rd, 2011, 5:00 am
by fvboegeld
Thanks! Should be fixed now.

Re: Keeping track of your series/episodes

Posted: May 23rd, 2011, 1:14 pm
by boiler
can you elaborate a bit more on what your site does? i mean, is it a sickbeard alternative? or more like a library/catalogue?

Re: Keeping track of your series/episodes

Posted: May 24th, 2011, 1:12 am
by fvboegeld
boiler wrote: can you elaborate a bit more on what your site does? i mean, is it a sickbeard alternative? or more like a library/catalogue?
Its simular to sickbear but somehow different. You can best compare this to myepisodes.com.
- Easy to track upcoming episodes
- See what episodes you're missing
- Episode info
- There's a tool that uses the api to search for missing episodes on nzbmatrix or nzbs.org
- Ical support (easy import this in outlook and google)
- RSS support
- XML
- Calendar overview
- Time wasted
- Easy to ignore episodes or even entire shows
- Build on jquery (ajax)
- ...

It doesn't have the most fancy layout and all the bells and whistles but it works and i'm using it to keep track of my series and episodes on a daily base.. The site was made as some sort of project...

Thanks!

Re: Keeping track of your series/episodes

Posted: December 24th, 2011, 3:17 am
by fvboegeld
Any suggestions of things i could add to the site?

Thanks!

Re: Keeping track of your series/episodes

Posted: April 4th, 2012, 3:54 am
by fvboegeld
Site is now online for more than a year... any remarks (positive aswell as negative ones) ?

Thanks!

Re: Keeping track of your series/episodes

Posted: April 16th, 2012, 12:35 pm
by fvboegeld
Added some screens

Re: Keeping track of your series/episodes

Posted: May 6th, 2012, 5:08 am
by kdogg53
very nice, thanks for the site, now all we need is to somehow make sabnzbd rss look just like this...keep it up

Re: Keeping track of your series/episodes

Posted: June 15th, 2012, 5:58 am
by fvboegeld
thanks :)