*** Official Kodi (née XBMC) Thread ***

That should be correct.

However, as you have a mixture of Windows and Linux, have you created the sources with the "smb://" prefix (see the very first post in this thread for details as to why)?

How is it "not working"? Do you get any messages?
 
That looks fine - nfs is good for the Pi as it's lower overhead.

What does the contents of your xbmc debug log from the Pi say? (Post it to somewhere like Pastebin then just put the link here)

From that, we can tell whether it's actually read the advancedsettings and connected properly.
 
You've got the following in the debug log, but not too sure of the timestamps.

01:00:17 T:3059089952 ERROR: Unable to open database: xbmc_music46 [2003](Can't connect to MySQL server on '192.168.178.21' (101))


Could you delete the debug log, open XBMC and immediately close it, then paste the logs, so it's simply got the startup and shutdown code?
 
It's possible, if the network isn't available when XBMC starts. I think there's a way of making XBMC wait for the server to be available before starting, but can't remember what...

Delete (or rename) the local MyVideos and MyMusic database files (as you won't be needing them anyway) - if they get recreated (and/or you get an empty library) then you know it's not connected.
 
Oooh, I've just found that you can also redirect your PVR and EPG databases to MySQL, by simply duplicating the format of the video and music databases to the advancedsettings :)

This should prevent me from needing to re-load the EPG database on each client every time.

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.1</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>
    <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.1</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>
    <epgdatabase>
        <type>mysql</type>
        <host>192.168.1.1</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </epgdatabase>
    <tvdatabase>
        <type>mysql</type>
        <host>192.168.1.1</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </tvdatabase>
</advancedsettings>
 
Excellent, glad you've got it running now :)

Not having to update the library on all the devices was really the main reason for going with MySQL at home (the ability to stop/restart elsewhere is useful, but I've not really used it as much as I should!)
 
XBMC will never run on RDP - you need to log in properly and then connect via VNC or TeamViewer etc. Even with Windows 8 or WHS 2011 or Server 2012.

I make my server auto-log in upon startup and auto start XBMC for this reason.
 
I use XBMC Launcher.

I don't have XBMC fire up automatically on Windows startup (in case I have an issue with it, or want to do something else on the machine immediately after boot), but I do have my "green button" on my remote launch it, which I do a few seconds after Windows loads (and the hard drive activity light stops). My HTPC goes into standby most of the time, and I set XBMCLauncher to close and re-open automatically on resume, with about a 5 second delay.

I was having issues with the responsiveness of XBMC slowing down after it had been running for a few days, needing the app to be closed and re-launched, so by changing it to do this whenever I go in/out of Standby has removed this issue.
 
pj3ihWB.png
The new official Kodi logo!

http://kodi.tv/introducing-the-kodi-logo/ said:
After many weeks of designing, deliberation, and a few beers, we are pleased to present the official logo of Kodi!

Logo Design History
It has been several months now since we introduced the new name for the software that we all love so much. In that time, the feedback we took most to heart was the fact that the community wanted to have a voice in major changes like this in the future.

So with that in mind, we went to the community for ideas and opinions on what might make the best kind of logo for our new name. The feedback we got was phenomenal, to the extent that we had a whole new problem: there were too many great ideas. Well over a hundred at last count.

thumbnail-lightWith that in mind, we did a few things to narrow down the results. First, we had a user vote to get an idea of which ideas were more popular, and where some commonalities might lay.

It became clear fairly quickly that users prefered a logo that was more design mark than wordmark. Which is to say, most votes tilted towards single really cool designs, like play symbols, highly stylized versions of the letter K, and navigation buttons, rather than highly stylized versions of the entire word. The only stylized word that got many votes was the one for which there was a nifty animation. Beyond leaning towards design marks, there was a clear preference for stylized Ks and navigation arrows.

The user designs and results of the user poll were provided to doghouse media, the design firm we determined to work with from the start. Our directive to the firm was fairly simple: try to keep it simple, try to incorporate as many ideas as possible without making it ugly, and make sure it works everywhere.

Over the next several days, dhm provided us with about a dozen ideas. A few of the problems encountered in attempting to pull in user submitted ideas included converting 3D images into flat ones that are more easily printed, making logo ideas work on a variety of backgrounds, both light and dark, and even Team Kodi disagreement about which ideas should be given more or less focus in a final design.

Ultimately, a team vote was held over seven of the submitted designs to get the views of everyone inside Team Kodi. Of the top two vote getters, doghouse media, all the designers on the team, and even a number of outside designers all agreed that the second place vote getter was infinitely better than first place.

And thus, as required by the by-laws of the Foundation, the Foundation board held a vote to determine the final logo. It was unanimously agreed to follow with the universal opinions of a half dozen designers from both inside and outside the team.

Which gets us to this logo we are pleased to present today.

Logo Usage
For users interested in using the logo for business, fansite, or other purposes, we’ve put together a fairly simple Logo Usage page for you to browse. All usage rules are designed entirely to avoid confusion or associating Kodi with something that it isn’t and should mostly be common sense. If you do have a question though, feel free to ask in the forums.

A Challenge
Because the logo idea thread worked so well, we’ve got one last request. As previously mentioned, one of the most popular logos that we weren’t able to go with owed a great deal of its popularity to a REALLY cool animation associated with it. It was so popular internally that it reignited the idea of eventually animating the Kodi start screen. And so our request, our challenge to you all is this: animate the official Kodi logo. Make it look awesome. While it’s far too late for an animation to make it as the boot image for Kodi 14, there’s a very real chance that your work could be the first thing all of our over two million users see in Kodi 15 or sometime in the future.

To submit your animation, save it as an animated gif to imgur or your preferred image sharing site. Then post it here in the forum. We look forward to seeing what you come up with. Additionally, you can pull from a number of other official logo variations from this page, though we’ll probably prefer a dark or black background for any final animation.

And thanks again to all of our thousands of users who helped us move forward with this logo. We could not have done it without you.
 
In other news, my old Yamaha DSP-AX757SE has bitten the dust - won't power on, and it's not the C406 capacitor which was the resolution to every other thread I've found on the internet with the same issue on similar models.

So, I popped down to my local Richer Sounds yesterday, and picked up a clearance Yamaha RX-V575 for just £180 (down from £300) - granted it had no accessories...

I'm now working on a plugin for Kodi so that I can have the receiver automatically switch on/off with Kodi, as well as intercepting the volume buttons on the PC remote to change the volume on the receiver itself.

Once I've got a working version done I'll put some more details up. So far I've got it detecting the receiver, connecting and sending a volume down command.
 
You'd probably find that it was listed twice. You'd then need to check the filenames and play the local one.

The same occurs if you have say an SD and an HD copy of a film.
 
Tried today, still not working:confused: My AV receiver still showing PCM when playing HD movies. Anyone else have any ideas or having the same issue?

Have you enabled Passthrough, selected the correct device, and then enabled the HD formats?

I can't remember whether these options show if you're not in one of the more advanced settings modes.
 
It could be that Windows doesn't believe that the device supports the HD formats.

Take a look through this thread at the troubleshooting.

It would be interesting to know what solved it, once you solve it :)
 
Back
Top Bottom