[mythtv-users] cannot grab television metadata
Yianni Vidalis
yiannividalis at hotmail.com
Sat Apr 3 00:11:31 UTC 2010
> Date: Fri, 2 Apr 2010 19:19:46 -0400
> From: raymond at wagnerrp.com
> To: mythtv-users at mythtv.org
> Subject: Re: [mythtv-users] cannot grab television metadata
>
> On 4/2/2010 19:15, Raymond Wagner wrote:
> > Your best option is to delete that folder, and reinstall MythVideo.
>
> After which, you will need to go into the MythVideo settings and let it
> rescan the available grabbers.
>
> Utilities/Settings --> Setup --> Media Settings --> Video Settings -->
> Metadata Settings
>
> It should list 'tmdb.py' and 'ttvdb.py' as the two scripts. Just hit
> OK/Finish to store those settings.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Thanks for your reply.
Following your suggestion, I renamed the script folder and ran "make install" in the mythplugins folder. The process created just the ttvdb.py file in /usr/share/mythtv/mythvideo/scripts/Television and nothing else (the ttvdb folder is missing).
I also executed "make install" in the mythtv folder which, regarding python it says:
cd python/ && make -f Makefile install
make[2]: Entering directory `/store/readonly/repos/mythtv/mythtv/bindings/python'
python setup.py build
running build
running build_py
-m64 -Wl,-O1 -o python -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtCore -lpthread
python setup.py install --skip-build --root="/"
running install
running install_lib
creating /usr/local/lib/python2.6/site-packages/MythTV
creating /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/ttvdb/cache.py -> /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/ttvdb/tvdb_api.py -> /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/ttvdb/tvdb_exceptions.py -> /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/ttvdb/__init__.py -> /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/ttvdb/tvdb_ui.py -> /usr/local/lib/python2.6/site-packages/MythTV/ttvdb
copying build/lib/MythTV/MythFunc.py -> /usr/local/lib/python2.6/site-packages/MythTV
copying build/lib/MythTV/MythStatic.py -> /usr/local/lib/python2.6/site-packages/MythTV
copying build/lib/MythTV/MythBase.py -> /usr/local/lib/python2.6/site-packages/MythTV
copying build/lib/MythTV/MythData.py -> /usr/local/lib/python2.6/site-packages/MythTV
copying build/lib/MythTV/__init__.py -> /usr/local/lib/python2.6/site-packages/MythTV
creating /usr/local/lib/python2.6/site-packages/MythTV/tmdb
copying build/lib/MythTV/tmdb/tmdb_ui.py -> /usr/local/lib/python2.6/site-packages/MythTV/tmdb
copying build/lib/MythTV/tmdb/tmdb_api.py -> /usr/local/lib/python2.6/site-packages/MythTV/tmdb
copying build/lib/MythTV/tmdb/__init__.py -> /usr/local/lib/python2.6/site-packages/MythTV/tmdb
copying build/lib/MythTV/tmdb/tmdb_exceptions.py -> /usr/local/lib/python2.6/site-packages/MythTV/tmdb
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/ttvdb/cache.py to cache.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/ttvdb/tvdb_api.py to tvdb_api.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/ttvdb/tvdb_exceptions.py to tvdb_exceptions.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/ttvdb/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/ttvdb/tvdb_ui.py to tvdb_ui.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/MythFunc.py to MythFunc.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/MythStatic.py to MythStatic.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/MythBase.py to MythBase.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/MythData.py to MythData.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/tmdb/tmdb_ui.py to tmdb_ui.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/tmdb/tmdb_api.py to tmdb_api.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/tmdb/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/site-packages/MythTV/tmdb/tmdb_exceptions.py to tmdb_exceptions.pyc
running install_egg_info
Writing /usr/local/lib/python2.6/site-packages/MythTV-0.23.0-py2.6.egg-info
make[2]: Leaving directory `/store/readonly/repos/mythtv/mythtv/bindings/python'
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythtv/bindings'
cd config/ && make -f Makefile install
make[1]: Entering directory `/store/readonly/repos/mythtv/mythtv/config'
make[1]: `install' is up to date.
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythtv/config'
Is this normal?
The Video Metadata Settings screen is as it was before.
I also ran 'make install' in the mythvideo folder, which produced:
cd mythvideo/ && make -f Makefile install
make[1]: Entering directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo'
make[1]: Warning: File `libmythvideo.so' has modification time 2,4e+03 s in the future
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/jamu.py /usr/share/mythtv/mythvideo/scripts/
strip /usr/share/mythtv/mythvideo/scripts/jamu.py
strip:/usr/share/mythtv/mythvideo/scripts/jamu.py: File format not recognized
make[1]: [install_installscripts] Error 1 (ignored)
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/README /usr/share/mythtv/mythvideo/scripts/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/jamu-example.conf /usr/share/mythtv/mythvideo/scripts/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/jamu.README /usr/share/mythtv/mythvideo/scripts/
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/Movie/allocine.pl /usr/share/mythtv/mythvideo/scripts/Movie/
strip /usr/share/mythtv/mythvideo/scripts/Movie/allocine.pl
strip:/usr/share/mythtv/mythvideo/scripts/Movie/allocine.pl: File format not recognized
make[1]: [install_installscriptsmovie] Error 1 (ignored)
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/Movie/alpacine.pl /usr/share/mythtv/mythvideo/scripts/Movie/
strip /usr/share/mythtv/mythvideo/scripts/Movie/alpacine.pl
strip:/usr/share/mythtv/mythvideo/scripts/Movie/alpacine.pl: File format not recognized
make[1]: [install_installscriptsmovie] Error 1 (ignored)
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/Movie/kinox.pl /usr/share/mythtv/mythvideo/scripts/Movie/
strip /usr/share/mythtv/mythvideo/scripts/Movie/kinox.pl
strip:/usr/share/mythtv/mythvideo/scripts/Movie/kinox.pl: File format not recognized
make[1]: [install_installscriptsmovie] Error 1 (ignored)
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/Movie/tmdb.py /usr/share/mythtv/mythvideo/scripts/Movie/
strip /usr/share/mythtv/mythvideo/scripts/Movie/tmdb.py
strip:/usr/share/mythtv/mythvideo/scripts/Movie/tmdb.py: File format not recognized
make[1]: [install_installscriptsmovie] Error 1 (ignored)
install -m 755 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/Television/ttvdb.py /usr/share/mythtv/mythvideo/scripts/Television/
strip /usr/share/mythtv/mythvideo/scripts/Television/ttvdb.py
strip:/usr/share/mythtv/mythvideo/scripts/Television/ttvdb.py: File format not recognized
make[1]: [install_installscriptstv] Error 1 (ignored)
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo/scripts/MythTV/MythVideoCommon.pm /usr/share/mythtv/mythvideo/scripts/Movie/MythTV/
install -m 755 -p "libmythvideo.so" "/usr/lib/mythtv/plugins/libmythvideo.so"
strip --strip-unneeded "/usr/lib/mythtv/plugins/libmythvideo.so"
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/mythvideo'
cd mtd/ && make -f Makefile install
make[1]: Entering directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/mtd'
make[1]: Warning: File `mtd' has modification time 2,4e+03 s in the future
install -m 755 -p "mtd" "/usr/bin/mtd"
strip "/usr/bin/mtd"
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/mtd'
cd i18n/ && make -f Makefile install
make[1]: Entering directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/i18n'
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_it.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_es.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_ca.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_nl.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_de.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_da.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_pt.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_sv.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_ja.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_fr.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_sl.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_nb.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_fi.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_et.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_ru.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_cs.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_hu.qm /usr/share/mythtv/i18n/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/i18n/mythvideo_el.qm /usr/share/mythtv/i18n/
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/i18n'
cd theme/ && make -f Makefile install
make[1]: Entering directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/theme'
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/dvd-ui.xml /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/video-ui.xml /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/md_progress_background.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/md_rip_banner.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_browse_background.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_browse_selector.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_filerequest.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_itemdetail_popup.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_level_high.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_level_low.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_level_lowest.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_level_medium.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_level_none.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default/images/mv_results_popup.png /usr/share/mythtv/themes/default/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/dvd-ui.xml /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/video-ui.xml /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/images/mv_browse_background.png /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/images/mv_browse_nocover_large.png /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/images/mv_browse_selector.png /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/images/mv_itemdetail_popup.png /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/default-wide/images/mv_results_popup.png /usr/share/mythtv/themes/default-wide/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/menus/video_settings.xml /usr/share/mythtv/
install -m 644 -p /store/readonly/repos/mythtv/mythplugins/mythvideo/theme/menus/videomenu.xml /usr/share/mythtv/
make[1]: Leaving directory `/store/readonly/repos/mythtv/mythplugins/mythvideo/theme'
I am now getting the message 'The subdirectory "tmdb" containing th..' message in the Movie grabber caption as well.
The files:
fetch_poster.py,
find_meta.py and
imdbpy.py
are missing from the scripts folder.
I renamed the 'old scripts' folder to 'scripts' again and the Movie Grabber functionality is back to normal. No luck with the tv grabber, of course.
Am I supposed to install something else? Any python bindings that got overlooked? All my pcs have the same configure options. What could be wrong with this one?
Thanks again.
_________________________________________________________________
Hotmail: Δωρεάν, αξιόπιστη και αποτελεσματική υπηρεσία email.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100403/3a374c49/attachment.htm>
More information about the mythtv-users
mailing list