<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Options for Uploading or Accessing Media in Jellyfin?]]></title><description><![CDATA[<p dir="auto">I recently got Cloudron running on a Netcup VPS with NFS storage mounted (also provided by Netcup). This works great for moving individual app data for most apps off the main server, but for the Jellyfin app the Docker containerization of data seems to stop there being anyway to actually get the media into the app? A shared volume that could be 'seen' by different apps would be ideal, and this would also be great for something like sharing photos between Nextcloud and Lychee. Is this a feature that is going to be rolled out soon? I read elsewhere that something like this was planned for an earlier Cloudron release.</p>
<p dir="auto">I've been looking for possible work around using symlink or hardlinks, or mouting external storage in Nextcloud, but none of the options seem to really be viable. Rclone with a cloud provider seems to be a popular solution for Jellyfin, but I'm not sure how this would work? Any suggestions on a workaround that wouldn't break how Cloudron's backups and default behaviour works would be greatly appreciated. I have almost no experience with managing a server, so the less tinkering the better!</p>
]]></description><link>https://forum.cloudron.io/topic/2809/options-for-uploading-or-accessing-media-in-jellyfin</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 17:33:40 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2809.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Jul 2020 18:26:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 15:18:08 GMT]]></title><description><![CDATA[<p dir="auto">Never used Git, will keep that in mind for reporting any issues that I might come across with Cloudron apps!</p>
<p dir="auto">Now that I know that shared volumes is what I'm after <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61c.png?v=c34f2a691b3" class="not-responsive emoji emoji-android emoji--stuck_out_tongue_winking_eye" style="height:23px;width:auto;vertical-align:middle" title=":stuck_out_tongue_winking_eye:" alt="😜" /> (I thought it might be different somehow if it was a specific permission for an app to read data outside of it's docker container), how can I set up and use a shared volume if it's not exposed on the interface? Or is this something that's not trivial and best left alone till it's stably implemented?</p>
]]></description><link>https://forum.cloudron.io/post/11007</link><guid isPermaLink="true">https://forum.cloudron.io/post/11007</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Mon, 20 Jul 2020 15:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 15:04:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> said in <a href="/post/10987">Options for Uploading or Accessing Media in Jellyfin?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> Thanks! That worked a treat. Setting the right ffmpeg path fixed it and playback is working with and without the transcoding options disabled.</p>
</blockquote>
<p dir="auto">Glad it worked !</p>
<blockquote>
<p dir="auto">As having the ffmpeg path set up right by default, might be useful to make it more seamless for other noobs looking to run Jellyfin on Cloudron.</p>
</blockquote>
<p dir="auto">I opened an issue at <a href="https://git.cloudron.io/cloudron/jellyfin-app/-/issues/9" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/jellyfin-app/-/issues/9</a></p>
<blockquote>
<p dir="auto">Also, would it be possible to share folders between Syncthing and Jellyfin? Maybe this would be easier to achieve than more complex shared volumes?</p>
</blockquote>
<p dir="auto">What you are asking for <em>is</em> shared volumes ^^. BTW I think it's actually available in the latest cloudron versions,  just not exposed in the interface.</p>
]]></description><link>https://forum.cloudron.io/post/11005</link><guid isPermaLink="true">https://forum.cloudron.io/post/11005</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Mon, 20 Jul 2020 15:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 12:56:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> Thanks! That worked a treat. Setting the right ffmpeg path fixed it and playback is working with and without the transcoding options disabled.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> thought I'd flag this for you. As having the ffmpeg path set up right by default, might be useful to make it more seamless for other noobs looking to run Jellyfin on Cloudron. Also, would it be possible to share folders between Syncthing and Jellyfin? Maybe this would be easier to achieve than more complex shared volumes?</p>
]]></description><link>https://forum.cloudron.io/post/10987</link><guid isPermaLink="true">https://forum.cloudron.io/post/10987</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Mon, 20 Jul 2020 12:56:49 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 11:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a></p>
<ul>
<li>
<p dir="auto">Can you try setting the ffmpeg path to <code>/usr/share/jellyfin-ffmpeg</code> ? I believe the jellyfin-specific build of  ffmpeg that the Jellyfin package installs is located there by default</p>
</li>
<li>
<p dir="auto">You can try forcing the disabling of transcoding with this parameter in your user's admin options:<br />
<img src="/assets/uploads/files/1595245796832-9a5b9d56-b147-471b-a6b1-914051e64be6-image-resized.png" alt="9a5b9d56-b147-471b-a6b1-914051e64be6-image.png" class=" img-fluid img-markdown" /></p>
</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/10985</link><guid isPermaLink="true">https://forum.cloudron.io/post/10985</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Mon, 20 Jul 2020 11:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 11:30:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> I don't have Node or Docker installed (I don't have any dev experience and am quite new to server management), so I figured spinning up Ubuntu in Virtualbox would be the easiest way to start using CLI tooling.</p>
<p dir="auto">Yeah, the playback error is really odd. I even deleted and reinstalled Jellyfin, but that doesn't solve it. The FFMPEG path on the transcoding settings page in Jellyfin is empty, and I'm not able to locate it anywhere on the server when looking around with Filezilla. The default FFMPEG path is apparently - /usr/bin/ffmpeg.</p>
<p dir="auto">I tried files encoded in h.264 (with AAC audio) in an mp4 container, as I figured these would be the most universal formats that probably wouldn't require transcoding.</p>
<p dir="auto">Any help figuring this out is much appreciated.</p>
]]></description><link>https://forum.cloudron.io/post/10981</link><guid isPermaLink="true">https://forum.cloudron.io/post/10981</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Mon, 20 Jul 2020 11:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 11:02:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> said in <a href="/post/10979">Options for Uploading or Accessing Media in Jellyfin?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> does river come with FFMPEG preconfigured?</p>
</blockquote>
<p dir="auto">Yes, I think it does. However, from what I see, the Jellyfin package also does ( <a href="https://git.cloudron.io/cloudron/jellyfin-app/-/blob/master/Dockerfile#L24" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/jellyfin-app/-/blob/master/Dockerfile#L24</a> ). It's weird that you have this error... Which format (container and codec) are your files?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> said in <a href="/post/10979">Options for Uploading or Accessing Media in Jellyfin?</a>:</p>
<blockquote>
<p dir="auto">because I'm on a Windows machine and a CLI install from Linux seems the easiest way to install the app.</p>
</blockquote>
<p dir="auto">I think the cloudron CLI should work on windows, as long as you have Node and Docker installed</p>
]]></description><link>https://forum.cloudron.io/post/10980</link><guid isPermaLink="true">https://forum.cloudron.io/post/10980</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Mon, 20 Jul 2020 11:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 10:58:07 GMT]]></title><description><![CDATA[<p dir="auto">I managed to load a couple of movies into Jellyfin via SFTP, but they don't playback on any connected client devices or browsers because of a playback error. On investigating this it seems it's because FFMPEG (and the FFMPEG probe) aren't installed or can't be found by the app. I'm a bit confused because this is meant to be part of the default Jellyfin package?  Do I need to install FFMPEG seperately?</p>
<p dir="auto">I haven't had a chance to install 'River' yet, because I'm on a Windows machine and a CLI install from Linux seems the easiest way to install the app. Still quite keen to give it a go  once I get a virtualbox going. <a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> does river come with FFMPEG preconfigured?</p>
]]></description><link>https://forum.cloudron.io/post/10979</link><guid isPermaLink="true">https://forum.cloudron.io/post/10979</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Mon, 20 Jul 2020 10:58:07 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Sun, 19 Jul 2020 20:12:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
Looks to me like <strong>River</strong> is the way forward for Jellyfin.  Just curious as to whether there is something stopping River from being added to the App Store.</p>
<p dir="auto">I think the topic of inter-app storage access between selected apps in general needs a radical rethink.</p>
]]></description><link>https://forum.cloudron.io/post/10950</link><guid isPermaLink="true">https://forum.cloudron.io/post/10950</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 19 Jul 2020 20:12:34 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Sun, 19 Jul 2020 09:52:45 GMT]]></title><description><![CDATA[<p dir="auto">This is a very cool feature! What's the current status? I don't see it in <a href="https://forum.cloudron.io/topic/2760/what-s-coming-in-6-0">https://forum.cloudron.io/topic/2760/what-s-coming-in-6-0</a></p>
<p dir="auto">In the meantime, isn't there a way to do this manually?</p>
<p dir="auto">I'm struggling with my Cloudron setup for apps like Jellyfin, that need access to huge libraries to be useful. I wanted to use Jellyfin with either a SSHFS drive or just an external drive, and can't figure out a way to do that.</p>
]]></description><link>https://forum.cloudron.io/post/10941</link><guid isPermaLink="true">https://forum.cloudron.io/post/10941</guid><dc:creator><![CDATA[jkun]]></dc:creator><pubDate>Sun, 19 Jul 2020 09:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Thu, 16 Jul 2020 16:59:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thanks for the detailed response on the issues and limitations surrounding shared volumes. I'm basically just looking for anything that is an upgrade on SFTP and could be an easy way to store and access media across apps on Cloudron that support using shared volumes. And if possible to achieve this without disappearing down a trouble shooting rabbithole myself.</p>
<p dir="auto">I would be happy to try using a volume that is shared between Jellyfin and Syncthing, if that's something that would work? Syncthing seems to have a good reputation for transferring larger files reliably, and has peformed pretty well on a few test I've tried.</p>
<p dir="auto">I did read about the unreliability of Nextcloud external storage and issue with Lychee and creating it's own database (which I guess makes it a less desirable all purpose photo manager alternative to Google Photos).</p>
]]></description><link>https://forum.cloudron.io/post/10804</link><guid isPermaLink="true">https://forum.cloudron.io/post/10804</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Thu, 16 Jul 2020 16:59:37 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Thu, 16 Jul 2020 16:42:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> Thanks for the heads up on that. It sounds like it ticks a lot of the boxes. Will give it a go, and update how I get on here.</p>
]]></description><link>https://forum.cloudron.io/post/10803</link><guid isPermaLink="true">https://forum.cloudron.io/post/10803</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Thu, 16 Jul 2020 16:42:48 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Wed, 15 Jul 2020 11:22:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> you stole my line <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61b.png?v=c34f2a691b3" class="not-responsive emoji emoji-android emoji--stuck_out_tongue" style="height:23px;width:auto;vertical-align:middle" title=":p" alt="😛" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> yes, take a look at my "River" app, it's exactly what <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> explained : Jellyfin packaged with other usefull apps to get content easily : Transmission, SickChill, CouchPotato, and a simple file manager</p>
]]></description><link>https://forum.cloudron.io/post/10711</link><guid isPermaLink="true">https://forum.cloudron.io/post/10711</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Wed, 15 Jul 2020 11:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Wed, 15 Jul 2020 10:16:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> I <em>think</em> that <a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> has packaged up Jellyfin together with a load of other useful apps and tools to address this issue, in an app package called River, but I'm not sure what the latest is on getting that into the app store.</p>
<p dir="auto">See <a href="https://git.cloudron.io/mehdi/river/" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/mehdi/river/</a></p>
]]></description><link>https://forum.cloudron.io/post/10703</link><guid isPermaLink="true">https://forum.cloudron.io/post/10703</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Wed, 15 Jul 2020 10:16:09 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Tue, 14 Jul 2020 17:12:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucidfox" aria-label="Profile: lucidfox">@<bdi>lucidfox</bdi></a> said in <a href="/post/10527">Options for Uploading or Accessing Media in Jellyfin?</a>:</p>
<blockquote>
<p dir="auto">A shared volume that could be 'seen' by different apps would be ideal, and this would also be great for something like sharing photos between Nextcloud and Lychee. Is this a feature that is going to be rolled out soon?</p>
</blockquote>
<p dir="auto">We implemented Volumes in Cloudron but the feature is not enabled/hidden. What we found is that apps don't behave well with shared volumes. For example,</p>
<ul>
<li>
<p dir="auto">Lychee creates it's own database. You have to import photos in lychee, there is no other way. It cannot read and scan photos from a media folder.</p>
</li>
<li>
<p dir="auto">Nextcloud doesn't find files added to the data directory automatically. You have to run the CLI <code>occ</code> command manually to make it re-scan. I guess one can add the volume as an external storage in nextcloud. I have also found the external storage feature in nextcloud can be flaky</p>
</li>
<li>
<p dir="auto">From what I have seen, only Jellyfin/Emby are able to scan files properly from an external drive.</p>
</li>
</ul>
<p dir="auto">Are the above limitations OK with you? I am just wondering what is the correct UI/UX approach for this to have minimal support requests...</p>
]]></description><link>https://forum.cloudron.io/post/10640</link><guid isPermaLink="true">https://forum.cloudron.io/post/10640</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 14 Jul 2020 17:12:06 GMT</pubDate></item><item><title><![CDATA[Reply to Options for Uploading or Accessing Media in Jellyfin? on Mon, 20 Jul 2020 10:57:03 GMT]]></title><description><![CDATA[<p dir="auto">Anyone have any thoughts or ideas on this? Perhaps some kind of solution using syncthing?</p>
]]></description><link>https://forum.cloudron.io/post/10633</link><guid isPermaLink="true">https://forum.cloudron.io/post/10633</guid><dc:creator><![CDATA[lucidfox]]></dc:creator><pubDate>Mon, 20 Jul 2020 10:57:03 GMT</pubDate></item></channel></rss>