• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting No more DLNA profiles?

     
    • 1 Vote(s) - 5 Average

    No more DLNA profiles?

    Before 10.9 the old DLNA feature used to allow for custom profiles
    doc_jellyfin
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:Germany
    #3
    2024-06-23, 11:18 PM
    I also have this problem after upgrading to 10.9.6!

    Found the new folder (jellyfin/plugins/DLNA_2.0.0.0/profiles) and copied the old working file (config/dlna/user/Sonos Speakers.xml)

    Sadly this does NOT work!


    Log:
    Quote:[2024-06-24 01:02:05.521 +02:00] [INF] [17] Jellyfin.Plugin.Dlna.DlnaManager: No matching device profile found. The default will need to be used.
    DeviceIdentification { FriendlyName: "192.168.1.x - Sonos Era 300 - RINCON_xxx Büro", ModelNumber: "S41", SerialNumber: null, ModelName: "Sonos Era 300", ModelDescription: "Sonos Era 300", ModelUrl: "http://www.sonos.com/products/zoneplayers/S41", Manufacturer: "Sonos, Inc.", ManufacturerUrl: "http://www.sonos.com", Headers: [] }


    cat plugins/DLNA_2.0.0.0/profiles/Sonos\ Speakers.xml
    Quote:<?xml version="1.0" encoding="utf-8"?>
    <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Name>Sonos Speakers</Name>
      <Identification>
        <FriendlyName />
        <ModelNumber />
        <SerialNumber />
        <ModelName />
        <ModelDescription />
        <ModelUrl />
        <Manufacturer>Sonos</Manufacturer>
        <ManufacturerUrl />
        <Headers />
      </Identification>
      <FriendlyName />
      <Manufacturer>Jellyfin</Manufacturer>
      <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
      <ModelName>Jellyfin Server</ModelName>
      <ModelNumber>01</ModelNumber>
      <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
      <SerialNumber />
      <SupportedMediaTypes>Audio</SupportedMediaTypes>
      <UserId><removed></UserId>
      <AlbumArtPn>JPEG_SM</AlbumArtPn>
      <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
      <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
      <MaxIconWidth>48</MaxIconWidth>
      <MaxIconHeight>48</MaxIconHeight>
      <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
      <MaxStaticBitrate>140000000</MaxStaticBitrate>
      <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
      <MaxStaticMusicBitrate>8000000</MaxStaticMusicBitrate>
      <SonyAggregationFlags />
      <ProtocolInfo>http-get:*:video/mpeg:*,http-get:*:video/mp4:*,http-get:*:video/vnd.dlna.mpeg-tts:*,http-get:*:video/avi:*,http-get:*:video/x-matroska:*,http-get:*:video/x-ms-wmv:*,http-get:*:video/wtv:*,http-get:*:audio/mpeg:*,http-get:*:audio/mp3:*,http-get:*:audio/mp4:*,http-get:*:audio/x-ms-wma:*,http-get:*:audio/wav:*,http-get:*:audio/L16:*,http-get:*:image/jpeg:*,http-get:*:image/png:*,http-get:*:image/gif:*,http-get:*:image/tiff:*</ProtocolInfo>
      <XmlRootAttributes />
      <DirectPlayProfiles>
        <DirectPlayProfile container="" audioCodec="mp3,wav" videoCodec="" type="Audio" />
      </DirectPlayProfiles>
      <TranscodingProfiles>
        <TranscodingProfile container="mp3" type="Audio" videoCodec="" audioCodec="mp3" protocol="Http" estimateContentLength="true" transcodeSeekInfo="Bytes">
          <Conditions />
        </TranscodingProfile>
      </TranscodingProfiles>
      <ContainerProfiles />
      <CodecProfiles>
        <CodecProfile type="Audio" codec="opus">
          <Conditions />
          <ApplyConditions />
        </CodecProfile>
      </CodecProfiles>
      <ResponseProfiles />
      <SubtitleProfiles>
        <SubtitleProfile format="srt" method="External" />
        <SubtitleProfile format="sub" method="External" />
        <SubtitleProfile format="srt" method="Embed" />
        <SubtitleProfile format="ass" method="Embed" />
        <SubtitleProfile format="ssa" method="Embed" />
        <SubtitleProfile format="smi" method="Embed" />
        <SubtitleProfile format="dvdsub" method="Embed" />
        <SubtitleProfile format="pgs" method="Embed" />
        <SubtitleProfile format="pgssub" method="Embed" />
        <SubtitleProfile format="sub" method="Embed" />
        <SubtitleProfile format="subrip" method="Embed" />
        <SubtitleProfile format="vtt" method="Embed" />
      </SubtitleProfiles>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    No more DLNA profiles? - by seemebreakthis - 2024-06-06, 08:10 AM
    RE: No more DLNA profiles? - by TheDreadPirate - 2024-06-06, 02:34 PM
    RE: No more DLNA profiles? - by doc_jellyfin - 2024-06-23, 11:18 PM
    RE: No more DLNA profiles? - by Suhsi - 2024-06-27, 11:14 AM
    RE: No more DLNA profiles? - by carrierfry - 2024-06-29, 02:07 PM
    RE: No more DLNA profiles? - by seemebreakthis - 2024-07-01, 01:09 PM
    RE: No more DLNA profiles? - by carrierfry - 2024-07-01, 03:41 PM
    RE: No more DLNA profiles? - by TheDreadPirate - 2024-07-01, 02:14 PM
    RE: No more DLNA profiles? - by Suhsi - 2024-07-07, 02:08 PM
    RE: No more DLNA profiles? - by Suhsi - 2024-09-14, 12:21 PM
    RE: No more DLNA profiles? - by doc_jellyfin - 2024-09-20, 08:31 PM
    RE: No more DLNA profiles? - by alexiordan - 2024-09-25, 05:56 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode