
mythtv at cvs
Nov 24, 2009, 5:41 PM
Post #1 of 1
(213 views)
Permalink
|
|
mythtv commit: r22898 by robertm
|
|
Author: robertm Date: 2009-11-25 01:41:47 +0000 (Wed, 25 Nov 2009) New Revision: 22898 Changeset: http://svn.mythtv.org/trac/changeset/22898 Modified: trunk/mythplugins/mythvideo/mythvideo/scripts/jamu-example.conf trunk/mythplugins/mythvideo/mythvideo/scripts/jamu.py Log: Multiple bugfixes for Jamu, courtesy oh Doug Vaughan, who sends along the following notes: 1) Changed The Janitor -J option to deal with graphics associated with a VIDEO_TS directory. 2) Stopped Jamu from processing any video files in a "VIDEO_TS" directory as it was leading to multiple MythVideo entires for *.VOB files. Jamu does not process multi-part videos. 3) Added the use of PID files to prevent two instances of the same Jamu -M options running at the same time. This deals with issues when a meta data source is off line for an extended period of time and Jamu runs as a cronjob. Options effected are (-M, -MW and -MG). 4) Change to have jamu use the TMDB Movie title as is done in MythVideo rather than the file name. 5) Fixed a bug when TMDB genres are filtered and none remain they were still being added. This bug was spotted and correct by Mathieu Brabant (thanks). 6) Added the ability for a user to filter additional characters from a file name this is important for users using MS-Windows file systems as a CIFS mount. See the jamu-example.conf "filename_char_filter" variable. _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|