From: Nick Rout <nick@rout.co.nz>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Anyone here running MythTV (frontend only?)
Date: Fri, 08 Jul 2005 12:54:18 +1200 [thread overview]
Message-ID: <20050708122949.F6EB.NICK@rout.co.nz> (raw)
In-Reply-To: <1120735819.27884.2.camel@neuromancer.home.net>
On Thu, 07 Jul 2005 19:30:18 +0800
Ow Mun Heng wrote:
>
> > Now back to the point, did the OP set the directory where his video
> > files reside in the mythtv setup?
>
> Yeah.. I set it up but unfortunately the browser doesn't recognise any
> of the files. I'm not sure why.
you perhaps need to go into the mythvideo setup and get it to scan for
video files.
Not quite sure where it is, i find the myth menu system a little
confusing, but you end up with a menu called "set up videos" or
something like that. I think in there somewhere it scans for the files
in your video directory and loads them into the database.
if you want to see what the database has in it about your videos then
connect to mysql and use the following:
CONNECT mythconverg;
SELECT * FROM videometadata;
If you want pretty pictures, plot summaries etc, you then have a bit of
work to do. Hint: the system searches for the movie on imdb according to
the filename. so it will probably find the right imdb entry if you have
a file called incredibles.avi, but it will choke on
the.incredibles.xvid.hackersite.dvdrip.avi. You can either rename your
files to sensible names, or have another box handy with a web browser so
you can manually search imdb.com and get the movie number. eg the
incredibles movie page is:
http://www.imdb.com/title/tt0317705/
so the number that mythvideo wants in order to retrieve all the pretty
info is 01317705
for further info on how it parses the imdb site find the imdb.pl script
that mythvideo installed and take a look. It should be
/usr/share/mythtv/mythvideo/scripts/imdb.pl
Mythvideo calls the script to find the movie. If it cannot decide from
several possibilities it offers a list of possibles, and you choose the
right one. Once it has the right one it downloads lovely info and a
poster to display on your screen for that movie.
If it cannot find any possibilities it asks you for the imdb number.
heres a screenie that explains itt better than me:
http://mythtv.sourceforge.net/mc/mythvideo3.png
nick@sf ~ $ /usr/share/mythtv/mythvideo/scripts/imdb.pl --help
/usr/share/mythtv/mythvideo/scripts/imdb.pl version [unknown] calling
Getopt::St d::getopts (version 1.05 [paranoid]), running under Perl
version 5.8.5.
Usage: imdb.pl [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
The following single-character options are accepted:
Boolean (without arguments): -o -h -r -d -i -v -D -M -P
Options may be merged together. -- stops processing of options.
[Now continuing due to backward compatibility and excessive paranoia.
See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
IMDB Query (v1.2) by Tim Harvey, Andrei Rjeousski
Performs queries using the www.imdb.com website.
usage: /usr/share/mythtv/mythvideo/scripts/imdb.pl -hdrviMPD [parameters]
-h help
-d debug
-r dump raw query result data only
-v display version
-i display info
-M [options] <query> get movie list
some known options are:
type=[fuzy] looser search
from_year=[int] limit matches to year
to_year=[int] limit matches to year
sort=[smart] ??
tv=[no|both|only] limits between tv and movies
Note: multiple options must be separated by ';'
-P <movieid> get movie poster
-D <movieid> get movie data
>
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-07-08 1:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1120461965.9311.41.camel@neuromancer.home.net>
[not found] ` <a330f67d05070413214fd0e4d6@mail.gmail.com>
[not found] ` <1120529471.14369.3.camel@neuromancer.home.net>
[not found] ` <5bdc1c8b05070419283e2e64f5@mail.gmail.com>
[not found] ` <42C9F2CB.20702@gmail.com>
[not found] ` <1120532522.14369.19.camel@neuromancer.home.net>
[not found] ` <5bdc1c8b050704202056ed5024@mail.gmail.com>
[not found] ` <a330f67d05070421083fa3f1c1@mail.gmail.com>
2005-07-07 11:10 ` [gentoo-user] Anyone here running MythTV (frontend only?) Nick Rout
2005-07-07 11:30 ` Ow Mun Heng
2005-07-08 0:54 ` Nick Rout [this message]
[not found] ` <5bdc1c8b050704211727130dab@mail.gmail.com>
2005-07-08 1:45 ` Justin Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050708122949.F6EB.NICK@rout.co.nz \
--to=nick@rout.co.nz \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox