From f01c7bf328aaa51c7f9086f0e0b3fb3046a0990e Mon Sep 17 00:00:00 2001 From: 7hr08ik <7hr08ik@gmail.com> Date: Thu, 6 Aug 2026 11:00:25 +0100 Subject: [PATCH] docs: Updated Readme with Fork notification, and updated .gitignore --- .gitignore | 14 ++++++++++++++ README.md | 23 +++++++++++++---------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7a34bb3..c980351 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,20 @@ +# Original bin/ obj/ .vs/ .idea/ artifacts nuget.config + +# AI Bits +.codegraph/ +.opencode/ +.vscode/ +AGENTS.md +opencode.jsonc +PROJECT_LOG.md +PROJECT_PLAN.md + +# Testing +tests/ +.env \ No newline at end of file diff --git a/README.md b/README.md index b42004c..059371e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@

Jellyfin TubeArchivist Plugin

-

-Plugin Banner -
-

+## Forked for Playlist Sorting -> [!IMPORTANT] -> Jellyfin release cycle has changed in the past few months and now it is shorter than before. The plugin supports only the latest Jellyfin release, in order to continue using this plugin with all the latest features you will need to upgrade your Jellyfin installation. -> The same rule applies to TubeArchivist: the plugin is only guaranteed to work with the latest TubeArchivist version. +-- -> [!WARNING] -> Jellyfin 10.10 introduced a bug that prevents the plugin to correctly create Season folders by year. The bug has been finally solved on the Jellyfin codebase, but, until the next minor release, a manual build of the Jellyfin branch `release-10.10.z` is required in order to get the fix running.
-> This is not a plugin bug, any issue opened about this bug will be immediately closed! +## The What and Why + +This fork, was made as a personal AI Slop project. + +I love the idea behind TubeArchivist, and having it all working automagikally through Jellyfin. But I want the videos sorted by Playlist, NOT by year. I watch a couple of toYoubers that make LetPlay's, with this plugin, I things weren't sorted right for me. I want to be able to goto Jellyfin, select Gopher, then Click on Skyrim or Stalker 2. Thats it. + +So I vibe slopped this with my own [Opencode Setup](https://github.com/7hr08ik/AMPG-Opencode-and-Friends), on locally hosted AI. + +All this does, is add the ability to sort by Playlist instead of Year in Jellyfin. The rest of this Readme is from the original repo. + +-- ## About