[mythtv-users] Menu Entry to Launch Internal palyer with ISO?

Paul pturpin+mythtv at gmail.com
Tue Nov 25 21:43:28 UTC 2008


On Tue, Nov 25, 2008 at 2:57 PM, Lindsay Mathieson
<lindsay.mathieson at gmail.com> wrote:
> On Tue, 25 Nov 2008 11:57:05 pm Steve Heistand wrote:
>> On Tue, 25 Nov 2008 17:52:58 +1000, Lindsay Mathieson wrote
>>
>> > I have a few DVD's ripped to ISO that I'd like to play with the Internal
>> > player from a custom theme menu entry - is that possible?
>>
>> add something like the following to your mythfrontend menu of choice:
>>
>>         <button>
>>                 <type>VIDEO</type>
>>                 <text>some descriptive text here</text>
>>                 <action>EXEC mplayer file.iso</action>
>>         </button>
>
> Yes, I've done that (under my home directory). I was hoping I could use the
> internal player as its better integrated than xine or mplayer, but apparently
> that's no currently possible.
>
> Thanks,
>
> --
> Lindsay
> http://members.optusnet.com.au/~blackpaw1/album
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Does this work?

        <button>
                <type>VIDEO</type>
                <text>some descriptive text here</text>
                <action>EXEC mythtv file.iso</action>
        </button>

At least i think you can launch the internal player from the terminal
with the mythtv command.


More information about the mythtv-users mailing list