MythGallery
Outdated: The information on this page may no longer be relevant to the current release of MythTV, 33.1. Please consider helping to update it. This page was last modified on 2014-01-11.
This based on the README file for MythGallery.
The MythGallery plug-in allows you to view all your photos as well as short movies from your digital camera. Myth Gallery will show your photos as they are organised in your file system. Myth will generate thumbnails of both folders as well as individual photos. Many new digital cameras can now take high quality movies typically in MPEG-4 format as well as photos. Mythgallery can show these as well, provided that you have the video player setting set up to play that media type.
Contents
Build/Configuration Instructions
If you have installed MythTV using a package manager then simply install the MythGallery package. Otherwise follow these instructions to compile and install the plugin.
Requirements
- At the very least, you need MythTV's database stuff setup properly. If you don't have that done, don't even bother with this, as it won't work.
Compiling
In the main distribution directory configure the package by typing
./configure
You can enable OpenGL support using
./configure --enable-opengl
Make sure you have OpenGL support for your graphics card available and enabled if you choose this option. You can check this under X11 using xdpyinfo or glxinfo. Also ensure that QT has been built with OpenGL support)
You can also enable EXIF support using
./configure --enable-exif
This requires you have the libexif headers/libraries installed and in your include/lib path when compiling. An install of the libexif/libexif-devel packages from your favorite package repository usually provides this. Currently, EXIF support only consists of auto-rotating images if the camera sets the orientation tag (My Canon S400 does).
Next do
$ make
Follow this by a
# make install
which puts the libmythgallery.so plugin in the /usr/local/lib/mythtv/plugins directory.
MythGallery will also read the mysql.txt settings files used by MythTV, so any changes you made to those will be carried over into this.
Configuration
After compiling and installing, you will need to enter the setup menu from mythfrontend to configure mythgallery. Setup/Media Settings/Images Settings. Change the directory parameter to where you're storing your pictures.
Note that the default storage location is on the local machine, not necessarily the backend. If you have frontends where you want to load images from a remote machine you will need to setup a Mediashares, or use an nfs mount.
The full list of settings is
Page 1 (General)
* Directory that holds images * y/n Store thumbnails in image directory * Sort order when browsing * Paths to import images from * y/n Automatically load MythGallery to display pictures * Directory filter * Type filter
Page 2 (Slideshow)
* y/n Use OpenGL transitions * Slideshow Delay * y/n Recuse into directories * Overlay caption * Type of transition * Type of background
You can access the raw settings in phpmyadmin with
* SELECT * FROM `settings` where value like 'Gallery%'
Usage
Its a good idea to organise the top level screen as a collection of folders only. You can have subfolders within folders also.
This should be really simple to use -- You select the folder you want by using the
.
Press to view photos within the desired directory.You will then see the individual photos themselves.
Press to view just that photo.
Press to get information on that photo.
While viewing photos you can use the
buttons to jump forwards and backwards between photos.
Pressing 'p' while viewing a single image or while an image icon is highlighted will start a slide show playback of all images in that directory. Image rotation can be done by pressing the [ and ] keys.
Press to highlight the On Screen Menu.
The
buttons will move up and down the On Screen Menu.
The Settings Option brings up the Myth Gallery Settings screen where you can change the slide show transition parameters. Check the use OpenGL transitions and you can now choose some of the funky transitions available.
Default Keys
Thumbnail View Keys
Image View Keys
Importing Pictures
When import is pressed in the menu each item in the import directory search path will be examined. If the item is a directory, its contents will be recursively copied to a new directory whose name is the current date and time. Using this method, removable devices can be put in the search path if they use an automount system (see the Linux documentation for info on how to use automount systems). If the item is an executable file, it will be executed with 1 argument consisting of the name of the new subdirectory. This way, import from a removable device can be accomplished without the use of an automount system.
Screenshots
Troubleshooting
1) Slideshow stops after x number of slides (on frontend).
Solution 1: disable / uninstall gnome-screensaver (try this if slideshow works when frontend started with sudo)
Solution 2: If above does not work, this has been reported to work sometimes: disable DPMS