[mythtv-users] Is there an easy way to get recordings to my Droid?

Richard Morton richard.e.morton at gmail.com
Mon Nov 22 20:06:16 UTC 2010


On 22 November 2010 20:02, Greg Oliver <oliver.greg at gmail.com> wrote:
> On 11/22/2010 01:27 PM, Steve wrote:
>>
>> On 11/22/2010 10:58 AM, Steve wrote:
>>>
>>> On 11/20/2010 11:22 AM, Richard Morton wrote:
>>>>
>>>> You have to enable the user job in the settings... i use mythweb to
>>>> do it abd i cant remember where the setting is in the main setup
>>>> screens. I think you have to restart the backend for the change to
>>>> take affect. Just open mythweb and the settings table, check both
>>>> all-hosts and the specific backend name for all rows containing the
>>>> text userjob. Youll find the job you have setup has a 0 rather than a 1
>>>>
>>>> R
>>>>
>>>> Please
>>>>
>>>>
>>>
>>> Ok, checked this twice, all jobs have a 1 in them for allow (which
>>> usually means yes).
>>>
>>> What else could it be?
>>> -Thanks
>>> -Steve
>>>
>>>
>>>
>>
>> Ok, looks like jobs are working, but mythexport does not. If i do a
>> simple job like "touch ~/test", it works.
>>
>> The jobs i have tried that do not work are:
>>
>> ffmpeg -i %FILE% -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g
>> 300 -s 320x240 -bf 2 -flags qprd -flags mv0 -vcodec mpeg4 -b 192k
>> -maxrate 192k -bufsize 1024kb -acodec libfaac -ac 1 -ar 64000 -ab 22100
>> -ss 150 -t 30 -y /media/MythDroid/%TITLE%-%STARTTIME%-%SUBTITLE%.mp4
>
> Is it possible TITLE STARTTIME or SUBTITLE have an ' or " in the name ?

shouldnt it be

ffmpeg -i "%DIR/%FILE%" -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g
300 -s 320x240 -bf 2 -flags qprd -flags mv0 -vcodec mpeg4 -b 192k
-maxrate 192k -bufsize 1024kb -acodec libfaac -ac 1 -ar 64000 -ab 22100
-ss 150 -t 30 -y "/media/MythDroid/%TITLE%-%STARTTIME%-%SUBTITLE%.mp4"

note the DIR in the source and the " around both the source and
destination to cope with spaces in the title

R


More information about the mythtv-users mailing list