![]() |
|
![]() |
|
Instant unless your NAS drives spin down! Haha efficiency ugh. Need a Spotify connect like thing for PlexAMP so it works in car at full quality. I won't hold my breath. Maybe the Plex web app works |
![]() |
|
I don't have either of things you mentioned, so it's just Bluetooth, but the UX tends to be better with Spotify/Tidal connect. No drop outs, no battery drain, etc. (generally speaking, not just car)
|
![]() |
|
In case you‘re into audiobooks, I suggest to check out Bookcamp too. I guess Plexamp works for that as well, but Bookcamp is just like Audible in a way.
|
![]() |
|
I love ABS but I use it mainly for podcasts since it downloads each episode to my server which I then stream from. It’s awesome. My only gripe is the iOS app, which is a pretty slow webapp wrapper.
|
![]() |
|
Seconded! (Or thirded?) Prologue is so much better than Audible. I’m using Libation to liberate my copy protected audiobooks, not to share them but to avoid that godawful Audible app
|
![]() |
|
Plexamp is the one thing that keeps me on Plex. I have Jellyfin setup in parallel for the day Plex enters an「enshittification」phase, but the lifetime membership I paid for in 2012 has served me well. |
![]() |
|
Just a question, why do you guys want sn unopinionated media server? I love that I click some buttons in jellyfin and it just does it's thing, I don't have to think of my own structure
|
![]() |
|
I hate having to rename my files on an arbitrary pattern to have items show up in the media browser. I want a media browser to organize my media, not to ask me to organize it myself.
|
![]() |
|
Maybe I'm not understanding, but they only organization I do is put each movie and related files like cover and SRT into its own folder named after the movie. Seems to work fine.
|
![]() |
|
Are you running out of space? I've been using Plex forEVER and the only time this kinda thing happened to me was when the scratch space Plex was using for transcodes and things got full |
![]() |
|
Both Plex and Jellyfin refused to import my fairly standard and accurately tagged music library last time I tried, and Plex is definitely opinionated about structure in video libraries.
|
![]() |
|
Jellyfin wasn't happy with my music library either until I realised wanted the ReleaseGroup field to be set. I set Picard to work and an hour later it imported perfectly.
|
![]() |
|
Most related software too (the *arr family) are written in .net. It's a decent platform offers good performance without sacrificing developer experience.
|
![]() |
|
c# shines for webserver stuff so it's no wonders, I like it less and less tho
Kyoo also uses python/golang for some of it's components (and typescript for the frontend)
|
![]() |
|
Quick search turns up with results to setup .NET runtime on FreeBSD without much hassle: - https://forums.freebsd.org/threads/install-net-sdk-6-7-8-on-... - https://www.freshports.org/lang/dotnet And it is up-to-date, props to the maintainers! I wonder if publishing for FreeBSD without one is problematic if you use either single-file JIT (trimmed, self-contained) executables or NAOT ones. But given it's a server, such workloads generally favour JIT so it should not be an issue but I understand what you are getting at. With that said, it certainly doesn't seem to be as easy as `sudo apt-get install dotnet-sdk-8.0` but not as bad as building everything from source (which should not be too bad still, build.sh in dotnet/runtime does a lot of work for you to be able to just clone and build and the repo also has instructions for building for FreeBSD). |
![]() |
|
Pity that they don’t handle music. That’s my primary use of Plex: managing a music library. I feel like that’s a secondary focus for Plex, too, but it’s good enough.
|
![]() |
|
it looks very good! is it possible to cast to a tv? this is the only thing that has me stuck on plex, which i otherwise do not like
|
![]() |
|
Not yet, I plan on having that available in the next 6 months since it's pretty important, but I want to have most client features finished before that
|
![]() |
|
What’s the expected ideal experience? Is the expectation to read an ebook on your TV? Or is this specifically for reading on your phone or somehow streaming to “ebook readers”? |
![]() |
|
Ideally I'd like the same experience I have for Plex et al for my library on supported mobile devices. Go to app, select book, download to device. Same as I would do with a tv show or movie. |
![]() |
|
it's good when you watch things from outside your home network. you can transcode things to watch on the train/subway or somewhere you don't have stable internet access.
|
![]() |
|
Not sure yet, I'm a beginner at k8s and just started writing a helm chart on a branch/reading the documentation. I have devops friends to help me with my skill issues tho x)
|
![]() |
|
I’d be interested to know the status for the player apps on various platforms. For example, this is a nonstarter for me until it supports Google TV and iOS/iPasOS.
|
![]() |
|
This is unfortunately a deal breaker for most home grown media browsers. They need to maintain apps on all the walled gardens their users are using, which is a ton of work IME.
|
![]() |
|
Couldn’t this be addressed by standardizing around a protocol? That way client and server are decoupled and existing clients can work with new media server projects.
|
![]() |
|
Infuse implemented code specifically for jellyfin and it uses jellyfin's own API. The only common protocol is dlna, but it's pretty limited and only really used on local networks.
|
![]() |
|
That would slow down development and new idea down a lot, I don't think it's even worth considering. It's probably easier to implement it on Kodi/Infuse/any other clients.
|
![]() |
|
I do agree about the value of tv/native apps but for now I have a tiny user base, we are only 20 on the discord. I think it's still too early to have any kind of financial support on the project.
|
![]() |
|
but there aren't as many IDEs, NAS/homelab manager, backup, games, graphic editing or visualization tools, ... Is it something about codecs availability?
|
![]() |
|
That looks -very- nice. What's your experience been with it, do you use Plex or anything like that? What do you mean 'can't go back to transcoding'? What have you been using that doesn't transcode?
|
![]() |
|
> does differently from all the others You can tell Emby and Jellyfin to direct play. Pretty sure Plex has that option, but I've not used it in a few years so could be that changed. |
![]() |
|
It can also direct play a lot of formats too though, because Apple TV boxes since the 2017 4K model have enough muscle for problem free software decoding.
|
> It started as a "sandbox" project where I could learn about tech I was interested in, and slowly became more than that.
This is a fantastic reason to build something. Looks like a wonderful project.