• 15 Posts
  • 69 Comments
Joined 1 year ago
cake
Cake day: October 13th, 2024

help-circle















  • Oh wow, repo is https://github.com/LLukas22/Jellyswarrm Jellyswarrm is a reverse proxy that lets you combine multiple Jellyfin servers into one place. If you’ve got libraries spread across different locations or just want everything together, Jellyswarrm makes it easy to access all your media from a single interface.

    Working

    • Unified Library Access – Browse media from multiple Jellyfin servers in one place.
    • Direct Playback – Play content straight from the original server without extra overhead.
    • User Mapping – Link accounts across servers for a consistent user experience.
    • API Compatibility – Appears as a normal Jellyfin server, so existing apps and tools still work.

    ⚠️ In Progress

    • Websocket Support – Needed for real-time features like SyncPlay (not fully reliable yet).
    • Audio Streaming – May not function correctly (still untested in many cases).
    • Automatic Bitrate Adjustment – Stream quality based on network conditions isn’t supported yet.

    🚫 Not Planned

    • Admin Functions – Server administration (user management, settings, etc.) won’t be supported through Jellyswarrm.----






  • One sentence answer: “Object storage manages data as discrete units called objects with unique identifiers and metadata, while file storage organizes data in a hierarchical structure of files and folders.”

    fwiw, I see object storage used as a way to manage data regardless of the file system. It is designed to scale, as opposed to the file system, in large cloud environments.

    Here is a recap from Google Cloud:

    Object storage, also known as object-based storage, is a computer data storage architecture designed to handle large amounts of unstructured data. Unlike other architectures, it designates data as distinct units, bundled with metadata and a unique identifier that can be used to locate and access each data unit.

    These units—or objects—can be stored on-premises, but are typically stored in the cloud, making them easily accessible from anywhere. Due to object storage’s scale-out capabilities, there are few limits to its scalability, and it’s less costly to store large data volumes than other options, such as block storage.

    Much of today’s data is unstructured: email, media and audio files, web pages, sensor data, and other types of digital content that do not fit easily into traditional databases. As a result, finding efficient and affordable ways to store and manage it has become problematic. Increasingly, object storage has become the preferred method for storing static content, data arches, and backups.