this post was submitted on 02 Oct 2024
132 points (100.0% liked)

Jellyfin: The Free Software Media System

5698 readers
13 users here now

Current stable release: 10.10.0

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 month ago (3 children)

What are the advantages over the regular jellyfin app? Seems like it maybe does less?

[–] [email protected] 20 points 1 month ago (2 children)

the regular jellyfin app is just a web wrapper, at least it behaves like and looks like it, as for advantages, it's the little things, like offline playback, double tap to skip like in youtube etc.

[–] [email protected] 4 points 1 month ago (1 children)

Interesting because the jellyfin app can double tap to skip as well as download media for offline playback.

I have both and UI seems like the only difference between the two (findroid looks MUCH better) except you have no access to any admin, profile, or library settings or functions (like scanning for new media or fixing metadata) in findroid.

[–] [email protected] 3 points 4 weeks ago* (last edited 4 weeks ago)

The official app does download files for offline viewing, but it downloads the file to your downloads folder, like a web browser.

Findroid downloads the file to the apps internal storage and plays it back in-app.

Some other platform-native third party JF apps like JellyFlix and Streamyfin allow you to transcode your downloads for smaller files, different resolution, and file compatibility. They also download to the app storage and play back in-app

[–] [email protected] 2 points 1 month ago (1 children)

Might just be me, but I don't like double tap to skip. Findroid has another scrubbing method I've not seen anywhere else but I wish it were the standard.

When you drag your finger to the right, it says how far you're about to skip ahead. The longer your swipe, the further you go. When you release, it scrubs to that timestamp. Same with going backwards.

I find it faster, more accurate, and more versatile. The only thing I don't like about the Findroid player is the UI timeout is twice as long as I need it to be.

[–] [email protected] 3 points 1 month ago

Oh, VLC for Android scrubs like that too!

[–] [email protected] 8 points 1 month ago (1 children)

Findroid does less, but what it does, it does better (imo).

In addition, Findroid supports jumoog's Intro Skipper and Trickplay, which isn't available in Jellyfin Android.

The major missing feature is transcoding support.

[–] [email protected] 2 points 1 week ago

I've been using findroid. And honestly this has captured my opinions exactly. If you're using the official Jellyfin app, I'd urge you to try Findroid. It does many things very well.

[–] [email protected] 5 points 1 month ago (1 children)

Just a personal use case, maybe it isn't an advantage. But the official android app is just a web wrapper and the use of MPV as external player don't allow self-signed local certificates (and they never will...).

Findroid does the job for you while using MPV under the hood and you can connect to your local DNS with self-signed certs without any issues :).

[–] [email protected] 3 points 1 month ago (1 children)

I have no issues connecting to my server when using my local DNS and self-signed certificates with the normal app either, or perhaps I'm misunderstanding you.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Ohhh? I tried to make it work even adding the certificate into de /data folder of MPV (rooted android) but it didn't worked... (source)

I remember I even checked the logs via ADB and while I can't remember the exact error logs, it wasn't accepting my certificate.

Also android MPV is the only application on Android that doesn't accept my self-signed certificate. Navidrome, HTTP shortcuts, bitwarden, Tempo... They all accept without any problems.

If you have some juicy info to share I'm all ears 👍 !!

Edit: It's probably related to android 14 (god I hate it here...) But can't revert to 13... The Stock firmware builds are Bitwise different.