this post was submitted on 15 Apr 2024
155 points (96.4% liked)

Linux

47232 readers
796 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I tried Waydroid on Arch and its amazing. It runs Android apps flawlessly. And with a touchscreen device, I feel like I have an Android tablet running inside my Linux machine.

But I still don't know what to use it for...

What apps do you use with Waydroid? What use cases do you have for it?

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

you might want to look into stremio or the servarr suite if youre having to jump through these hoops anyway

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

waydroid is pretty easy to get working - and I think will be usable by the actual end user once set up.

I did look at stremio but I couldn't see a way to do the offline downloads thing on netflix.
That is a desirable feature for the person who travels a lot and they just want to have some videos for when they're off-line or on limited bandwidth like on the train or bus.

This servarr thing looks way more complex - though I admit I might be a bit too dim for it as I couldn't figure out what it actually does.
Thanks for the suggestions though - waydroid looks easiest to meet all the needs. I'm sure someone smarter than me will have fun with that weird servarr suggetion - it does seem to have a whole lot of features.

[–] [email protected] 1 points 4 months ago

Servarr is a stack of applications that sets up a media suite. Radarr and Sonarr handle the managing of movies and TV shows, respectively. Prowlarr searches for the media through either Torrenting or Usenet. Then you'd need a downloader like SABnzbd or Deluge. Ombi is another application to handle requests and finally you'd need a streaming app like Plex, Emby or Jellyfin.

Think of it like a marionette; you're making a bunch of services work together for one goal. Most people use docker and create a docker compose file to manage all the services. Typically the flow goes like this, a person makes a request to Ombi for something to watch. That request goes to Radarr or Sonarr, which creates a folder and populates the Metadata from IMDB. Then a request is sent to Prowlarr to find the media. Once found its sent to the downloader, like Deluge, to actually grab the media. After it's done, Radarr / Sonarr will import the media into the correct folder. Now you've got a perfect collection for Plex / Emby / Jellyfish to start streaming your media. Really awesome suite once you get it up and running.