Before I forget here’s the server flow for my 64tb sever. Supports Anime and all the works, never could get manga working with torrent/usenet well enough on ubuntu though.
A short list:
- Anime/Tv/Movies
- Switch games management (kinda)
- Cross Seed
- Unpackerr
- Radarr + Sonarr Queue Cleanup
- Trakt Sync
- Trakt List to add sonarr item (bad practice but whatever)
- Comics (weekly bundles are OP)
- My shitty cronjobs
Make suggestions on improvements, I probably won’t be using this settup on my next server, but similar.
For adding content I used Ombi and the plex watchlist sync feature for those that were leeching on my plex, worked well enough. For better management I used the LunaSea app (great fucking app, go get it now, it’s free)
I didn’t do music bc I have tidal with plex and that’s more then fine, lidarr sucked too much for the artists I like and attempts at streamrip automation failed all the time.
Cronjob abuse is my friend
Forgot to mention this also supports auto-uploading content (with filters) on a cronjob
- this is sick
- i love that you’re using obsidian. such a great tool, i just wish the gui was open sourced.
Haha thanks, Obsidian has been my study friend for a while and what I write all my modding guides in. Seeing how much people liked this post, I plan to post my full guides now too onto here :3
Is Obsidian the tool used to create the flow chart?
Yes.
It’s a fantastic software. All of your files are kept in plaintext, too, which is important to me.
You do NOT have to pay for syncing, you can pay them for their services, but I use syncthing to sync from my phone to my PC and server. It updates almost instantly. They also don’t try to block you from using third party sync options.
Obsidian is a notes software, but you can make canvases like this and link multiple notes together. It also supports mark down.
Do you leave syncthing running on your phone all the time? How is this on your phone’s battery life?
Also, does obsidian do collaborative notes? Like, can I share and edit a note with someone else?
I use Syncthing-Fork, by the way, just a note I forgot to add. More features.
I let it run 24/7. It’s been running constantly for months. It uses less than 1% in a day so it’s reasonable to not have to turn it on when I want to sync.
I have no idea if collaboration is a functionality of the paid obsidian features, it could be, but I don’t even have an account with them. Syncthing doesn’t support this (its just used for syncthing files to multiple devices), however you can share a note and edit it as long as you are not editing it simultaneously. Like, a back and forth kind of deal.
Do syncthing support version control? I currently use Git with GitHub to sync between devices and while it works it can be incredibly annoying to troubleshoot when it goes wrong.
Yeah, you can set how many versions to keep back ups of and for how long to keep them.
I let syncing run in the background all the time, the app has a ton of settings to configure when it runs so it respects battery/data usage
Android reports the app has used less than 1% of my battery in the last 19 hours
Ever tried Affine.pro ?
No dedicated mobile apps, and I would rather not use it in a browser.
I do a significant amount of my writing and story boarding on my phone, Obsidian has checked every box I’ve ever needed
I made a community !pkms@sh.itjust.works for all sorts of things related to PKMS aka personal knowledge management systems. I added some of my favorites resources there.
You may like orgpad: https://sh.itjust.works/post/8295637
Yes - the nodes are obsidian pages (markdown files), this view is a napkin-type layout thing that is built in; I haven’t played much with it
Meanwhile in using qbittorrent’s own RSS engine and play the videos through mpv on the samba share. Yeaaah. Can I ask you where do you find the weekly manga?
If you arent married to your at home stuff and have an android, take a look at tachiyomi :)
You can even hook up tachiyomi to your home stuff through something like komga as another source
I do use komga for my Kobo! But for reading weeklies on Tachiyomi it’s not too great if you’re not in a private tracker that has weekly releases
I do use tachiyomi! Well, I did until 2/3 days ago when I found out kotatsu! Basically all the good bits from tachiyomi plus sync between devices, and that’s of great importance for me as I read both on my phone and tablet
No weekly manga anywhere. The closes I got was monitoring AnimeBytes for manga updates via Autobrr. Since AnimeBytes only keeps the most complete pack of each manga. So when a new chapter/volume is released the old torrent gets deleted and new one is made. So that keeps things easy for adding content… but not removing content to avoid duplicate volumes.
If you find a solution lmk :/
The best I’ve found is Free Manga Downloader 2 (https://github.com/dazedcat19/FMD2). It’s not perfect, I have some gripes, but I have FMD2, mylar3, komga, and Tachiyomi (on my mobile devices) with the kogma extension for all my comic stuff. Works well enough for me
I use kenmei.co for manga tracking. Supports a bunch of sites but not all of them and depending on the site the updates can be quite delayed.
Thanks, ill look into it
There’s HakuNeko.
Ima nut to this rq
NOOO NNN IS ALMOST OVER STAY STRONG
This is just gold. The comics and switch games I’m going to study. Thanks!
One question, do comics include manga too?
No, someone on MaM does comic weekly packs. There’s no reliable groups posting manga like how Empire does, so there’s no good way todo manga.
If you dislike Ombi try Overseerr. Completely different user experience, watchlist sync for users. It’s actually decent to use to discover stuff.
I did try both actually, I just didn’t enjoy adding another service for people to use, it was too difficult convincing them to use another site and/or app. I just settled for the plex sync that way people don’t even have to touch ombi at all. Everything they need for media is contained in plex.
I admit though I bet for others ombi and overseerr are great, as they are great projects, just wasn’t a fit for me sadly :/
Looking at that, I reckon it’s easier just to pay for all the streaming services.
What’s the fun in that though?
I also make my own anime remuxes and enjoy Over The Garden Wall which is now “Lost Media”
I really need to start downloading manga as well. I find it to be the most ephemeral type of content with all the takedowns, groups stopping scanlations or frequent site issues
I would really like to automate my workflow and organize my library, but I like to seed things forever. How do you automatically retrieve metadata to reorganize folders and filenames, while still being able to seed? Is creating a second copy of the files the only way, or is there something I’m missing?
Basically yes. You use *arr to find releases and make a copy with proper naming and metadata when a download finishes. On its own, that would not be great as you would double the size of everything. Except you use hard links. Those are kind of like shortcuts, but both the shortcut and original are the same thing. Both point to the same data on disk. In fact, they’re indistinguishable from each other. If you delete one, the data remains as there is another link pointing to it. If you delete both, the data gets deleted. Basically they are free copies. You just have to make sure your file system supports them
I’ve started reading the guide on the subject. So now my problem is that I have different zfs datasets separating my library, and I suspect hardlinks won’t work across them. So I’ll have to rethink how I organize my filesystem.
Yep, hard links only work within the same filesystem. You can have multiple drives in raid that form a single partition and use hard links within the array.
Couldn’t have said it much better myself. I think of hardlinks like backend and front end development offices.
The backend team has the data that frontend teams 1 & 2 use, but frontend team 3 isn’t in the same office (filesystem) as the backend team so they can’t access the data.
If frontend team 2 goes down, frontend team 1 still has access to the backend’s data
Writing new data: teams 1 and 2 go down then fuckit we can bulldoze backend and make a new backend for any new frontend teams.
On the other hand, I just login to TL once or twice a week and see what’s new lol
Same, but I was on the grind for a BHD invite and by time I got it, my trackers list was 10+ and found having automation better then manually upkeeping on everything.
This is awesome! I’m saving it for when I have some free time (aka probably never)
Awesome stuff!
Under Autobrr, what do you mean by “Grabs all torrents from my username”?
I auto-upload to trackers that allow it. Instead of having the torrent already in qBit, I have autobrr send it to qbit with a special filter that checks for my username on the trackers I upload to.
I do this because If I grab the torrent at the same time as all the leechers then there’s no delay for the leechers to start downloading meaning they don’t have to re-poll the tracker as much to find me (the seeder)
This also works better for if you’re not a pre-approved uploader (someone who doesn’t need moderator approval to upload). That way once your torrent is approved I can start seeding right away.
Ah I see now! I wouldn’t have thought to use it this way, but that makes a lot of sense.
I’m guessing it grabs from private tracker
So they grab their own uploads via autobrr? To what end?
deleted by creator
I’m gonna steal that.
jellyfin
Good for computers and phones. Not for consoles, which I use my ps5 for all my home media.