[mythtv-commits] Ticket #6431: mythweb's video scan picks up AppleShare droppings and adds them to the database

MythTV mythtv at cvs.mythtv.org
Tue Apr 7 04:07:41 UTC 2009


#6431: mythweb's video scan picks up AppleShare droppings and adds them to the
database
------------------------------+---------------------------------------------
 Reporter:  justdave          |       Owner:  xris      
     Type:  patch             |      Status:  new       
 Priority:  minor             |   Milestone:  unknown   
Component:  Plugin - MythWeb  |     Version:  0.21-fixes
 Severity:  medium            |     Mlocked:  0         
------------------------------+---------------------------------------------
 The Scan Videos function in MythWeb picks up various droppings from having
 the videos storage shared via AppleShare/netatalk.  Most noticeable is
 .AppleDouble folders, which contain lots of normal-looking filenames that
 are really just Apple-specific metadata for the files of the same name in
 the parent folder.

 Comparing to the code in MythVideo, it appears that MythVideo excludes any
 files or directories that start with a dot, which is why running the same
 scan with MythVideo doesn't pick them up.

 I'm attaching a patch that changes the behavior with regards to dotfiles
 to match that of MythVideo.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6431>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list