Neil wrote:
Hi All,
I've just finished coding up a little Java utility that allows you to
create and store a list of words or phrases of things that you would
normally be interested in watching. You can then search the EPG, and any
program that contains any of your phrases in either the title, subtitle
or description will be displayed. It then allows you to add any of these
to the recording schedule.
At the moment its very similar to the TVWish application, but I am
planning on extending it to allow more sophisticated searching, and
ultimately to allow it to recommend programs based on ones you have
previously recorded.
If you'd like to have a look, you can download it from:
http://www.neilchinnery.pwp.blueyonder.co.uk/
Please let me have your (constructive ;-) criticisms. Any suggestions or
bug reports appreciated.
Looks good except all I get is (using java from link):
Exception in thread "main" java.lang.UnsupportedClassVersionError:
mythrecommend
s/Main (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
- James
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users