Running XBMC UPnP Server without keeping XBMC open

0

I have a few PCs at home, one of them, and HTPC, is connected to a storage device that holds most of my media. It's also connected to a TV, and I use XBMC on it to watch movies and TV shows.

I recently enabled the XBMC UPnP media server and turned off Media Player's one. I also installed XBMC on my other PCs and can now easily access my media library on them too. However, they can only access the library when XBMC is running on the HTPC.

Is there a way to keep the XBMC server running while XBMC itself isn't. Like a Windows service or something?

Edgar

Posted 2014-08-06T06:45:33.107

Reputation: 93

What have you tried already? A quick Google shows several ways to run XBMC as a service, not even including generic approaches to run applications as a service. – mtak – 2014-08-06T08:14:20.487

I haven't tried running it as a service. Care to share these links you found? – Edgar – 2014-08-07T10:35:50.570

1Take your pick – mtak – 2014-08-07T10:38:30.293

I was hoping a solution would be built into XBMC, but I guess it wasn't designed to be a media server. – Edgar – 2014-08-07T13:24:44.183

1If you're looking for a media server, use Plex Software instead. It could be an all-around media server for your Anroid devices, PC, HTPC, SmartTV and also web browsers. There are "how-tos" on how you would do this. I've followed a guide before, I googled "how to setup a headless media server". – GaryP – 2014-09-11T11:49:55.077

Answers

1

At the time of writing it looks like XBMC doesn't have a standalone media server. It's only active while the XBMC UI is running.

As an alternative I've started using Plex, which has the standalone server that I was looking for. The server is managed through a web UI, which also has a player.

Overall I believe Plex is a superior and a more user-friendly solution than XBMC.

  • It has player apps for all platforms, plus the web player.
  • The apps can play my media even if the device is not on the same network as my server, no VPN necessary.
  • My library is accessible and manageable online via app.plex.tv
  • My library can be easily shared with and played by other users, like my parents. Each user has their own watched statuses and resume states.
  • Library refreshing seems to be more automated and smarter than XBMC.
  • It basically lets you build your own Netflix as long as you have an HTPC to host it all with and a good broadband connection.

The only downside is that it's not free, you have to pay for the apps and some premium features like sharing, but it doesn't cost much, and I think it's worth the money.

Edgar

Posted 2014-08-06T06:45:33.107

Reputation: 93

1@fixer1234 Thanks for taking an interest. I've written a more detailed answer. – Edgar – 2016-09-05T07:34:38.200