• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8
Testing help needed for Myth 0.25 support
#31
I'll help with this too, I am just installing a new machine with the pvr branch, mythtv and ubuntu 12.04. I assume I use the same apt -get requirements as tsp42's?

Cheers
Bruce
Reply
#32
(2012-04-19, 17:27)rdoac Wrote: Ok, but it says it's unplayable and returns to the menu..
hmm ok. It should recognize version 72. Sounds like it is not properly installed.
Libcmyth MythTV addon for xbmc-pvr [source] [forum thread]
Reply
#33
Ok, just reinstalled just in case.. Now it loads then crashes out. Nothing special in log, but this on the console:

xbmc.bin: AddonInstaller.cpp:262: bool CAddonInstaller::CheckDependencies(const A
DDON::AddonPtr&): Assertion `addon.get()' failed.
/usr/local/bin/xbmc: line 137: 2612 Aborted (core dumped) "$LIB
DIR/xbmc/xbmc.bin" $SAVED_ARGS


It's consistent. I tried recompiling and I still get it.. Anything else I need to paste in?

Code:
13:09:21 T:2950683504   DEBUG: CFileCache::Open - opening <dev-addons/andre/addons.xml.md5> using cache
13:09:21 T:2950683504   DEBUG: FileCurl::Open(0x99d1960) http://xbmcaddons.com/dev-addons/andre/addons.xml.md5
13:09:21 T:2950683504    INFO: easy_aquire - Created session to http://xbmcaddons.com
13:09:22 T:2959076208   DEBUG: Thread XFILE::CFileCache start, auto delete: 0
13:09:22 T:2959076208    INFO: CFileCache::Process - Hit eof.
13:09:22 T:2959076208   DEBUG: Thread XFILE::CFileCache 2959076208 terminating
13:09:22 T:2950683504   DEBUG: CFileCache::Open - opening <dev-addons/andre/addons.xml> using cache
13:09:22 T:2950683504   DEBUG: FileCurl::Open(0x99c92f8) http://xbmcaddons.com/dev-addons/andre/addons.xml
13:09:22 T:2959076208   DEBUG: Thread XFILE::CFileCache start, auto delete: 0
13:09:22 T:2959076208    INFO: CFileCache::Process - Hit eof.
13:09:22 T:2959076208   DEBUG: Thread XFILE::CFileCache 2959076208 terminating
13:09:22 T:2950683504   ERROR: Repository andrepl's Addons returned no add-ons, listing may have failed
13:09:22 T:3018336064   DEBUG: XLCDproc::Connect - LCDproc data: Columns 20 - Rows 2.
13:09:22 T:2959076208   DEBUG: Received request to serve unknown md5 'DeviceDescription.xml'
Reply
#34
This is with a clean .xbmc dir

Code:
13:33:33 T:2986093424   DEBUG: DoWork - took 148 ms to load special://skin/backgrounds/videos.jpg
13:33:33 T:2973088624   DEBUG: DoWork - took 144 ms to load special://skin/backgrounds/videos.jpg
13:33:33 T:3017094976   DEBUG: UPower: Recieved an unknown signal NameAcquired
13:33:33 T:3017094976   DEBUG: Checking repositories for updates (triggered by XBMC.org Add-ons)
13:33:33 T:2986093424   DEBUG: CFileCache::Open - opening <addons/eden-pre/addons.xml.md5> using cache
13:33:33 T:2986093424   DEBUG: FileCurl::Open(0xb16a43e0) http://mirrors.xbmc.org/addons/eden-pre/addons.xml.md5
13:33:33 T:2986093424    INFO: easy_aquire - Created session to http://mirrors.xbmc.org
13:33:37 T:3017094976   DEBUG: ------ Window Deinit (Pointer.xml) ------
13:33:37 T:2977700720 WARNING: FillBuffer: curl failed with code 28
13:33:37 T:2977700720   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
13:33:37 T:2977700720   DEBUG: FileCurl::Open(0xb17c10f8) http://feeds.feedburner.com/xbmc
13:33:38 T:2964695920    INFO: WEATHER: Weather download successful
13:33:38 T:2964695920   DEBUG: GetZipList - Processing zip://special%3a%2f%2fxbmc%2fmedia%2fweather%2ezip/
13:33:38 T:2977700720   DEBUG: Got rss feed: http://feeds.feedburner.com/xbmc
13:33:38 T:2977700720   DEBUG: RSS feed encoding: UTF-8
13:33:38 T:2977700720   DEBUG: Parsed rss feed: http://feeds.feedburner.com/xbmc
13:33:38 T:2977700720   DEBUG: Thread CRssReader 2977700720 terminating
13:33:38 T:2964695920   ERROR: WEATHER: Unable to get data: Invalid License Key.
13:33:38 T:2884946800   DEBUG: Thread XFILE::CFileCache start, auto delete: 0
13:33:38 T:2884946800    INFO: CFileCache::Process - Hit eof.
13:33:38 T:2884946800   DEBUG: Thread XFILE::CFileCache 2884946800 terminating
13:33:38 T:2986093424   DEBUG: CFileCache::Open - opening <addons/eden-pre/addons.xml> using cache
13:33:38 T:2986093424   DEBUG: FileCurl::Open(0xb16a43d0) http://mirrors.xbmc.org/addons/eden-pre/addons.xml
13:33:38 T:2884946800   DEBUG: Thread XFILE::CFileCache start, auto delete: 0
13:33:39 T:2884946800    INFO: CFileCache::Process - Hit eof.
13:33:39 T:2884946800   DEBUG: Thread XFILE::CFileCache 2884946800 terminating
13:33:39 T:2986093424   ERROR: ADDON: extension '' is not currently supported for service addon
Reply
#35
(2012-04-19, 14:15)rdoac Wrote: Hmmm still getting protocol issues??

07:12:05 T:2929036144 ERROR: (cmyth)cmyth_conn_connect: asked for version 8, got version 72
07:12:05 T:2929036144 ERROR: (cmyth)cmyth_conn_connect: failed to connect with any version

How do I check which version I'm running, did a git clone but maybe it's set to the wrong branch?

After doing a git clone you have to change to the myth-0.25 branch.

Code:
$ git checkout myth-0.25

Due to all the other problems you seem to be having I'd recommend re-building and then re-install or run XBMC from the source directory.

Code:
$ ./bootstrap
$ ./configure
$ make clean
$ make
$ ./xbmc.bin
Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
Reply
#36
(2012-04-19, 17:42)OzSpeedway Wrote: I'll help with this too, I am just installing a new machine with the pvr branch, mythtv and ubuntu 12.04. I assume I use the same apt -get requirements as tsp42's?

Cheers
Bruce

The libraries that need to be on the machine are those needed for building standard vanilla XBMC. If you have the dependencies for tsp's PVR branch that will probably be fine.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
Reply
#37
Yup, that switch fixed everything. Still had to patch it slightly for libpng15 but it now more or less works.. Mythbox isn't working so I guess it's not using libcmyth?
Reply
#38
(2012-04-19, 22:04)dteirney Wrote:
(2012-04-19, 17:42)OzSpeedway Wrote: I'll help with this too, I am just installing a new machine with the pvr branch, mythtv and ubuntu 12.04. I assume I use the same apt -get requirements as tsp42's?

Cheers
Bruce

The libraries that need to be on the machine are those needed for building standard vanilla XBMC. If you have the dependencies for tsp's PVR branch that will probably be fine.

Excellent, thanks. Building now, will report back.
Reply
#39
(2012-04-19, 21:30)dteirney Wrote: After doing a git clone you have to change to the myth-0.25 branch.

Code:
$ git checkout myth-0.25

Due to all the other problems you seem to be having I'd recommend re-building and then re-install or run XBMC from the source directory.

Code:
$ ./bootstrap
$ ./configure
$ make clean
$ make
$ ./xbmc.bin

OK, sorry for my newbie-ness but I cloned your repo and then did the above on the commandline. However, the resulting app does not have the PVR functions available. I don't know if there is a switch somewhere I need to flick but the build I did with tsp42's files had the pvr already set up, the only thing is his does not do 0.25....

Cheers
Bruce
Reply
#40
OK, a visit to Google may have cleared up my issue. Recompiling now to see if I got it right.
Reply
#41
Wife is watching American Idol from Fox, am getting a little bit of jumpiness..
Code:
21:46:44 T:2980875120   DEBUG: Process - MythTV event UPDATE_FILE_SIZE: 10391 2012-04-19T21:00:00 1558047180
21:46:48 T:2881485680   DEBUG: CDVDPlayerAudio:: Discontinuity - was:837397627.622445, should be:837409482.573436, error:11854.950991
21:46:54 T:2881485680   DEBUG: CDVDPlayerAudio:: Discontinuity - was:843538124.702436, should be:843549492.173726, error:11367.471291
21:46:55 T:2980875120   DEBUG: Process - MythTV event UPDATE_FILE_SIZE: 10391 2012-04-19T21:00:00 1564001704
21:47:00 T:2881485680   DEBUG: CDVDPlayerAudio:: Discontinuity - was:849682075.657726, should be:849693413.001249, error:11337.343523
21:47:05 T:2980875120   DEBUG: Process - MythTV event UPDATE_FILE_SIZE: 10391 2012-04-19T21:00:00 1569332256
21:47:06 T:2881485680   DEBUG: CDVDPlayerAudio:: Discontinuity - was:855821827.580249, should be:855833227.598073, error:11400.017823

I know Fox uses a specific modulator which local affiliates are supposed to use but which gave VDR/VNSI a problem. I got this if I use it OTA or using Clear Qam with DD 5.1 passthrough. I will try other stations and see if it's Fox specific or also on other Networks, or just out local affiliate. I don't get any noticeable problems when playing back through mythfrontend.

Reply
#42
Sorry, I am out - not experienced enough to compile your code with pvr support. Will look at downgrading Myth on Ubuntu 12.04 instead. Good luck with the changes.

Cheers
Bruce
Reply
#43
Looks like live tv doesn't list any of my analog channels? Only the qam/atsc channels are listed. I use and HVR-1600 connected to a Comcast DTA for the cable channels..
Reply
#44
What is the difference between this and the tsp version I am currently using in terms of functionality? apart from the 0.25 support?
Reply
#45
I have done a git clone of https://github.com/dteirney/xbmc.git but how do I compile and install the 0.25 branch?
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8

Logout Mark Read Team Forum Stats Members Help
Testing help needed for Myth 0.25 support1