View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Aug 19, 2005 12:22 am 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Okay, I have been having trouble getting Xine to play iso images from the frontend. I can get it to play if I open an xterm and type:
Code:
xine dvd:///myth/video/movie.iso

where movie.iso is the name of the iso file I want to watch.

How do I replicate this in the frontend to play when I click on the movie? I've tried adding a new file type in the configuration and playing with the command and have had no success. Any suggestions?

I'm also going to want to figure out how to configure my lircrc to allow me to navigate the menus in xine using my remote. I just realized this and haven't done a search yet, so if the information is readily available just state as so. I don't want to start messing with lircrc until I get xine working, though.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 12:34 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
have you tried xine dvd:///myth/video/%s

as for the lirc config there is one somewhere on the forums, from a LONG time ago, but I thought the default knoppmyth config had that in there too, thought I could be mistaken on that account, as my config files have followed me for a long time through autoupgrades.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 12:41 am 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Okay, I used khrusher's (hope I didn't butcher his name...) suggestion of using google with the site:mysettopbox.tv option and I found a solution. Sorry that I didn't do that search first. My solution was this command line for the iso file type:
Code:
xine -pq -V Xv -f dvd://%s


well, lets see if I can use google to find the answer to my lircrc menu question...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 1:06 am 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Yep, google came through for me again. The lircd edit was fairly straightforward:

Code:
begin
prog = xine
button = UP
repeat = 3
config = EventUp
end

begin
prog = xine
button = DOWN
repeat = 3
config = EventDown
end

begin
prog = xine
button = LEFT
repeat = 3
config = EventLeft
end

begin
prog = xine
button = RIGHT
repeat = 3
config = EventRight
end

begin
prog = xine
button = OK
repeat = 3
config = EventSelect
end


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 4:45 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Some other options, the Xine section of my /home/mythtv/.mythtv/lircrc file looks like this.
Code:
##XINE

begin
prog = xine
button = PLAY
repeat = 3
config = Play
end

begin
prog = xine
button = STOP
repeat = 3
config = Stop
end

begin
prog = xine
button = BACK/EXIT
config = Quit
end

begin
prog = xine
button = PAUSE
repeat = 3
config = Pause
end

begin
prog = xine
button = CH+
repeat = 4
config = EventUp
end

begin
prog = xine
button = CH-
repeat = 4
config = EventDown
end

begin
prog = xine
button = VOL-
repeat = 4
config = EventLeft
end

begin
prog = xine
button = VOL+
repeat = 4
config = EventRight
end

begin
prog = xine
button = OK
repeat = 0
config = EventSelect
end

begin
prog = xine
button = MENU
repeat = 0
config = Menu
end

#vol down
begin
prog = xine
button = YELLOW
repeat = 1
config = Volume-
end

#vol up
begin
prog = xine
button = Red
repeat = 1
config = Volume+
end

begin
prog = xine
button = Mute
repeat = 2
config = Mute
end

begin
prog = xine
button = FFW
repeat = 2
config = SeekRelative+30
end

begin
prog = xine
button = REW
repeat = 2
config = SeekRelative-30
end

#ch up
begin
prog = xine
button = Green
repeat = 2
config = SeekRelative+60
end
#ch down
begin
prog = xine
button = Blue
repeat = 2
config = SeekRelative-60
end

#prev chapter
begin
prog = xine
button = REPLAY
repeat = 2
config = EventPrior
end

#next chapter
begin
prog = xine
button = SKIP
repeat = 2
config = EventNext
end

#prev subtitle channel
begin
prog = xine
button = Blank
repeat = 2
config = SpuPrior
end

#next subtitle channel
begin
prog = xine
button = Full
repeat = 2
config = SpuNext
end

begin
prog = xine
button = Record
repeat = 3
config = Snapshot
end


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu