• 0 Posts
  • 29 Comments
Joined 1Y ago
cake
Cake day: Jun 28, 2023

help-circle
rss

The free downloads are slow, but as books are usually small, it is perfectly usable without donating.


Based on your previous posts I assume that you use Windows as your server OS. I am sadly unable to help you with OS-level issues on Windows. I am also unfamiliar with the quirks of the Synology OS.

You can check if your *arr-apps run as the same user as the permissions on the share (on the *arr-server). The folder and contained files of the share on the Synology NAS should have read, write and execute (rwx) permissions for the user of the share.


Do you mean that the automatically grabbed torrent is slow in qBittorrent? The apps themselves don’t have any idea what is a popular or unpopular torrent, so it may have just grabbed an almost dead one.

You may want to check out TRaSH Guides for some good Custom formats and guides for the *arr apps.

Radarr Custom Format Tutorial

Radarr high-quality release groups

Sonarr Custom Format Tutorial

Sonarr high-quality release groups

I recommend finding some good release groups and setting them to be always preferred over others.


You need to add your *arr apps to Prowlarr. Add them in the tab “Apps” and use “Full Sync” as the sync level. If everything works, Prowlarr should add all indexers to the apps after a short while.


The *arrs automatically check for availability every 15 minutes or so. If the movie is monitored, it should have started a download already. Did you check if Prowlarr’s indexers also show up in Radarr’s indexer tab?

Did you try manually searching for the movie (interactive search)?

When starting an automatic search in Radarr (Search movie), in the bottom left of the sidebar should be a progress indicator. Does it say that releases were found or that a report was sent?



It’s possible to find Pokemon Journeys over xem by searching for it. Xem is a tool which tries to help dealing with the mayhem in anime. (The website is not optimised for mobile)



as @walden already mentioned, the files in Lemmy’s documentation are the wrong ones. The correct file seems to be in https://github.com/LemmyNet/lemmy/blob/main/docker/docker-compose.yml.

The documentation won’t help you if you don’t want to use Ansible.


Also the port you opened to change the default port is only for external services or clients. Immich-server uses the internal network for connecting to postgres, which still uses the default port. You should just use immich-database:5432 and not change anything.


I don’t understand why you even change the names and ports. If you have a seperate docker-compose.yml file for Immich, the names won’t clash with other services (except if container_name is duplicated, but services like postgres and redis normally get one assigned automatically).

The ports are also limited to the container networks, so running several postgres instances still allows all of them to use the default port (except you pass them through from the host, which you normally shouldn’t do in closed networks like Immich’s or you run all services in network_mode: host, which is often a bad idea).

Opening ports in a postgres instance is not always needed, because you can attach yourself to the container and use the cli interface to do what you need.


That looks like a cool addition. Did you test the compatibility with arr-scripts, which can download tracks from Deezer?

MusicBrainz is an open database and everyone can enrich their metadata. If you like a niche artist and their information is not complete, you can help other users by adding the missing albums to MusicBrainz.


I use EteSync because it’s End-to-end encrypted and I don’t fully trust my security practices.


I think KoboldAI Lite is what you’re asking for. I’m not sure how it works, but it seems to be able to use OpenAI, Claude, Gemini, Horde and OpenRouter.

I think this is the repo for the website: https://github.com/LostRuins/lite.koboldai.net

The website is a bit ugly.


It seems that Keycloak can sync multiple instances, but I don’t know how good of an idea that is. I found something in it’s documentation: https://www.keycloak.org/high-availability/introduction


I use authentik and I love how easy it is to create users, give them access to my services and even manage an LDAP outpost for the less-advanced services (Jellyfin, Calibre-Web). I heard that Keycloak is a better alternative to authentik, but I never used it, it looks very similar to it though.


With EteSync you can share calendars and tasks. Apps like Tasks.org can communicate with EteSync (on Android at least, i don’t know how the support is on iOS). The devs also provide a (Web UI, which can also be self-hosted.

The main feature of EteSync is end-to-end encryption, you can also self-host it.


bookshelf looks like something you’d like. It doesn’t seem to automatically index the files, but it does work without Calibre and has no UI. It only supports Epub though.

I don’t know if it saves progress and I can’t test it right now.


Cloudflare offers an API, which can be used to update the records. It’s as good as a DDNS.


Edit: disregard this comment

But getting in is not very easy and many torrents are behind a VIP-wall (you can buy VIP for seeding-bonus points). The tracker is focused on audiobooks, but there are also many e-books available.


You can find many e-books on general trackers like 1337x. You should check out anna’s archive. It’s a website which provides access to books from several sources like z-lib and libgen (download, not torrents).


You don’t have to, but if Microsoft or Apple prevents you from opening a pirated movie and you need Windows or MacOS for work, dual booting is a solution.


Most people don’t watch pirated media while working. Dual booting is always an option if you only have one computer.


Did you enable “Local network sharing” in the Mullvad app? It’s possible that Mullvad is blocking all outside traffic.




Downloaded manga in Tachiyomi are saved in a folder called Tachiyomi by default and you can tell the app to save the manga in cbz archives. You can then copy these .cbz files to another drive.


Have you tried playing the files locally with VLC or MPV? Is the audio out of sync in the files themselves or is it because of Jellyfin?

Sometimes the audio on my client is out of sync, but after stopping and resuming the video, the audio syncs again.


This looks like the source code for jackett.py. You have to copy the text into a file or download the page (you can do that in the right-click menu) and rename it to “jackett.py