Jump to content

Shivam Amin

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Shivam Amin

  1. On 6/7/2023 at 2:28 PM, Shomil Saini said:

    Thanks for your helpful comment and pointing out the supported formats.

    I am already updated to v0.7.3.

    If you happen to know about folder structure and how to manage multiple editions of books and multiple file formats please let me know.

     

    Cheers!

    I'm not sure about editions, but file/folder structure is defined here (With more specific structure based on type): https://wiki.kavitareader.com/en/guides/managing-your-files
    You should also read this: https://wiki.kavitareader.com/en/guides/managing-your-files/scanner

    • Thanks 1
  2. 46 minutes ago, Shomil Saini said:

    I installed and used Kavita for a month now.

     

    Every time I have to add a book, It is a pain-in-the-*

    I am never really sure if scanning the library will add it because it most probably will not. If you have a large library and you are not sitting there scanning the library manually you may not realize all the books that are not added to library. There is no log or no error message that popup up to say "Hey, we found this file but cannot add it for reason xyz", or "Hey, we added these titles to library but could not match metadata, match by ISBN# or something".

     

    Then I have to fiddle around with creating folders for each book, even then it does not pick up files on the first go and doesn't even say the reason. I haven't been able to pick up .mobi files yet.

    I am not sure what the folder structure is because it is not mentioned in the docs.

     

    If I have omitted something feel free to help me out here.

    I want to genuinely use this as a daily driver, but can't because of the issues I have faced.

     

     

    TL;DR - UI is intuitive, good and responsive overall, Adding books can be a pain on another level. Unless there is a way to automate the File download and folder organizing like *arr/plex pairing, I don't see myself switching.

    v.0.7.3 may be able to address this. At the time of writing, it was released about 6 hours ago. You can see the change here under "Media Errors" https://github.com/Kareadita/Kavita/releases/tag/v0.7.3
     

    Kavita does not support .mobi files, you'd have to convert them to EPUB. You can see the supported file formats here: https://wiki.kavitareader.com/en

    • Thanks 1
  3. Hey, I'm trying to route the traffic from qbittorrent through my nordlynx container. I have other containers already configured including sabnzbd (which uses port 8080) and prowlarr already through the nordlynx container. Below is the docker run command that is generated when I set network to none, and specify the container. For context, when I set network mode to bridge, remove the --net=container parameter, I can access the ui but it's not behind a vpn. I would like to avoid having qbit use port 8080 as my setup is already configured to have sabnzbd there. I'd rather not use proxies. I prefer to use containers maintained by linuxserver as most of my other containers are also sourced from them and it keeps the configuration pretty similar. Please let me know if more information is needed.

    docker run
      -d
      --name='qbittorrent'
      -e TZ="America/Denver"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Tower"
      -e HOST_CONTAINERNAME="qbittorrent"
      -e 'WEBUI_PORT'='8282'
      -e 'PUID'='99'
      -e 'PGID'='100'
      -e 'UMASK'='022'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:8282]'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-logo.png'
      -v '/mnt/user/appdata/Downloads/qBitTorrent/':'/downloads':'rw'
      -v '/mnt/user/appdata/qbittorrent':'/config':'rw'
      --net=container:nordlynx 'lscr.io/linuxserver/qbittorrent:latest'
    0c4414c3a1b3f0a811462b1fc39444cb45a3f48c7083c20b18185f349354158e

     

    When I setup my nordlynx container, I had to add these extra parameters

    --cap-add=NET_ADMIN --sysctl net.ipv4.conf.all.src_valid_mark=1 --sysctl net.ipv6.conf.all.disable_ipv6=1

     

    qbit container conf.PNG

    docker allocation.PNG

    nordlynx container conf.PNG

×
×
  • Create New...