Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KU
Posts
17
Comments
261
Joined
2 yr. ago
  • Okay Ive been asking the same question and I Ive not found a perfect solution.

    My current best option has been self hosting docker streamio. Here's my wip compose file if you want to try it:

     undefined
        
    
    version: '3'
    services:
      jackett-stremio:
        image: tsaridas/jackett-stremio:latest
        container_name: jackett-stremio
        environment:
          - JACKETT_HOSTS=http://host.docker.internal:PORT_JACKETT
          - JACKETT_APIKEYS=YOUR_JACKETT_API_KEY
        ports:
          - 17008:7000/tcp
        restart: unless-stopped
    
      stremio:
        image: tsaridas/stremio-docker:latest
        restart: unless-stopped
        environment:
          - NO_CORS=1
          # - IPADDRESS=YOUR_LOCAL_IP # Optional local IP config
        ports:
          - "18627:8080"
          - "21470:11470"
          # - "22470:12470" # Uncomment if needed
        volumes:
          - "./config/:/root/.stremio-server"
          - "./localStorage.json:/srv/stremio-server/localStorage.json"
    
      comet:
        container_name: comet
        image: g0ldyy/comet:latest
        restart: unless-stopped
        ports:
          - "17011:8000"
        env_file:
          - .env
        volumes:
          - comet_data:/data
    
      prowlarr:
        image: lscr.io/linuxserver/prowlarr:latest
        container_name: prowlarr
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Your/Timezone
        volumes:
          - ./prowlarr/data:/config
        ports:
          - 17012:9696
        restart: unless-stopped
    
    volumes:
      comet_data:
    
    
      
  • Yeah I agree, it seems like a super nice hole to fill as sourcing music, ebooks and audio books from Usenet or torrents without being in a private tracker club is trickier than it should be

  • I mean, you only search one arr service depending on the media type.

    I guess here I was more thinking about having audio books and ebooks with the same title across two separate instances of readarr.

    If it's already in your library, it shows when you search for it so not much figuring out

    Yeah that is true, not so much a benefit but does help that all media types are manageable from the same dashboard

    The "manual" action is pressing "Add", which i assume you'd need to do with this too?

    A reference to The benefit of having a recommendation engine auto add stuff for you. But I guess lots of the arr programs also have list imports but I'd prefer to not to depend on an external service for that sort of thing.

    I think I'm confused as to what problem this actually solves?

    I'm realizing now that in my excitement I have done a very poor job of describing the scope of this project, and would like to recommend that you visit the repo and check it out yourself:

    https://github.com/MediaWolfOrg/MediaWolf

    Here's is a snippet from the project pages that does a much better job of describing it than I did (apologies again for my poor description)

    Proposed Project Features: Books (Readarr & Anna’s Archive)

    ✅ Missing List → Read from Readarr, fetch missing books and auto-download via Anna’s Archive ✅ Manual Search → Search Anna’s Archive and download books (user selection and defined file structure) ✅ Recommendations → Generate book suggestions based on Readarr library (using a background tasks to scrape from Goodreads) - with options to add or dismiss suggestions including filters and sorting Movies (Radarr & TMDB)

    ✅ Recommendations → Read Radarr library and suggest similar movies via TMDB (with options to add or dismiss suggestions including filters and sorting) ✅ Manual Search → Search via TMDB with option to add to Radarr TV Shows (Sonarr & TMDB)

    ✅ Recommendations → Read Sonarr library and suggest similar shows via TMDB (with options to add or dismiss suggestions including filters and sorting) ✅ Manual Search → Search via TMDB with option to add to Sonarr Music (Lidarr, LastFM, yt-dlp, Spotify)

    ✅ Manual Search → Search Spotify for music and download via spotDL (which uses yt-dlp) ✅ Recommendations → Generate artist recommendations from LastFM based on Lidarr library (with options to add or dismiss suggestions including filters and sorting) ✅ Missing List → Read Lidarr library, fetch missing albums and download via yt-dlp Downloads (via yt-dlp)

    ✅ Direct Download Page → Input YouTube or Spotify link and download video/audio using spotDL or yt-dlp Subscriptions (via spotdl and yt-dlp) ✅ Schedule System → Subscribe to YouTube Channels, Spotify or YouTube Playlists and download on a schedule

  • Ive just installed jellyseer last week and I love it!

    I think the scope of this project is more ambitious with the additional media types as well as being a recommendation engine and an arr suite manager

  • Here's the rundown from the repo:

    Proposed Project Features:

    Books (Readarr & Anna’s Archive)

    ✅ Missing List → Read from Readarr, fetch missing books and auto-download via Anna’s Archive ✅ Manual Search → Search Anna’s Archive and download books (user selection and defined file structure) ✅ Recommendations → Generate book suggestions based on Readarr library (using a background tasks to scrape from Goodreads) - with options to add or dismiss suggestions including filters and sorting

    Movies (Radarr & TMDB)

    ✅ Recommendations → Read Radarr library and suggest similar movies via TMDB (with options to add or dismiss suggestions including filters and sorting) ✅ Manual Search → Search via TMDB with option to add to Radarr

    TV Shows (Sonarr & TMDB)

    ✅ Recommendations → Read Sonarr library and suggest similar shows via TMDB (with options to add or dismiss suggestions including filters and sorting) ✅ Manual Search → Search via TMDB with option to add to Sonarr

    Music (Lidarr, LastFM, yt-dlp, Spotify)

    ✅ Manual Search → Search Spotify for music and download via spotDL (which uses yt-dlp) ✅ Recommendations → Generate artist recommendations from LastFM based on Lidarr library (with options to add or dismiss suggestions including filters and sorting) ✅ Missing List → Read Lidarr library, fetch missing albums and download via yt-dlp

    Downloads (via yt-dlp)

    ✅ Direct Download Page → Input YouTube or Spotify link and download video/audio using spotDL or yt-dlp

    Subscriptions (via spotdl and yt-dlp)

    ✅ Schedule System → Subscribe to YouTube Channels, Spotify or YouTube Playlists and download on a schedule

  • Selfhosted @lemmy.world
    Kuvwert @lemm.ee

    Mediawolf - Looking for contributers

    MediaWolf – A Missing Piece for the Arr Stack, Open for Contributors

    Hey lemming self-hosters,

    I came across MediaWolf recently and wanted to share it here. It’s an open-source project that’s tackling a big gap in the media automation space. If you use Radarr, Sonarr, Lidarr, Readarr, or any part of the Arr stack, you know how powerful they are for managing and downloading media. But despite how great they are individually, they don’t always work together as smoothly as they could.

    That’s where MediaWolf comes in. It’s designed to tie everything together... acting as a discovery hub, recommendation engine, and management tool to help you find, organize, and automate your media library across multiple services. Instead of manually juggling requests between different apps, MediaWolf aims to make it all feel more seamless.

    With MediaWolf, the idea is to bring everything under one roof... a central place to discover, recommend, and manage media without bouncing between multiple dashb

  • Woah nice heads up I appreciate it!

    I'll keep the janitor tool in my pocket for now as my instance takes up negligible space at the moment but someday that might not be the case.

    Here's the referenced tool for anybody else interested:

    https://git.cyberia.club/cyberia/matrix-synapse-diskspace-janitor

  • Ah this is so exciting!

    Discord 'existing' has held back development motivation on Foss Federated Communication alternatives.

    When they go public only good things will happen for projects like matrix :)

    I'm very excited!

  • Selfhosted @lemmy.world
    Kuvwert @lemm.ee

    Self Hosted DMS suggestions

    Greetings self hosters!

    I'm looking for suggestions on a document management service.

    I currently use next cloud (AIO) to live collaborate, edit, and store my documents, but I want to be able to embed them in my WordPress site. Currently this is impossible to do nicely with nextcloud.

    Do you happen to know of a self hostable document sharing solution that allows me to use the next cloud WebDAV credentials and embed those documents into my WordPress pages? Also if there is a full text search functionality that I can also embed into WordPress?

    Any suggestions would be great! I am testing filestash.app and it works, but its not super reliable and does not offer a built in full text search despite the tin claim.

    What would you do?

    Selfhosted @lemmy.world
    Kuvwert @lemm.ee

    Cloudflare is bad. Youre right.

    Centralization is bad for everyone everywhere.

    That bring said... I just moved my homeserver to another city... and I plugged in the power, then I plugged in the ethernet, and that was the whole shebang.

    Tunnels made it very easy. No port forwarding no dns configuration no firewall fiddling no nothing.

    Why do they have to make it so so easy...

    Selfhosted @lemmy.world
    Kuvwert @lemm.ee

    Self hosted employee time clock?

    Im looking for a self hosted open source docker image for time clock and payroll. Do you have any recommendations or experience?

    Homebrewing - Beer, Mead, Wine, Cider @sopuli.xyz
    Kuvwert @lemm.ee

    Film over Melomel

    I brewed this melomel last July and noticed this thin film... Is this an issue? Or is it expected like the sediment at the bottom?

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    Kuvwert @lemm.ee

    audiobook app?

    Im looking for an app for android that allows streaming audio books, downloads ect.

    Any favorites? From fdroid or mobilism?

    Edit: I have audiobookshelf hosted and a small library, but I want a deeper selection. Im not looking for an audio book player so much as a streaming app with access to anything.

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    Kuvwert @lemm.ee

    is there a Plex S4S community

    Ive been in a s4s with a guy for a few years after chatting on a reddit share for share community and he went dark a few weeks back so I'm looking for a new s4s partner to help bridge content.

    Im not willing to go back onto reddit to find a new share partner so I'm curious if lemmy has one of these? Or is that allowed in general here?

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    Kuvwert @lemm.ee

    sfx pack for TTRPG

    Ahoy I'm in search of a comprehensive sfx pack that will cover most sfx for dnd 5e spells and generic sounds for ambience.

    I've been working for a few days to track down and assemble a free soundpack for myself but for the quantity I need for this project it's starting to look like way more hours than I'm willing/able to commit.

    I'm currently working on a program that leverages an LLM to match the last few sentences a GM says to a sound from a database.

    So that as the dm is talking they can trigger the listener who will snag 10 seconds of audio and convert it to text and submit it to the Ai to match the sentiment to an audio file which will play automatically. The program is actually in a working state... But basically I need to assemble an enormous library of sfx and it's starting to become an issue.

    I have 11 dollars to my name and can't purchase a pack from really any of the services that I've found on google... But I don't want this project to die and I want to try a campaign w

    Gaming @beehaw.org
    Kuvwert @lemm.ee

    rip game storage harddrive

    Some routine maintenence and losing your balance while holding a hard drive and ripping the cord out breaking the retainer for the connectors..... 4tb Samsung ssd RIP

    Homebrewing - Beer, Mead, Wine, Cider @sopuli.xyz
    Kuvwert @lemm.ee

    should I be concerned about this seperation?

    1st time brewer:

    It's been 6 hours since I added the yeast and I'm seeing lots of foaming and seperation of my pear bits from the rest of the mead melomel. Should I be concerned?

    Homebrewing - Beer, Mead, Wine, Cider @sopuli.xyz
    Kuvwert @lemm.ee

    How to backsweeten naturally?

    I'm following a simple video on YouTube which covers yeast starting, sanitization and setting up the mead.

    My question is, if I back sweeten my Meade after a few months... Won't that just wake up the yeast and get them producing more alchohol? I saw somebody say something about a chemical to stabilize it but what if I don't want a chemical in my Brew?

    Is there an alternative?

    Homebrewing - Beer, Mead, Wine, Cider @sopuli.xyz
    Kuvwert @lemm.ee

    First Ever Brew. Help Needed

    I bought yeast, and the gravity measuring tool, and some sanitizer, and the little airlock cork, and some honey, and a glass gallon jar.

    If somebody has a document or PDF with childlike instructions for me to follow on how to do this I would be so greatful!

    Maybe some recipe that goes through the whole process from start to drinking, fruit adding would add another layer of fun!

    Helpful beginners advice would also be great!!

    3DPrinting @lemmy.world
    Kuvwert @lemm.ee

    The P1P accuracy is sorcery.

    A 36% sized benchy at the .08 default bambulabs slicer preset.

    This is black magic.

    New England Patriots @lemmy.ml
    Kuvwert @lemm.ee

    What are your odds on actually getting Hopkins?

    To me it doesn't feel like a move Bill would make, I'm giving it a 1:20.

    What do you think?

    New Communities @lemmy.world
    Kuvwert @lemm.ee

    overwatch game community

    If anybody knows of a good ow or blizzard or ow2 community that would be neat

    3D Printing @lemmy.ml
    Kuvwert @lemm.ee

    Upgrading after 4 years

    Took the leap last night and submitted an order for a P1P from Bambulabs.

    After all these years of tinkering and fiddling with my ender 5, I'm mega excited to have a machine that just works.

    What should I print first?