1.100
They want to make things stable this year, but probably not that soon
This is madness but it is GLORIOUS madness!
1.100
They want to make things stable this year, but probably not that soon
Thanks! :D
Interesting. Yeah Jellyfin’s inner workings are complicated and strange…
There is an open discussion on GitHub for people just like you ^^
But discord is just much less work to manage, and is a communications platform that I use all the time.
This is just the beta, it’s not like all of the development and discussionn is happening over discord now. But when I have time to develop and need some user feedback to ask about their problems or opinions, this is just much faster to iterate on.
In the end, we do this for free, and it takes up our time, so anything we can do to be more productive does help!
I mean as far as I know it is possible to browse the folders directly in Jellyfin, at least using the web app. There was an option for it in the settings I think. But implementing that for Finamp might be a bit harder, sorry
Yeah I ideally Flutter (the framework we’re using to develop the app) would support this by default, but it seems like we’ll have to jerryrig something…
Hi, Finamp dev here. I think there might be a “limit 100” on accident in there somewhere, since that is our default “page size”, so the number of items we will fetch from the server at once.
If you don’t mind, you could open an issue on GitHub or hop into the discord server so I can better keep track of it!
Finamp works on iOS. We just launched a beta on TestFlight. It still has a long way to go, but all the important features should be there!
Take a look: https://github.com/jmshrv/finamp
(I am one of the devs)
how long did it take you to upload this image?
That’s really awesome! I’ll hold off from trying this for one or two updates, hopefully by then Immich will automatically create albums based on the folder structure as well.
And some solid library sharing feature would also go a long way towards sharing (old) family photos with the whole family!
Immich actually organizes your photos in a simple directory structure, which is customizable (want to group by year? year+month? by day? not at all?). The images are right there in your file system and have the original file name.
The directory is “read-only” though, for the same reason as there is a need to import existing libraries: database synchronization.
Immich offers many features that require a database or pre-processing of files, which makes it fast and feature-rich. If you modify files outside of Immich, it cannot know what changed and loses track of where your media is.
As I said, the (read-only) file structure is always there in case you want to switch.
They probably meant that through the tunnel you can get to one of these ports, because the HTTP requests are forwarded there. Should only work for HTTP(S) though
What filenames are you using? I’d imagine the filename is pretty important for getting the metadata. It might also help to add the year to the show folder.
My normal naming scheme is like this:
"{show name} ({year})"
|__ "Season 1"
|__ "{show name} - {season number}x{episode number}"
|__ "Season 2"
|_ ...
Ah okay, wouldn’t have thought that it would be reliable enought to pull this off.
In that case, you might want to look at some kind of knowledge base AI, like danswer. There are others, which might be better suited, but I can’t seem to find them right now.
Yeah, JF uses it as an alternative to Chromecast. There should be an API for it, as the server handles all of the communication
Is sonarr/radarr a hard requirement? Would be interested in just using this as an alternative frontend for jellyfin
Didn’t know something like this existed at all! (so no idea of there are alternatives)
I’m super curious about your experiences and use case though! Care to share some insights?
I’m a bit confused by your question about Jellyfin in a Nextcloud post, but whatever xD
There’s is no way to install a specific version of an app on Scale, you can only install the latest version. That applies to both the official charts as well as TrueCharts. You can however refuse to update to newer versions if you feel like it.
Keep in mind that if you decide to update later on, you can only update to the current latest version again.
Alternatively, you can set up the app “manually”, by going to “Discover apps” and then clicking the “Custom app” button. That allows you to use any docker image with any tag that you want. I’ve used it to set up an unstable/beta version of Jellyfin, and some more test servers.
I think there’s also a docker-compose app for TrueCharts that lets you point to a compose test file using host path, but that is not needed for Jellyfin.
Let me know if you have more questions!