Hi. I use synology 920+ and using File Station I opened up the volume and I followed the directory path listed in @nlaslett solution but there is no “Profiles” folder !!! In the “Plex Media Server” folder I have “Cache”, “Codecs”, “crash reports”, “diagnostics”, “logs”, “media”, “metadata”, “plug-in support”, “plug-ins” but NO “PROFILES”! Can anyone help?
I’m uploading my 500GB music collection to my truck… it’s “converting” every single MP3 file
I put the Custom_Android or Custom_NoTranscoding xml to /Plex\ Media\ Server/Profiles/Android.xml in my Freenas and instead of transcoding, i get error saying something like Invalid metadata error. Please help!
this xml seems to work!
<?xml version="1.0" encoding="utf-8"?>
<Client name="Custom_Android">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="http" container="mp4" codec="mpeg1video,mpeg2vid
eo,mpeg4,h264,vp8,vp9,Hevc,h265" audioCodec="eac3,ac3,dca,aac,mp2,mp3,pcm" subti
tleFormat="srt" />
<MusicProfile container="mp3" codec="mp3" id="StereoMusicTranscodeProfile" /
>
<PhotoProfile container="jpeg" />
<SubtitleProfile container="srt" codec="srt" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mkv" codec="mpeg1video,mpeg2video,mpeg4,h264,vp8,vp
9,Hevc,h265" audioCodec="eac3,ac3,dca,aac,mp2,mp3,pcm" subtitleFormat="srt" />
<MusicProfile container="mp3" codec="mp2,mp3" />
<PhotoProfile container="jpeg,gif,webp,png" />
<SubtitleProfile container="srt" codec="srt" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoCodec name="*">
<Limitations>
<UpperBound name="video.width" value="8920" isRequired="true" />
<UpperBound name="video.height" value="8080" isRequired="true" />
</Limitations>
</VideoCodec>
</CodecProfiles>
</Client>
No unfortunately with changed xml the file is synced but does not play.
Directly from the server, the media of course plays. It can’t be a codec problem, the sync is just broken.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.