• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 51
MythTV front-end client built-into to XBMC
#61
It seems to fail to tune to the channel. Is the backend really running? The channel list is taken from db, not from the backend so it can still show up even if the actual backend isn't running.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#62
yes backend is running.

this is its output from xbmc when entering recordings folder
2008-02-08 01:06:14.427 adding: media-server as a client (events: 0)
2008-02-08 01:06:14.427 MainServer::HandleAnnounce Monitor

and this is the same for the mythfrontend
2008-02-08 01:06:14.427 adding: media-server as a client (events: 1)
2008-02-08 01:06:14.438 MainServer::HandleQueryRecordings()

I dont need gmyth streamer or any of the others do i?
Reply
#63
not output from xbmc but i guess you know what i mean
Reply
#64
no you don't need gmythstreamer. i really don't know what could be the cause. you could try and download gmyth-cat and see if you can playback stuff with mplayer and that.

gmyth-cat -h backend_ip -p backend_port -c 65 > test.mpg

And play test.mpg with mplayer. Or you can change command line to grab a recording instead.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#65
gmyth-cat worked for live tv stream here is a log of both gmyth-cat and mythbackend
http://pastebin.com/d3c5f7de8

Im heading to bed for now.

Nick
Reply
#66
Using XBMC Linux and gmyth -- can you delete MythTV recordings? (and it properly deletes/updates the backend) ?
Reply
#67
Im pretty sure gmyth is capable of this but dont think it has been implemented yet by elupus.
Reply
#68
ok updated today to latest svn which didnt fix my problem so i did abit more experimenting and put the port number after the hostname which now works. Live tv is still pretty buggy but it is farr better than i was expecting.

keep up the good work elupus.
Reply
#69
Does automatic commercial skipping work? (it reads the commflag data from the myth database and auto skips)
Reply
#70
I'm not quite sure as my mythtv setup needs some settings tweaking itself. But i will say that currently it is not stable enough to be replacing the regular frontend.
Reply
#71
The XBMC python script "xbmcmythtv" does all of that and more -- I love it. I wish it worked on XBMC Linux Tongue
Reply
#72
internal support for mythtv will be much more versatile than that script imo.
Reply
#73
MattPF Wrote:Does automatic commercial skipping work? (it reads the commflag data from the myth database and auto skips)
No, not yet, it needs to be implemented into the DVDPlayer first, see https://sourceforge.net/tracker/index.ph...tid=581841
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#74
Deleting Recorded shows shouln't be hard to add at all. Can do in a few days. Just not sure how much time I want to spend using the gmyth client.

It's annoying that I can't port it easily to xbox. Too many dependencies. Plus it's quite slow. Found another lib that i might start using instead. cmyth, will give it a try and see how well it works.

Adding the filesystem stuff into xbmc directly makes alot of sence since it removes the xbmcmyth script's requirement of smb:// sharing the recordings. plus livetv playback should be quicker and easier to change channels on.

I'm pondering adding a local mythtv url that provides a xmltv xml file. Could then be used by python gui's to display a EPG. Think doing it that way makes alot of sence. It's a standardized format after all. Anybody know of any python script that can read xmltv xml's and display them?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#75
Smile 
elupus Wrote:Anybody know of any python script that can read xmltv xml's and display them?
I actually think that there are several available for XBMC,...

...however you probably want to start with the "XBMC MythTV" script:
https://sourceforge.net/projects/xbmcmythtv/

The "myTV" script is also suppose to be really good, see:
http://xbmc.orgforum/showthread.php?t=22273

Then there is the "Interactive TV-Guide (Python XMLTV)"
http://forum.xbmc.org/showthread.php?tid=3989

and "xmlTVDaemon"
http://www.based.com/xmltvdaemon/

I also believe that the "XBMC Tuxbox Enigma Stream Client"
http://forum.xbmc.org/showthread.php?tid=23834
and the "MP & XBMC intergration scripts" can also display XMLTV listing.xml
http://forum.team-mediaportal.com/plugin...07-a-2263/

There is also a native C++ patch for XMLTV display in XBMC, see "Half-finished TV-listings code (XMLTV-GUI)" which might be the best option long term:
http://forum.xbmc.org/showthread.php?tid=12948

elupus Wrote:I'm pondering adding a local mythtv url that provides a xmltv xml file. Could then be used by python gui's to display a EPG. Think doing it that way makes alot of sence. It's a standardized format after all.
Sounds like a good idea to me, leaves it option for future options as well

Cool
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 51

Logout Mark Read Team Forum Stats Members Help
MythTV front-end client built-into to XBMC1