• 25 Posts
  • 322 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Kuvwert@lemm.eetoSelfhostedSpotify sync web gui
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    You already have lidarr!

    1. Delete the Usenet and torrent indexers and download clients. Its awful for music.

    2. Set this puppy up: https://github.com/TypNull/Tubifarry

    3. Profit.

    Edit: Ive just yesterday got this set up and running and its been brilliant! Ive got my Spotify lists set up to sync and its downloaded 300 or so albums for me today! Let me know if you have any questions or anything I’m happy to share what I did





  • 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:

    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:











  • Kuvwert@lemm.eeOPtoSelfhostedMediawolf - Looking for contributers
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    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




  • Kuvwert@lemm.eeOPtoSelfhostedMediawolf - Looking for contributers
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 months ago

    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