Commit Graph

9 Commits

Author SHA1 Message Date
5aa4bf11c7 Various UI improvements 2010-08-14 12:19:50 +01:00
aba31daaa0 Fixed typo in exception class name 2010-04-26 23:40:32 +01:00
817b4b6388 Updated job and source classes 2010-04-03 23:02:50 +01:00
7632741d86 Added setup-rip page to configure new rip task
Added method to Source to identify the longest title in a source
2010-03-23 02:06:37 +00:00
648968bcb7 Added caching to Sources
Added caching to Sources.
Updated the source browser to mark sources which are still cached
2010-03-21 23:22:29 +00:00
50283e9a9b Implemented HBC parser to read all useful info about titles
Titles, chapters, audio and subtitle streams and metadata are now parsed from the handbrakecli output into title objects.
Source-details page now renders this info
2010-03-21 16:12:21 +00:00
ed3ef8c01d Fixed call to handbrake, and printout of response
Added an ignore on 'lost+found' directories in the Source Lister, since
by default only root has access to this dir, which was causing
permission denied errors.
2010-03-21 03:43:47 +00:00
3207c28b5c Added Source class to parse HandBrake output
Added a Source class which executes HandBrake -t 0 to list the available titles and streams in a given source.
Added a placeholder on the source-details page to display HandBrake output
2010-03-21 03:21:08 +00:00
835609a2c9 Added source browser
Added a SourceLister class, which enumerates all DVD folders below a given starting directory.
Added a source browse page to list the available sources
2010-03-21 02:14:41 +00:00