1

Where is the information for the audio/video sources stored?

I know in the xbmc GUI you can add sources, but they use the IP address (e.g. 192.168.1.2). This works out great until the address changes. Then I have to remove and re-add it back with the new address.

I am able to resolve the same host using the hostname.local convention, and I would like to use this for my sources as well.

Ryan Gates
  • 111
  • 8

1 Answers1

0

The sources are stored in

~/.xbmc/userdata/sources.xml

I found this out through their code posted on github. Specifically this snippet parsing through the sources file, and from this snippet showing the folder.

I have setup the host that serves the content as a static local IP through my router, while I find a more universal solution.

Ryan Gates
  • 111
  • 8