sdsnyr94 Wrote:Do you have a Mythtv setup? If so, have you tried the mythbox add-on? It may give you an idea for a possible layout, if you want to go that route.
I switched about half a year ago from mythfrontend to xbmc just because it looks amazing.
I know Mythbox, it's a great addon.
But still I prefer the PVR libcmyth version from tsp42 because it's better integrated into the gui of xbmc.
My point is that I don't want to implement something (like the music ui) which already works great.
MrBasset Wrote:I think you'll find that that distant future is nearer than you think. The DEVs are in the process of moving functionality out of the core, for example the PVR add-on for Myth is looking to remove the LibMyth (or what ever the library is called, the name escapes me right now), and replace it with an add-on which uses myth's XML api.
Do you mean this one?
http://forum.xbmc.org/showthread.php?tid=110694
As I now it's the only addon for the pvr version?
MrBasset Wrote:Also the Binary Add-on functionality that is used for the CEC integration gives XBMC the ability to deliver this functionality outside of the core. I suspect that you'd get a lot more support from the DEVs if you look to deliver something like this. You would still get the seamless integration you are looking for, but a key advantage is that you wouldn't be tied into a release of XBMC to do it, not would you need the blessing and approval of the XBMC DEVs to include your code. Additionally you also wouldn't need to familiarise yourself with the guys of XBMC in quite the same way, but instead you'd need to code to the music player APIs much like the ICE streaming plug-ins do.
Still though just me two cents, but I do think that you are heading in the wrong direction if you want to try and add compatibility to the core code.
Thanks this sounds great!
The seamless integration is a thing that I'd really like to have. Maybe I have missed a point with the favorites but I'd prefer to have the main screen to be easier customisable...
In the beginning I thought it's not possible to have the seamless integration without changing something in the core. But it's absolutely great if I can do the same with an addon
What ICE streaming plug-ins do you mean?
I couldn't find it.
But it sounds as a good starting point.
MrBasset Wrote:Oh, reason I asked this is for you to check out the IP policy for your Uni to make sure it is compatible with XBMC's GPL license. Reason I say is that my final project at Uni was for a company that sponsored my last year. They had to pay my university for the IP rights as the standard policy was that the university owns IP rights on anything the students produce. If your Uni does something similar they might get a little upset with you if you open source code that they think they own. It might be nothing, back when I went to Uni open source didn't exist so they never had to accommodate that kind of thing, but it's not worth loosing your degree over if they choose to punish you that way.
Thank you for the info!
There are semester projects for android so this shouldn't be a problem.
But I will ask about that to be sure.
bossanova808:
Isn't xbmc able to play the stream directly from lms?
I wanted to give xbmc the ability to talk directly to lms. Do you think this would be too hard to do?
Maybe I can use some parts of squeezeslave to do the plugin for xbmc.