Tool to track some info about tv shows.
Windows version of sitcom.
add Add new season to sitcom
delete Delete sitcom or season of sitcom
list List stored sitcoms with all seasons
last Set last watched episode of sitcom
report Report requested sitcoms
help Display more information on a specific command.
version Display version information.
-f, --file Required. Source file name
-s, --season Season number (override season extracted from file)
value pos. 0 Required. Sitcom name
Add new season for sitcom foo (extract season number from file)
> Sitcom.exe add -f E:\Download\foo.htm foo
Add new season for sitcom foo (override season number extractred from file)
> Sitcom.exe add -f E:\Download\foo.htm -s 3 foo
> Sitcom.exe list
-s, --season Season number
value pos. 0 Required. Sitcom name
Delete season 3 of sitcom foo
> Sitcom.exe -s 3 foo
Delete all seasons of sitcom foo
> Sitcom.exe foo
-s, --season Required. Season number
value pos. 0 Required. Sitcom name
value pos. 1 Required. Episode number
Set episode 13 as last watched for season 5 of sitcom foo
> Sitcom.exe -s 5 foo 13
value pos. 0 Names of requested sitcoms, accepted formats name[:season]
List last season of sitcom foo
> Sitcom.exe report foo
List 3rd season of sitcom foo
> Sitcom.exe report foo:3
List 3rd and 7th season of sitcom foo
> Sitcom.exe report foo:3 foo:7
EntityFramework 6.0
peristance storage framworkCommandLineParser 2.0.275.0
parsing command line applicationHtmlAgilityPack 1.4.9.5
parsing html downloaded from IMDBMSTest 10.1.0.0
unit testing frameworkMoq 4.5.30.0
Mocking framework