Keeping track of your series/episodes

Feel free to talk about anything and everything in this board.
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Keeping track of your series/episodes

Post 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
Last edited by fvboegeld on April 16th, 2012, 12:40 pm, edited 3 times in total.
webtoad
Newbie
Newbie
Posts: 8
Joined: December 18th, 2010, 2:13 am
Contact:

Re: Keeping track of your series/episodes

Post 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.
The Business Sim - My online business simulation game under development
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post 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.
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

Updated the site a bit :)
See first post
Last edited by fvboegeld on January 20th, 2011, 3:14 pm, edited 1 time in total.
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

Are there people who are using the site? Got any feedback? Suggestions? Remarks (pos and neg)
Thanks
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

really noone?

oh well...
mike171562
Newbie
Newbie
Posts: 37
Joined: June 5th, 2009, 12:37 pm

Re: Keeping track of your series/episodes

Post 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
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

Thanks! Should be fixed now.
boiler
Newbie
Newbie
Posts: 16
Joined: November 30th, 2009, 4:58 pm

Re: Keeping track of your series/episodes

Post 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?
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post 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!
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

Any suggestions of things i could add to the site?

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

Re: Keeping track of your series/episodes

Post by fvboegeld »

Site is now online for more than a year... any remarks (positive aswell as negative ones) ?

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

Re: Keeping track of your series/episodes

Post by fvboegeld »

Added some screens
kdogg53
Newbie
Newbie
Posts: 1
Joined: July 10th, 2011, 7:40 pm

Re: Keeping track of your series/episodes

Post 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
fvboegeld
Jr. Member
Jr. Member
Posts: 54
Joined: January 15th, 2010, 4:57 am

Re: Keeping track of your series/episodes

Post by fvboegeld »

thanks :)
Post Reply