[mythtv-users] Customizing the Video Browser

Garth Benedict shrkbait at gmail.com
Tue Mar 14 15:56:10 UTC 2006


I personally never got automount working for anything on my FC3 system.
Either CD or DVD just does nothing.  Or does nothing but lock the drive shut
in some busy state.  I cannot solve your automatically indexing request, but
my simple solution was to add a Mount/Unmount command to the menu.  Eject as
well.  I use sudo to bypass the permissions...


   <button>
      <type>Mount</type>
      <text>Mount</text>
      <action>EXEC sudo /bin/mount /dev/dvd</action>
   </button>

   <button>
      <type>EJECT</type>
      <text>Eject</text>
      <action>EXEC sudo /usr/bin/eject -T /dev/dvd</action>
   </button>


On 3/14/06, Kichigai Mentat <kichigai at comcast.net> wrote:
>
> I've always loved using my XBox as a media center. However, one thing
> that's irked me recently, is that the best way for me to play back videos is
> to reboot my XBox, and load up XBMC.
>
> I'd much rather be using the MythVideo browser, but it's far less
> intuitive than XBMC. I've set the DVD drive's mount-point to a directory in
> side the root MythVideo directory (I plan to add some network locations
> later). My big problems right now are the auto-mounter and the file indexing
> system.
>
> I'm having a trick and a half getting auto-mount to work, but I'm sure I
> can figure it out. I'm wondering if there's a way to get MythVideo to index
> videos when the disc is mounted, or when the video browser is loaded. Anyone
> else tried this? Any success? Or am I better off just rigging a menu item to
> reboot the XBox on-demand?
>
> *    Because of its continued use as a heating duct sealant, duct tape now
> surrounds us. Time and exposure to high temperatures slowly breaks duct tape
> down, and tiny particles drift into ducts where they are eventually carried
> into the air. And so, duct tape is like God. It's everywhere.*
>
>     --*The Duct Tape Book* editor, Tony
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060314/2a6fa3cb/attachment.htm 


More information about the mythtv-users mailing list