Posts: 43
Joined: Sep 2011
Reputation:
0
Thanks for the reply.
Still, on my openelec linux distribution (running on my intel pc), I'm not able to right click (or use C to bring up the context menu) and add the addon to favourites. I've tried a dozen other video plugins, and it's the same...
But thanks for sharing the contents of the favourites.xml. I've modified my favourites.xml and it works like a charm!
Though one question remains. When I enter the plugin, I am given the possibility to either watch "Live TV" or "Recordings".
I know this option was added in a previous version...
Would there be any possibility to add a feature to provide the user with a option to either enable/disable these two features?? I for one never use "Live TV" for instance and would like to be taken directly to my "Recordings"...
Thanks again!
Posts: 3
Joined: Dec 2010
Reputation:
0
I just updated XBMC to 12-Frodo on my (Mid 2011) core i7 Mac mini and decided to install the add-on: EyeTV parser (2.1.3) to play my EyeTV recordings in XBMC. However, after installing, enabling and completing the setup when I select the EyeTV parser select recordings and it shows me my recordings list all I have to do is slide the mouse curser over one of the recordings and XBMC crashes.
Posts: 3
Joined: Dec 2010
Reputation:
0
2013-02-01, 18:05
(This post was last modified: 2013-02-01, 21:11 by cybex53.)
Beenje
I placed my XBMC.log (x86-64bit XBMC) at XBMCLogs.com (31794)
I downloaded the x86-32bit version of XBMC and installed it and it seemed to work with the EyeTV parser add on. However, when I quit XBMC after using the parser XBMC would hang, I would have to force quit. I then reinstalled the x86-64bit version of XBMC and it will now allow me to watch my recordings using the EyeTV parser. However, it to would hang on XBMC exit. As long as I don't use the EyeTV Parser it will exit cleanly. (Mac OS X 10.8.2)
Posts: 3
Joined: Dec 2010
Reputation:
0
2013-02-03, 01:24
(This post was last modified: 2013-02-03, 03:48 by cybex53.)
Beenje,
I let XBMC update the EyeTV parser to (2.2.0). I can get to and watch my recordings. However, when I quit XBMC after using the parser XBMC still hangs. I still have to force quit XBMC.
If I select the EyeTV parser and select Live TV I get a warning that the "EyeTV Server is Unreachable" at this point it offers only an OK selection box. When I select the OK box XBMC crashes.
If I select the EyeTV parser and make no selection, simply go back to the Home screen XBMC exits cleanly.
I was also able to verify that using Pictures to navigate to the EyeTV archive directory makes XBMC crash.
XBMC 12.0 x86-64bit, Mac mini Mid 2011, Intel core i7 2.7GHz 8GB RAM, OS X 10.8.2, EyeTV parser 2.2.0 .
How may I be of further assistance to you, XBMC logs, Crash reports? Let me know how I can help
Thank You.
Posts: 2
Joined: Mar 2013
Reputation:
0
Beenje,
I've been running EyeTv 3 for some years and have thought a couple of times about using the parser plugin to allow xbmc to be the frontend. However I have a bunch of smart playlists, and it doesn't seem easy to use the smart playlist feature in xmbc to replicate these if I use the parser to access the recordings list.
Long story short, I hacked the plugin to access the Playlist info in the EyeTV Archive.xml file so that the menu structure looks like:
Live TV-->List of Channels
Recordings-->List of Recordings
Playlists-->List of Playlists (including number of recordings in each playlist)---> List of Recordings for Selected Playlist
Now there may be perfectly good reasons not to merge this with your code (i've not tested on anything except Frodo and EyeTV 3, but I thought I'd make the offer to
give you the changes back so that you could make that decision.
whilst I have been coding for a few decades now, python is not really my thing, so my code probably isn't quite as clean as it could be - you may have questions/ comments to make.
As a next step would you like me to submit my changes as a github pull request?
Thanks,
Gareth