[mythtv-users] Failed to Scan Video Hosts

Raymond Wagner raymond at wagnerrp.com
Sun Feb 19 18:27:20 UTC 2012


On 2/18/2012 11:34, William Otten wrote:
> On 2/18/2012 8:32 AM, Mike Perkins wrote:
>> On 18/02/12 11:50, William Otten wrote:
>>> On 2/17/2012 11:06 PM, Raymond Wagner wrote:
>>>> On 2/17/2012 19:22, William Otten wrote:
>>>>>> On 2/17/12 4:08 PM, William Otten wrote:
>>>>>>> http://dl.dropbox.com/u/17574275/mythfrontendlog
>>>>>>> http://dl.dropbox.com/u/17574275/mythbackendlog
>>>>> I was told to use this before, if not please let me know what to use.
>>>>> mythfrontend -v playback --loglevel=debug
>>>> The 'playback' verbosity is only if you're trying to debug video
>>>> playback, which you are not.  Just use the default verbosity, and make
>>>> sure you're running an up to date version.  You're 30 commits behind
>>>> HEAD, and the video scanner has been in a bit of flux for the past week,
>>>> getting it to use host fall-through in storage groups the same as the
>>>> recordings do.
>>> Since I am a novice at this, please give me the exact command to use.
>>>
>> Since you are a novice, how about trying:
>>
>> mythbackend --help
>>
>> and then, to find the log levels:
>>
>> mythbackend -v help
>>
>> (which information is in the help text)
>>
>> Almost all programs these days will respond to the --help option.
>>
> http://dl.dropbox.com/u/17574275/mythfrontendlog
>
> 2012-02-18 10:30:22.804043 I  MythSocket(254f8f0:63): write ->  63 21      QUERY_ACTIVE_BACKENDS
> 2012-02-18 10:30:22.804307 I  MythSocket(254f8f0:63): read<- 63 9       1[]:[]C2Q
> 2012-02-18 10:30:22.826605 W  SG(c2q) not available. Not removing file :2012.mkv:
> 2012-02-18 10:30:22.829667 W  SG(c2q) not available. Not removing file :The Twilight Saga - Breaking Dawn Part 1.mkv:

When you are scanning content on the local machine, it bypasses the 
backend and queries the local filesystem directly, which is why there 
are no logs pertaining to scanning on the backend.  The issue is that it 
does query the backend to discover what machines are available for 
scanning, and backend thinks it is "C2Q", while the storage group is 
defined for "c2q".  Those routines are not written to be case 
insensitive.  I'll have it fixed later today.  Thanks for catching this.


More information about the mythtv-users mailing list