• 3 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle




  • Reolink is a Chinese company with probably the same policy as Anker. I have a Reolink camera but it is blocked from accessing the internet and records locally. I would never recommend them for a system set up like you want, only if you are going to manage your own recordings. Amcrest also makes better cameras in my opinion if you want random Chinese stuff.

    Cameras and privacy don’t really go hand in hand. The only commercial product/service I trust is HomeKit secure video. It is all end to end encrypted and you can hook the available cameras directly up to it. But it comes as a cost of about $10 a month and pricey cameras with only motion recording.

    The ultimate setup is something like surveillance station or blue iris. Cameras are cheap because you can use the random Chinese stuff, you just block them from accessing the internet to phone home. But this leaves you only being able to access your cameras/recordings when you are on your LAN so you have to setup a VPN to view them while you’re away.





  • I can see the tire pressure of my truck though the app and I don’t pay for any Toyota subscriptions. The only thing I’m aware they lock behind a paywall in the app is remote start, but you can still do that from the key fob for free too.

    On the newer vehicles they do also lock the navigation behind a paywall but you can just use CarPlay or android auto for free.



  • I am able to get jellyfin/plex to work with the correct folders so they see my media when after it’s been copied over by radarr.

    I am certain radarr is copying and not hardlinking. Going to the properties of the torrents folder and the properties of my media folder is showing that each folder is using up the same amount of space. Unless this is how it’s shown when hardlinking is being used? I don’t know how to check my disk space in anything but terabytes so it’s hard to say how much space is being used that way when a file I download is only 1GB.


  • So for all docker apps use just /data and for jellyfin you can use /data/media -I am using /data for all my docker apps

    In Radarr: add root folder /data/media/movies add download client with radarr category -how do I change the root folder within radarr? I do have a radarr category setup for qbittorrent

    In qbittorrent: Eddit your radarr category and set download path as /data/torrent/movies -I have set this up but qbittorrent still saves them in my /data/torrent folder

    In jellyfin: Add movie library with path /data/media/movies -I can get jellyfin/plex to work ok

    So when you add a movie in radarr, it will start downloading it in '/data/torrent/moviesand once its finished it will be renamed and hard linked todata/media/movies` -qbittorrent is not downloading to /data/torrent/movies even though I set the category to. Radarr is then copying my files to my media folder instead of hardlinking.

    Hard linking is by default, but you can check in Settings - Media Management - Importing (make sure to enable “advanced” in radarr) -I do have the setting turned on to hardlink but it’s copying




  • Yes, I have a message in radarr that states “You are using docker; download client qbittorrent places downloads in /downloads but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.” I’m confused because I mapped /data to /data in my docker settings so it should be able to see the downloads folder, no?

    I do also have the auto import from client box checked and I do have my /data/media/movies folder selected under the media management section.