PainToad Wrote:To answer my own question, the following should (going to try on the weekend) allow mythtv backend on XBMC Live.
https://help.ubuntu.com/community/MythTV...er/Backend
Ah, now I follow. I keep forgetting that xbmc is multi-platform
ksufinger
Member Joined: Oct 2005 Reputation: 0 |
2009-01-09 00:05
Post: #21
PainToad Wrote:To answer my own question, the following should (going to try on the weekend) allow mythtv backend on XBMC Live. Ah, now I follow. I keep forgetting that xbmc is multi-platform
|
| find quote |
sebj
Senior Member Posts: 171 Joined: Nov 2008 Reputation: 0 |
2009-01-09 20:58
Post: #22
I used it on the Xbox in the past and loved it. It's great to see this on linux!
ALPHA 4 doesn't work AFAIK wth Mediastream, but it's a great develpment nonetheless! Thanks! |
| find quote |
jfath
Junior Member Posts: 33 Joined: Oct 2008 Reputation: 0 |
2009-01-09 23:27
Post: #23
This looks great! Working well for watching live TV from my remote master backend MythTV box.
How do you specify multiple recording directories? My MythTV is set up to store live into one directory and recorded into another. I have the parent directory mounted on my XBMC machine, and I can specify the path as /mnt/blahblahblah/live to view live TV. I couldn't figure out how to enter another path such as /mnt/blahblahblah/rec. I tried entering multiple paths separated by commas, semicolons, etc. but kept getting a bad path error. Thanks for this great script. Jerry |
| find quote |
analogue
Skilled Python Coder Posts: 149 Joined: May 2008 Reputation: 5 |
2009-01-10 01:49
Post: #24
I thought it would be intuitive to separate paths with the platform specific path separator char but I guess everything can't be so easy :-)
linux: /my/dir1:/my/dir2:/my/dir3 windows: C:\my\dir1;C:\my\dir2;C:\my\dir3 |
| find quote |
Phunky
Junior Member Posts: 12 Joined: Aug 2008 Reputation: 0 |
2009-01-10 11:54
Post: #25
Great work - i'm waiting eagerly to switch from MP to XBMC!
|
| find quote |
jfath
Junior Member Posts: 33 Joined: Oct 2008 Reputation: 0 |
2009-01-10 13:12
Post: #26
>I thought it would be intuitive to separate paths with the platform specific path separator
I thought I had tried that, so I double checked and still have a problem. When I enter multiple paths separated by a colon, I get an error dialog that says: Recording directory 'mypath' does not exist. The 'mypath' path is always the second directory in the list, so if I enter: /mnt/mythtv/live:/mnt/mythtv/rec I get: Recording directory '/mnt/mythtv/rec' does not exist. If I enter: /mnt/mythtv/rec:/mnt/mythtv/live I get: Recording directory '/mnt/mythtv/live' does not exist. If I enter three paths separated by colons, I still get an error referring to the second path. All paths do actually exist and work fine if they are the only path entered. BTW: I'm running Kubuntu 8.04 Let me know if I can provide more info on this. Thanks again. Jerry |
| find quote |
analogue
Skilled Python Coder Posts: 149 Joined: May 2008 Reputation: 5 |
2009-01-10 21:26
Post: #27
jfath Wrote:>I thought it would be intuitive to separate paths with the platform specific path separator Created issue @ http://code.google.com/p/mythbox/issues/detail?id=1 It would help if you attach your entire mythbox.log to the issue. Thanks! |
| find quote |
apanloco
Member Posts: 70 Joined: Mar 2008 Reputation: 0 |
2009-01-11 14:43
Post: #28
Works great for me (658). I had to raise the LiveTV buffer otherwise it kept stuttering. I have BE & FE on same machine. Default of 1024 stuttered, and so did 4096. So I just took 9999 and then it worked. So I suggest you raise the default value. If you feel this is weird I can provide a log.
Things I noticed: - When it is buffering, pressing cancel has no effect. When buffering is complete it still starts to play. - When you are watching LiveTV, and go back to the channels (at this point you only hear the tv), you have to stop the playback before you can start playback on a new channel. Would be nice if it automatically stopped if you pressed a channel different than what your watching. (I can open bugs for tracking if you want) Nice work, works really well. /D |
| find quote |
jfath
Junior Member Posts: 33 Joined: Oct 2008 Reputation: 0 |
2009-01-11 16:37
Post: #29
Just to finish the thread about multiple directories:
I think my problems were being caused by intermittent network problems on the mounted MythTV box. I tried multiple local dirs and everything was fine. I then fixed my network issues and everything works well. I noted this in a comment on the issue tracker. Sorry for the bad report. BTW: I also got stuttering on live at 1024 and 4096. 8192 works well for me. Thanks again - MythBox is great! Jerry |
| find quote |
analogue
Skilled Python Coder Posts: 149 Joined: May 2008 Reputation: 5 |
2009-01-11 23:51
Post: #30
apanloco Wrote:Works great for me (658). I had to raise the LiveTV buffer otherwise it kept stuttering. I have BE & FE on same machine. Default of 1024 stuttered, and so did 4096. So I just took 9999 and then it worked. So I suggest you raise the default value. If you feel this is weird I can provide a log. Please open bugs for tracking. Much appreciated.. |
| find quote |