LinHES Forums http://forum.linhes.org/ |
|
Announcement: MythMulitBatchParser v1.0 http://forum.linhes.org/viewtopic.php?f=6&t=17801 |
Page 1 of 1 |
Author: | jesse [ Thu Jan 31, 2008 9:59 pm ] |
Post subject: | Announcement: MythMulitBatchParser v1.0 |
I have written a new parser. This time, it is written in Java and will be easier to maintain. One of the biggest differences, is that the new code is more of a framework. Anyone can write their own plug-in as long as they have a rudimentary knowledge of Java and some regex skills. You might even be able to cannibalize the ones I have written. The new parser also automatically figures out whether a video is a TV show or a movie and work accordingly. Without further ado, here is the link: http://code.google.com/p/mythmulitbatchparser/ Enjoy! |
Author: | jzigmyth [ Fri Feb 01, 2008 7:56 am ] |
Post subject: | |
Sorry Jesse, but I'm not familiar with the old parser. What does this do? Why do I want it? I went to the web site, but I couldn't figure out what this program does. ![]() Thanks for enlightening me, Ziggy |
Author: | s1148625 [ Fri Feb 01, 2008 9:48 am ] |
Post subject: | |
I gave it a shot this morning - this was the result: Code: Database connection established
5742 rows were retrieved for parsing Exception in thread "main" java.lang.NumberFormatException: string length is null at java.lang.Integer.parseInt(libgcj.so.70) at java.lang.Integer.parseInt(libgcj.so.70) at parsers.NameParser.processTVShow(NameParser.java:110) at parsers.NameParser.execute(NameParser.java:61) at mythmultibatchparser.MythMultiBatchParser.parseNames(MythMultiBatchParser.java:279) at mythmultibatchparser.MythMultiBatchParser.execute(MythMultiBatchParser.java:129) at mythmultibatchparser.MythMultiBatchParser.main(MythMultiBatchParser.java:319) |
Author: | jesse [ Fri Feb 01, 2008 10:49 am ] |
Post subject: | |
The default parser only does one type (movies) and only one at a time. I wrote a parser for TV shows and Movies that did it in a batch manner. This parser does both and does it in a batch manner. s1148625, it looks like it ran into an issue parsing one of your filenames. I will check it out and possibly need to add more logging to figure out the issue. Also, I notice that you are using GCJ. I never tested with this and it may not work properly. You might try using the standard Sun Java. |
Author: | s1148625 [ Fri Feb 01, 2008 11:08 am ] |
Post subject: | |
I'm running a standard R5F27 install, and I did a Code: apt-get install libmysql-java to before trying to run the parser. What do I need to do to install java properly?
|
Author: | jesse [ Fri Feb 01, 2008 9:01 pm ] |
Post subject: | |
I was referring to the Java run-time environment. There is GNU Java (gcj) and a Sun one. |
Author: | jesse [ Sat Feb 02, 2008 12:54 pm ] |
Post subject: | |
I have uploaded a new version which may fix you issue. It will not try another naming scheme when it fails on one. Please note that it only works with the naming schemes shown here http://code.google.com/p/mythmulitbatchparser/wiki/TVShowNamingScheme. If it doesn't please post the name of the file that it outputs so that I can add it to the naming schemes.[/code] |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |