FAQ  •  Register  •  Login

How do you change the DLNA server name?

<<

rickmc

Serviio newbie

Posts: 2

Joined: Fri Jul 26, 2013 2:38 pm

Post Fri Jul 26, 2013 2:40 pm

How do you change the DLNA server name?

Hi,

I am testing Serviio and was wondering if there was a way to change the name the XBox 360 sees through the DLNA server? Currently it says "Serviio-HomeDell-PC" and I would like to change it.

Thanks,
Rick
<<

atc98092

User avatar

DLNA master

Posts: 5431

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Jul 27, 2013 1:31 am

Re: How do you change the DLNA server name?

rickmc wrote:Hi,

I am testing Serviio and was wondering if there was a way to change the name the XBox 360 sees through the DLNA server? Currently it says "Serviio-HomeDell-PC" and I would like to change it.

Thanks,
Rick


My Serviio is listed by the computer name. My server is simply named "server", so that's what shows up on my video boxes. My guess is your computer name is "HomeDell-PC". Rename the computer and you change the Serviio advertised name. Now if there's a setting in the config file that you can alter, I'm unaware of it. Zip could answer for sure.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Sat Jul 27, 2013 6:18 am

Re: How do you change the DLNA server name?

It's controlled via config/profiles.xml , at the very top of the file.
  Code:

                        <FriendlyName>Serviio ({computerName})</FriendlyName>
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

rickmc

Serviio newbie

Posts: 2

Joined: Fri Jul 26, 2013 2:38 pm

Post Sat Jul 27, 2013 5:35 pm

Re: How do you change the DLNA server name?

Awesome! Thanks.

Rick
<<

Paradox

Serviio newbie

Posts: 2

Joined: Fri Feb 28, 2014 4:53 am

Post Fri Feb 28, 2014 3:08 pm

Re: How do you change the DLNA server name?

will wrote:It's controlled via config/profiles.xml , at the very top of the file.
  Code:

                        <FriendlyName>Serviio ({computerName})</FriendlyName>


What about on a mac?
<<

Iveky

User avatar

DLNA master

Posts: 329

Joined: Thu Jan 31, 2013 5:17 pm

Location: Split, Croatia

Post Fri Feb 28, 2014 4:39 pm

Re: How do you change the DLNA server name?

you can put that line also into specific device's profile, in Device Description:
(that way I distinguish which profile I have selected, cos I copy also older profiles in new version, so I have 1.3, 1.3.1, 1.4 and now 1.4.1 version of Samsung EF profile)

  Code:
   <Profile id="Samsung6800" name="SamsungTV ES6800 ver 1.4.1" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
         <ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
           <Detection>
         <UPnPSearch>
            <FriendlyName>(^\[TV\][A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)|^\[TV\] Samsung</FriendlyName>            
            <ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
         </UPnPSearch>   
         <HttpHeaders>
            <!-- for BD players -->
            <User-Agent>(.*SEC_HHP_BD-[EF].*)|(.*SEC_HHP_\[(HT|BD)\][EF].*)</User-Agent>
         </HttpHeaders>
      </Detection>
      <DeviceDescription>
         <FriendlyName>Serviio 1.4.1</FriendlyName>
                   <ExtraElements>
                               &lt;sec:ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:ProductCap&gt;
                               &lt;sec:X_ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:X_ProductCap&gt;
                    </ExtraElements>
                </DeviceDescription>
<<

norm

Serviio lover

Posts: 72

Joined: Tue Apr 09, 2013 3:18 pm

Post Sun Feb 01, 2015 10:02 am

Re: How do you change the DLNA server name?

will wrote:It's controlled via config/profiles.xml , at the very top of the file.
  Code:

                        <FriendlyName>Serviio ({computerName})</FriendlyName>

Thanks great post! After upgrading to Serviio 1.5 on my Zyxel NAS Serviio started appearing on my network as "Serviio (localhost.localdomain)". I think serviio is doing a nslookup trying to resolve the hostname of the device. I could change this in the /etc/hosts file but my NAS overwrites /etc/hosts on reboot. The above seems to fix the probem nicely. Thanks!
<<

Iveky

User avatar

DLNA master

Posts: 329

Joined: Thu Jan 31, 2013 5:17 pm

Location: Split, Croatia

Post Tue Feb 03, 2015 9:19 am

Re: How do you change the DLNA server name?

edit profiles.xml
http://serviio.org/index.php?option=com ... icle&id=16

Sent from my LG-E440 using Tapatalk 2

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 82 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.