Error trying to run ./entertainer

Asked by the1andonlycary

I'm new to linux, so I apologize if this is a dumb question.

The content manager and backend run fine, but then when I try to run ./entertainer, this is what I get:

cary@cary-linux:/entertainer$ ./entertainer

Entertainer backend starting...
Error occured. Please see /home/cary/.config/entertainer/entertainer.log for more information. This is probably not a fatal error. Just wait one minute and try again.
Execution aborted!
** Message: don't know how to handle video/x-h264, codec_data=(buffer)014d4029ffe10017674d40299a7201687b6022000007d20001d4c11e30622401000468ce3c80, width=(int)720, height=(int)480, framerate=(fraction)30000/1001
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
Exception in thread IndexerThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
  File "/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 68, in run
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 152, in addDirectory
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 73, in addFile
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 259, in _addVideoFile
  File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 190, in create_thumbnail
  File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 158, in set_pipeline_state
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'STATE_CHANGE_ASYNC'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Aborted

Question information

Language:
English Edit question
Status:
Answered
For:
Entertainer Media Center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Paul Hummer (rockstar) said :
#1

the1andonlycary wrote:
> New question #55843 on Entertainer Media Center:
> https://answers.launchpad.net/entertainer/+question/55843
>
> I'm new to linux, so I apologize if this is a dumb question.
>

Not at all. In fact, we're trying to gear Entertainer to those new to
Linux, so your questions and comments are valuable to us.

> The content manager and backend run fine, but then when I try to run ./entertainer, this is what I get:
>
> cary@cary-linux:/entertainer$ ./entertainer
>
> Entertainer backend starting...
> Error occured. Please see /home/cary/.config/entertainer/entertainer.log for more information. This is probably not a fatal error. Just wait one minute and try again.
> Execution aborted!
> ** Message: don't know how to handle video/x-h264, codec_data=(buffer)014d4029ffe10017674d40299a7201687b6022000007d20001d4c11e30622401000468ce3c80, width=(int)720, height=(int)480, framerate=(fraction)30000/1001
> ** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
> Exception in thread IndexerThread (most likely raised during interpreter shutdown):
> Traceback (most recent call last):
> File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
> File "/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 68, in run
> File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 152, in addDirectory
> File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 73, in addFile
> File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 259, in _addVideoFile
> File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 190, in create_thumbnail
> File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 158, in set_pipeline_state
> <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'STATE_CHANGE_ASYNC'
> Unhandled exception in thread started by
> Error in sys.excepthook:
>
> Original exception was:
> Fatal Python error: PyImport_GetModuleDict: no module dictionary!
> Aborted
>
>
>

Yea, there's a bug about the really cryptic error messages for such a
very small issue. You have two options here. Either don't start the
backend before running ./entertainer or uncheck the option to start the
backend automatically on startup of the frontend.

There are many issues here. Having you ask these questions helps us to
find where the most important issues are right now. Thanks for your
question!

Paul

Revision history for this message
the1andonlycary (carylee) said :
#2

Thanks for your quick response!

I tried running ./entertainer without starting the backend first, and this is what I got:

cary@cary-linux:/entertainer$ ./entertainer

Entertainer backend starting...
Error occured. Please see /home/cary/.config/entertainer/entertainer.log for more information. This is probably not a fatal error. Just wait one minute and try again.
Execution aborted!
Exception in thread IndexerThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
  File "/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 68, in run
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 152, in addDirectory
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 73, in addFile
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 259, in _addVideoFile
  File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 184, in create_thumbnail
  File "/usr/lib/python2.5/posixpath.py", line 172, in exists
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
Exception in thread IndexerThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
  File "/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 68, in run
  File "/entertainer/entertainerlib/backend/components/mediacache/music_cache.py", line 143, in addDirectory
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'sleep'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
cary@cary-linux:/entertainer$

Revision history for this message
Paul Hummer (rockstar) said :
#3

> cary@cary-linux:/entertainer$ ./entertainer
>
> Entertainer backend starting...
> Error occured. Please see /home/cary/.config/entertainer/entertainer.log for more information. This is probably not a fatal error. Just wait one minute and try again.
> Execution aborted!
>

The hint for tracking down the problem is right here. Please send the
contents of /home/cary/.config/entertainer/entertainer.log

Cheers,
Paul

Revision history for this message
the1andonlycary (carylee) said :
#4

I restarted my computer, and now entertainer launches, but it doesn't fit my screen (too wide and not tall enough) and doesn't seem to work correctly. I'll provide both what was in the terminal and the log file.

Terminal:
cary@cary-linux:/entertainer$ ./entertainer

Entertainer backend starting...
** Message: don't know how to handle video/x-h264, codec_data=(buffer)014d4029ffe10017674d40299a7201687b6022000007d20001d4c11e30622401000468ce3c80, width=(int)720, height=(int)480, framerate=(fraction)30000/1001
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/x-h264, codec_data=(buffer)014d4033ffe10016674d40339e2101407b42000007d2000177011e30654001000468ee3c80, width=(int)640, height=(int)480, framerate=(fraction)16000/667
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/x-h264, codec_data=(buffer)0142c01effe100156742c01e9a740f04742000007d2000177011e2c5d401000468ce3c80, width=(int)480, height=(int)272, framerate=(fraction)16000/667
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/x-xvid, framerate=(fraction)10000000/417083, width=(int)640, height=(int)352
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)48000, channels=(int)2, codec_data=(buffer)0100020000007c0101000000
** Message: don't know how to handle video/x-xvid, framerate=(fraction)24000/1001, width=(int)608, height=(int)336
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, codec_data=(buffer)0100000000006e0101000000
** Message: don't know how to handle video/x-h264, codec_data=(buffer)01640033ffe1001c67640033ac34e402d0f6ffc00200024400000fa40002ee023c60c64801000468eebcb0, width=(int)720, height=(int)480, pixel-aspect-ratio=(fraction)8/9, framerate=(fraction)1710843747/71356439
** Message: don't know how to handle audio/x-ac3, channels=(int)2, rate=(int)48000
** Message: don't know how to handle video/x-h264, codec_data=(buffer)014d4029ffe10017674d40299a7201687b6022000007d20001d4c11e30622401000468ce3c80, width=(int)720, height=(int)480, framerate=(fraction)30000/1001
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/x-h264, codec_data=(buffer)01640033ffe1001767640033ac34e402d0c68400000fa40002ee023c60c64801000468eebcb0, width=(int)720, height=(int)384, framerate=(fraction)16000/667
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle audio/x-gst-fourcc-ac-3, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, codec_data=(buffer)000001b001000001b58913000001000000012000c4f900dd8ba98516643c1463000001b24c61766335312e34302e34, width=(int)716, height=(int)480, framerate=(fraction)48000/1601
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
** Message: don't know how to handle video/x-xvid, framerate=(fraction)24000/1001, width=(int)624, height=(int)352
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)48000, channels=(int)2, codec_data=(buffer)010002000000780101000000
** Message: don't know how to handle video/x-xvid, framerate=(fraction)24000/1001, width=(int)624, height=(int)352
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)48000, channels=(int)2, codec_data=(buffer)010002000000770101000000
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
Exception in thread IndexerThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
  File "/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 68, in run
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 152, in addDirectory
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 73, in addFile
  File "/entertainer/entertainerlib/backend/components/mediacache/video_cache.py", line 259, in _addVideoFile
  File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 190, in create_thumbnail
  File "/entertainer/entertainerlib/utils/video_thumbnailer.py", line 163, in set_pipeline_state
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'STATE_CHANGE_SUCCESS'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
cary@cary-linux:/entertainer$

Log file:
2008-12-30 00:48:06,666 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x959006c>' registered to the message bus.
2008-12-30 00:48:06,667 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 00:48:06,711 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 00:48:06,712 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 00:48:06,712 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x959370c>' registered to the message bus.
2008-12-30 00:48:06,712 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 00:48:06,748 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:48:51,547 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:48:51,632 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:48:51,635 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:48:51,635 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 00:48:51,666 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 00:48:51,702 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 00:48:55,063 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:48:55,064 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 00:48:55,138 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 00:48:55,174 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 00:48:55,197 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:48:55,198 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 00:48:55,226 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 00:48:55,286 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 00:48:55,287 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 00:48:55,294 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x959374c>' registered to the message bus.
2008-12-30 00:48:55,295 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 00:48:55,295 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x9593d4c>' registered to the message bus.
2008-12-30 00:48:55,296 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 00:48:55,623 backend.core.ConnectionServer DEBUG ConnectionServer waiting incoming connections
2008-12-30 00:48:55,670 backend.BackendServer DEBUG Message scheduler intialized successfully
2008-12-30 00:49:01,017 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Baby.mp4
2008-12-30 00:49:01,055 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:05,929 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Baby.mp4
2008-12-30 00:49:08,725 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Be Cool.mp4
2008-12-30 00:49:08,726 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:13,410 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Be Cool.mp4
2008-12-30 00:49:16,011 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 00:49:16,012 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:20,361 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 00:49:23,502 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 00:49:23,502 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:27,882 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 00:49:30,806 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Superbad.avi
2008-12-30 00:49:30,807 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:34,430 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Superbad.avi
2008-12-30 00:49:38,122 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 00:49:38,123 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:42,124 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 00:49:45,395 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Rain Man.mp4
2008-12-30 00:49:45,396 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:50,273 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Rain Man.mp4
2008-12-30 00:49:52,627 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 00:49:52,628 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:49:56,531 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 00:50:01,869 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E10.HDTV.XviD-LOL.[VTV].avi
2008-12-30 00:50:01,870 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:09,138 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E09.HDTV.XviD-LOL.[VTV].avi
2008-12-30 00:50:09,139 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:16,484 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The_Office.S04E11.Night_Out.HDTV_XviD-FoV.[MFD].avi
2008-12-30 00:50:16,485 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:23,806 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/the.office.412.hdtv-lol.avi
2008-12-30 00:50:23,889 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:32,057 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E13.HDTV.XviD-LOL.[VTV].avi
2008-12-30 00:50:32,057 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:49,304 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 00:50:49,362 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 00:50:51,484 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 00:53:26,975 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x948014c>' registered to the message bus.
2008-12-30 00:53:27,027 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 00:53:27,040 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x94806ac>' registered to the message bus.
2008-12-30 00:53:27,040 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 00:53:27,057 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:53:27,069 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 00:53:27,069 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 00:54:12,632 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:54:12,731 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:54:12,733 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:54:12,734 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 00:54:12,774 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 00:54:18,110 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:54:18,110 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 00:54:18,272 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 00:54:18,286 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:54:18,286 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 00:54:18,335 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 00:54:18,336 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 00:54:18,347 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x93b62ac>' registered to the message bus.
2008-12-30 00:54:18,348 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 00:54:18,348 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x93c702c>' registered to the message bus.
2008-12-30 00:54:18,349 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 00:54:18,463 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 00:54:18,464 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 00:55:06,358 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0xa4b416c>' registered to the message bus.
2008-12-30 00:55:06,377 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 00:55:06,378 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0xa4b46ec>' registered to the message bus.
2008-12-30 00:55:06,378 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 00:55:06,379 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:55:06,432 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 00:55:06,432 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 00:55:08,267 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:55:08,269 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:55:08,270 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:55:08,270 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 00:55:08,321 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 00:55:09,625 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:55:09,625 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 00:55:09,650 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 00:55:09,684 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:55:09,684 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 00:55:09,887 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 00:55:09,889 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 00:55:09,906 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0xa3eb2ac>' registered to the message bus.
2008-12-30 00:55:09,906 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 00:55:09,907 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0xa727f0c>' registered to the message bus.
2008-12-30 00:55:09,907 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 00:55:09,909 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 00:55:09,910 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 00:57:58,623 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x8a8daac>' registered to the message bus.
2008-12-30 00:57:58,631 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 00:57:58,633 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x8a996ec>' registered to the message bus.
2008-12-30 00:57:58,634 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 00:57:58,636 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:57:58,663 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 00:57:58,663 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 00:58:00,274 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:58:00,277 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:58:00,278 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 00:58:00,278 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 00:58:00,326 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 00:58:01,447 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 00:58:01,448 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 00:58:01,489 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 00:58:01,508 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 00:58:01,509 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 00:58:01,574 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 00:58:01,575 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 00:58:01,601 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x8a997ec>' registered to the message bus.
2008-12-30 00:58:01,601 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 00:58:01,602 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x8a99e0c>' registered to the message bus.
2008-12-30 00:58:01,602 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 00:58:01,904 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 00:58:01,905 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 01:00:32,940 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0xa1cc14c>' registered to the message bus.
2008-12-30 01:00:32,940 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 01:00:32,942 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0xa1cc6ac>' registered to the message bus.
2008-12-30 01:00:32,942 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 01:00:32,944 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 01:00:32,996 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 01:00:32,997 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 01:00:35,084 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 01:00:35,087 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 01:00:35,087 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 01:00:35,087 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 01:00:35,142 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 01:00:36,755 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 01:00:36,755 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 01:00:36,813 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 01:00:36,833 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 01:00:36,833 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 01:00:36,853 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 01:00:36,854 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 01:00:36,876 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0xa1042ac>' registered to the message bus.
2008-12-30 01:00:36,877 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 01:00:36,877 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0xa104a4c>' registered to the message bus.
2008-12-30 01:00:36,877 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 01:00:36,878 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 01:00:36,879 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 01:01:07,251 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x961006c>' registered to the message bus.
2008-12-30 01:01:07,251 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 01:01:07,266 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x961370c>' registered to the message bus.
2008-12-30 01:01:07,266 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 01:01:07,267 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 01:01:07,339 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 01:01:07,339 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 01:01:08,707 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 01:01:08,710 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 01:01:08,711 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 01:01:08,711 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 01:01:08,729 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 01:01:09,897 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 01:01:09,897 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 01:01:09,941 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 01:01:09,955 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 01:01:09,955 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 01:01:09,980 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 01:01:09,981 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 01:01:10,002 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x961380c>' registered to the message bus.
2008-12-30 01:01:10,002 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 01:01:10,003 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x961e02c>' registered to the message bus.
2008-12-30 01:01:10,003 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 01:01:10,004 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 01:01:10,004 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 01:05:35,668 backend.core.MessageBus DEBUG Message bus locked. Message of type '7' is on the bus.
2008-12-30 01:05:35,689 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 01:05:35,689 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 01:20:35,688 backend.core.MessageBus DEBUG Message bus locked. Message of type '7' is on the bus.
2008-12-30 01:20:35,743 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 01:20:35,744 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 11:17:08,569 backend.core.ConnectionServer DEBUG Incoming connection accepted
2008-12-30 11:17:16,474 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x9dbf16c>' registered to the message bus.
2008-12-30 11:17:16,474 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 11:17:16,475 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x9dbf6cc>' registered to the message bus.
2008-12-30 11:17:16,475 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 11:17:16,476 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:17:16,577 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 11:17:16,577 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 11:17:40,314 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/karaoke - Michael Buble- come fly with me.mp3
2008-12-30 11:17:49,401 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Howard Keel - Only Make Believe (Sho.mp3
2008-12-30 11:17:51,461 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/sasha.mp3
2008-12-30 11:17:55,906 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:17:55,993 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:17:55,995 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:17:55,995 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 11:17:56,096 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 11:17:59,391 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:17:59,392 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 11:17:59,634 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 11:17:59,651 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:17:59,652 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 11:17:59,755 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 11:17:59,757 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 11:17:59,771 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x9cf82cc>' registered to the message bus.
2008-12-30 11:17:59,771 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 11:17:59,772 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x9d06bac>' registered to the message bus.
2008-12-30 11:17:59,772 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 11:17:59,773 backend.core.ConnectionServer ERROR Socket failed to bind. Address already in use
2008-12-30 11:17:59,773 backend.BackendServer ERROR ConnectionServer initialization failed!
2008-12-30 11:18:24,163 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Tuva Throat Singing - Huun-Huur-Tu,.mp3
2008-12-30 11:18:40,497 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/KARAOKE - Patsy Cline - Crazy.mp3
2008-12-30 11:19:25,106 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/8. Count Basie - Splanky.mp3
2008-12-30 11:20:01,838 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Choral - Morten Lauridsen - Dirait-on.mp3
2008-12-30 11:20:16,070 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/swing.mp3
2008-12-30 11:20:26,371 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Run-Freedom-Run.mp3
2008-12-30 11:20:42,623 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/DJ Webstar ft. Young B - Chicken Noodle Soup.mp3
2008-12-30 11:20:57,237 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/dienachtigalacdaconvention.mp3
2008-12-30 11:21:03,310 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Rocky Soundtrack - Eye of the Tiger.mp3
2008-12-30 11:21:29,704 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/04 - Symphony No. 5 in C minor, Op..mp3
2008-12-30 11:21:31,754 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/_- ricky smiley Sexy Red Answering.mp3
2008-12-30 11:21:41,822 backend.core.MessageBus DEBUG Message bus locked. Message of type '7' is on the bus.
2008-12-30 11:21:41,863 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 11:21:41,863 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 11:21:50,586 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Andrew Lloyd Webber - Pie Jesu (Faure Requiem) St. Philips Boy's Choir.mp3
2008-12-30 11:22:43,485 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/Showboat - Old Man River (Paul Robso.mp3
2008-12-30 11:22:53,713 backend.components.mediacache.MusicCache ERROR Couldn't read ID3tags: /home/cary/Music/Unknown Artist/Unknown Album/kings singers - the silver swan.mp3
2008-12-30 11:50:54,544 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0xa17314c>' registered to the message bus.
2008-12-30 11:50:54,566 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 11:50:54,604 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0xa1736ac>' registered to the message bus.
2008-12-30 11:50:54,604 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 11:50:54,607 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:50:54,643 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 11:50:54,644 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 11:51:26,669 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:51:26,767 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:51:26,767 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:51:26,768 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 11:51:26,838 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 11:51:28,647 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:51:28,647 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 11:51:28,786 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 11:51:28,811 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:51:28,812 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 11:51:28,897 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 11:51:28,899 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 11:51:28,944 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0xa0aa2ac>' registered to the message bus.
2008-12-30 11:51:28,945 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 11:51:28,946 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0xa0bb02c>' registered to the message bus.
2008-12-30 11:51:28,946 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 11:51:28,993 backend.core.ConnectionServer DEBUG ConnectionServer waiting incoming connections
2008-12-30 11:51:28,995 backend.BackendServer DEBUG Message scheduler intialized successfully
2008-12-30 11:51:29,095 backend.core.ConnectionServer DEBUG Incoming connection accepted
2008-12-30 11:51:29,122 backend.core.MessageBus DEBUG Message bus locked. Message of type '2' is on the bus.
2008-12-30 11:51:29,122 frontend.FrontendClient DEBUG Connected to the Entertainer backend server.
2008-12-30 11:51:29,754 frontend.gui.UserInterface DEBUG Frontend GUI initialized succesfully
2008-12-30 11:51:34,962 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Baby.mp4
2008-12-30 11:51:34,962 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:51:40,099 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Baby.mp4
2008-12-30 11:51:42,441 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Be Cool.mp4
2008-12-30 11:51:42,442 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:51:46,894 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Be Cool.mp4
2008-12-30 11:51:49,761 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 11:51:49,761 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:51:54,415 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 11:51:57,127 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 11:51:57,129 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:01,056 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 11:52:04,390 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Superbad.avi
2008-12-30 11:52:04,391 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:07,828 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Superbad.avi
2008-12-30 11:52:11,680 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 11:52:11,681 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:18,933 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Rain Man.mp4
2008-12-30 11:52:18,934 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:19,483 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 11:52:23,783 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Rain Man.mp4
2008-12-30 11:52:26,181 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 11:52:26,182 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:34,894 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 11:52:35,413 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E10.HDTV.XviD-LOL.[VTV].avi
2008-12-30 11:52:35,414 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:42,644 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E09.HDTV.XviD-LOL.[VTV].avi
2008-12-30 11:52:42,644 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:49,854 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The_Office.S04E11.Night_Out.HDTV_XviD-FoV.[MFD].avi
2008-12-30 11:52:49,854 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:52:57,111 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/the.office.412.hdtv-lol.avi
2008-12-30 11:52:57,112 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:53:04,345 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E13.HDTV.XviD-LOL.[VTV].avi
2008-12-30 11:53:04,345 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:53:21,591 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 11:53:21,591 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:53:24,336 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 11:58:26,386 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x8ba314c>' registered to the message bus.
2008-12-30 11:58:26,386 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 11:58:26,388 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x8ba36ac>' registered to the message bus.
2008-12-30 11:58:26,388 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 11:58:26,403 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:58:26,420 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 11:58:26,423 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 11:58:56,800 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:58:56,807 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:58:56,808 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 11:58:56,809 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 11:58:56,841 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 11:58:57,902 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 11:58:57,902 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 11:58:57,966 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 11:58:57,984 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 11:58:57,984 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 11:58:58,045 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 11:58:58,045 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 11:58:58,047 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x8adc2ac>' registered to the message bus.
2008-12-30 11:58:58,047 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 11:58:58,048 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x8e17f0c>' registered to the message bus.
2008-12-30 11:58:58,048 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 11:58:58,132 backend.core.ConnectionServer DEBUG ConnectionServer waiting incoming connections
2008-12-30 11:58:58,154 backend.BackendServer DEBUG Message scheduler intialized successfully
2008-12-30 11:58:58,155 backend.core.ConnectionServer DEBUG Incoming connection accepted
2008-12-30 11:58:58,157 backend.core.MessageBus DEBUG Message bus locked. Message of type '2' is on the bus.
2008-12-30 11:58:58,158 frontend.FrontendClient DEBUG Connected to the Entertainer backend server.
2008-12-30 11:58:58,770 frontend.gui.UserInterface DEBUG Frontend GUI initialized succesfully
2008-12-30 11:59:03,897 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Baby.mp4
2008-12-30 11:59:03,897 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:07,525 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Baby.mp4
2008-12-30 11:59:09,524 frontend.medialibrary.videos.VideoItem ERROR Thumbnail does not exist for /home/cary/Videos/Baby.mp4, using default art instead
2008-12-30 11:59:11,562 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Be Cool.mp4
2008-12-30 11:59:11,562 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:15,306 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Be Cool.mp4
2008-12-30 11:59:18,812 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 11:59:18,813 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:23,464 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 11:59:26,040 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 11:59:26,040 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:30,264 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 11:59:33,381 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Superbad.avi
2008-12-30 11:59:33,382 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:36,635 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Superbad.avi
2008-12-30 11:59:40,560 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 11:59:40,561 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:44,345 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 11:59:47,821 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Rain Man.mp4
2008-12-30 11:59:47,822 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:51,371 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Rain Man.mp4
2008-12-30 11:59:54,992 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 11:59:54,993 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 11:59:59,301 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 12:00:04,214 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E10.HDTV.XviD-LOL.[VTV].avi
2008-12-30 12:00:04,215 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:11,457 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E09.HDTV.XviD-LOL.[VTV].avi
2008-12-30 12:00:11,457 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:18,639 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The_Office.S04E11.Night_Out.HDTV_XviD-FoV.[MFD].avi
2008-12-30 12:00:18,640 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:25,821 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/the.office.412.hdtv-lol.avi
2008-12-30 12:00:25,821 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:33,013 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E13.HDTV.XviD-LOL.[VTV].avi
2008-12-30 12:00:33,013 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:50,249 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 12:00:50,250 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:00:56,533 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/The Office/Episode 1 Pilot.avi
2008-12-30 12:01:37,224 backend.core.MessageBus DEBUG Message bus locked. Message of type '3' is on the bus.
2008-12-30 12:02:00,568 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.utils.configuration.Configuration object at 0x8ec514c>' registered to the message bus.
2008-12-30 12:02:00,568 backend.BackendServer DEBUG Configuration intialized successfully
2008-12-30 12:02:00,569 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.feeds.feed_manager.FeedManager object at 0x8ec56ac>' registered to the message bus.
2008-12-30 12:02:00,570 backend.BackendServer DEBUG Feed Manager intialized successfully
2008-12-30 12:02:00,571 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 12:02:00,602 backend.components.feed.FeedFetcher INFO Feed cache has been updated
2008-12-30 12:02:00,602 backend.core.MessageBus DEBUG Message bus locked. Message of type '4' is on the bus.
2008-12-30 12:02:09,809 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 12:02:09,838 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 12:02:09,840 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Pictures
2008-12-30 12:02:09,841 backend.components.mediacache.MediaCacheManager INFO Image cache rebuilding requested
2008-12-30 12:02:09,886 backend.components.mediacache.ImageCache DEBUG ImageCache database created successfully
2008-12-30 12:02:11,021 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Music
2008-12-30 12:02:11,021 backend.components.mediacache.MediaCacheManager INFO Music cache rebuilding requested
2008-12-30 12:02:11,066 backend.components.mediacache.MusicCache DEBUG MusicCache database created successfully
2008-12-30 12:02:11,084 backend.components.mediacache.FileSystemObserver DEBUG Observing folder: /home/cary/Videos
2008-12-30 12:02:11,084 backend.components.mediacache.MediaCacheManager INFO Video cache rebuilding requested
2008-12-30 12:02:11,197 backend.components.mediacache.VideoCache DEBUG VideoCache database created successfully
2008-12-30 12:02:11,198 backend.components.mediacache.VideoCache DEBUG Adding a directory to the video cache. Path is: '/home/cary/Videos'
2008-12-30 12:02:11,219 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.mediacache.media_cache_manager.MediaCacheManager object at 0x8dfb2ac>' registered to the message bus.
2008-12-30 12:02:11,220 backend.BackendServer DEBUG Media Manager intialized successfully
2008-12-30 12:02:11,220 backend.core.MessageBus DEBUG MessageHandler '<entertainerlib.backend.components.tvguide.guide_updater.GuideUpdater object at 0x8e0c02c>' registered to the message bus.
2008-12-30 12:02:11,220 backend.BackendServer DEBUG Guide Updater intialized successfully
2008-12-30 12:02:11,281 backend.core.ConnectionServer DEBUG ConnectionServer waiting incoming connections
2008-12-30 12:02:11,282 backend.BackendServer DEBUG Message scheduler intialized successfully
2008-12-30 12:02:11,283 backend.core.ConnectionServer DEBUG Incoming connection accepted
2008-12-30 12:02:11,285 backend.core.MessageBus DEBUG Message bus locked. Message of type '2' is on the bus.
2008-12-30 12:02:11,285 frontend.FrontendClient DEBUG Connected to the Entertainer backend server.
2008-12-30 12:02:11,580 frontend.gui.UserInterface DEBUG Frontend GUI initialized succesfully
2008-12-30 12:02:16,682 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Baby.mp4
2008-12-30 12:02:16,683 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:17,775 frontend.medialibrary.videos.VideoItem ERROR Thumbnail does not exist for /home/cary/Videos/Baby.mp4, using default art instead
2008-12-30 12:02:20,908 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Baby.mp4
2008-12-30 12:02:24,100 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Be Cool.mp4
2008-12-30 12:02:24,100 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:28,434 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Be Cool.mp4
2008-12-30 12:02:31,299 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 12:02:31,299 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:35,777 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Monsters, Inc..mp4
2008-12-30 12:02:38,486 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 12:02:38,486 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:42,903 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/futurama.benders.big.score.anivcd.avi
2008-12-30 12:02:45,734 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Superbad.avi
2008-12-30 12:02:45,735 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:49,622 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Superbad.avi
2008-12-30 12:02:52,982 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 12:02:52,983 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:02:57,120 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/ONE_FLEW_OVER_THE_CUCKOO_4X3FF.mkv
2008-12-30 12:03:00,197 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/Rain Man.mp4
2008-12-30 12:03:00,197 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:03:03,930 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/Rain Man.mp4
2008-12-30 12:03:07,409 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 12:03:07,409 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:03:12,657 backend.components.mediacache.VideoMetadataSearch ERROR Couldn't find metadata from IMDB for: /home/cary/Videos/For the Bible Tells Me So.mp4
2008-12-30 12:03:16,683 backend.components.mediacache.VideoCache ERROR Problem Creating Thumbnail: /home/cary/Videos/The Office Season 4/The.Office.US.S04E10.HDTV.XviD-LOL.[VTV].avi
2008-12-30 12:03:16,683 backend.components.mediacache.VideoCache DEBUG Exception: Cannot start the pipeline
2008-12-30 12:03:22,813 backend.core.MessageBus DEBUG Message bus locked. Message of type '3' is on the bus.

Again, thanks for all your help.

Revision history for this message
Matt Layman (mblayman) said :
#5

the1andonlycary, you seem to be missing gstreamer packages for handling video. Have you installed the gstreamer ugly and bad packages? You might be able to get it all in one whack by installing ubuntu-restricted-extras, but that will install extra stuff like Java that you may not need. Please note that ubuntu-restricted-extras may also conflict with patent law in your country due to its contents (that's my legal disclaimer from any liability).

Can you help with this problem?

Provide an answer of your own, or ask the1andonlycary for more information if necessary.

To post a message you must log in.