[mythtv] Where is MythGallery directory setting?

Nigel Pearson nigel at ind.tansu.com.au
Mon Aug 20 23:35:34 UTC 2007


> Every time I start the front end I get a complaint that the
> mythgallery directory doesn't exist.  I could just create it, but I'd
> like to create it someplace meaningful.  Can I change that setting
> somewhere?

It is in Setup -> Media Settings -> Images Settings
(or Setup -> Images Settings if you use Classic menus).



MythGallery settings code has this:

     gc->setLabel(QObject::tr("Directory that holds images"));
#ifdef Q_WS_MACX
     gc->setValue(QDir::homeDirPath() + "/Pictures");
#else
     gc->setValue("/var/lib/pictures");
#endif

so your Mac client should have already
been pointing to an appropriate place?

--
Nigel Pearson, nigel at ind.tansu.com.au|"Beware - I am a carrier
Telstra Net. Eng., Sydney, Australia |          of surrealism"
Office: 9202 3900    Fax:  9261 3912 |       D  A
Mobile: 0408 664435  Home: 9792 6998 |       L  I


More information about the mythtv-dev mailing list